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

ASIX JSON Data API

Access 490 data points for ASIX spanning 10 years (2016–Jan 21, 2026). Optimized JSON format (71.8 KB).

GET /api/tickers/ASIX/json● 200 OK (Live)
{
  "symbol": "ASIX",
  "timestamp": "2026-01-21T18:58:49.432Z",
  "price": 16.88,
  "change_24h": 4.390847247990088,
  "history_sample": [
    {
      "date": "2016-09-12",
      "open": 12,
      "high": 19.2,
      "low": 12,
      "close": 19.2,
      "volume": 7400
    },
    {
      "date": "2016-09-19",
      "open": 19.2,
      "high": 20.5,
      "low": 19.2,
      "close": 19.5,
      "volume": 16000
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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