🗄️Developer Resource // JSON Endpoint

DFINX JSON Data API

Access 24 data points for DFINX spanning 3 years (2014–Aug 1, 2017). Optimized JSON format (3.5 KB).

GET /api/tickers/DFINX/json● 200 OK (Live)
{
  "symbol": "DFINX",
  "timestamp": "2026-01-22T02:04:21.224Z",
  "price": null,
  "change_24h": null,
  "history_sample": [
    {
      "date": "2014-12-01",
      "open": 10.06,
      "high": 10.06,
      "low": 10.06,
      "close": 10.06,
      "volume": 0
    },
    {
      "date": "2015-01-01",
      "open": 10.06,
      "high": 10.06,
      "low": 10.06,
      "close": 10.06,
      "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 DFINX
🛡️

Need to archive this data?

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