πŸ—„οΈDeveloper Resource // JSON Endpoint

AIM JSON Data API

Access 355 data points for AIM spanning 30 years (1996–Jan 20, 2026). Optimized JSON format (52.0 KB).

GET /api/tickers/AIM/json● 200 OK (Live)
{
  "symbol": "AIM",
  "timestamp": "2026-01-22T02:40:05.298Z",
  "price": 1.17,
  "change_24h": -0.8474576271186449,
  "history_sample": [
    {
      "date": "1996-08-01",
      "open": 95700,
      "high": 270600,
      "low": 85800,
      "close": 211200,
      "volume": 60
    },
    {
      "date": "1996-09-01",
      "open": 198000,
      "high": 207900,
      "low": 168300,
      "close": 179850,
      "volume": 51
    }
  ]
}
πŸ’»

Import via CLI

Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.

npx pocket-portfolio --import AIM
πŸ›‘οΈ

Need to archive this data?

Don't rely on ephemeral endpoints. Automatically sync AIM.json updates to your private Google Drive for backtesting and compliance.

Enable Sovereign Sync

Includes unlimited API calls & historical CSV exports.

Dataset Specifications

  • Format: Standardized JSON (OHLCV)
  • Frequency: End-of-Day (EOD) + Real-time delay
  • Adjustments: Split-adjusted, Dividend-adjusted
  • Source: Multi-provider aggregation (AlphaVantage, Yahoo fallback)