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

APT JSON Data API

Access 324 data points for APT spanning 27 years (1999–Jan 21, 2026). Optimized JSON format (47.5 KB).

GET /api/tickers/APT/json● 200 OK (Live)
{
  "symbol": "APT",
  "timestamp": "2026-01-21T21:24:13.081Z",
  "price": 4.58,
  "change_24h": -2.760084925690019,
  "history_sample": [
    {
      "date": "1999-03-01",
      "open": 1.03,
      "high": 1.09,
      "low": 0.66,
      "close": 0.7,
      "volume": 903900
    },
    {
      "date": "1999-04-01",
      "open": 0.66,
      "high": 0.78,
      "low": 0.63,
      "close": 0.66,
      "volume": 672000
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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