🗄️Developer Resource // JSON Endpoint

AJB JSON Data API

Access 55 data points for AJB spanning 11 years (2002–Sep 1, 2012). Optimized JSON format (8.1 KB).

GET /api/tickers/AJB/json● 200 OK (Live)
{
  "symbol": "AJB",
  "timestamp": "2026-01-22T05:43:53.772Z",
  "price": 23.93,
  "change_24h": 0,
  "history_sample": [
    {
      "date": "2002-05-01",
      "open": 32.2,
      "high": 32.2,
      "low": 32.2,
      "close": 32.2,
      "volume": 0
    },
    {
      "date": "2002-07-01",
      "open": 25,
      "high": 25,
      "low": 25,
      "close": 25,
      "volume": 0
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import AJB
🛡️

Need to archive this data?

Don't rely on ephemeral endpoints. Automatically sync AJB.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)