🗄️Developer Resource // JSON Endpoint

IFX JSON Data API

Access 222 data points for IFX spanning 19 years (1999–Feb 1, 2018). Optimized JSON format (32.5 KB).

GET /api/tickers/IFX/json● 200 OK (Live)
{
  "symbol": "IFX",
  "timestamp": "2026-01-21T23:50:03.979Z",
  "price": null,
  "change_24h": null,
  "history_sample": [
    {
      "date": "1999-09-01",
      "open": 0.29,
      "high": 0.3,
      "low": 0.22,
      "close": 0.22,
      "volume": 22000
    },
    {
      "date": "1999-10-01",
      "open": 0.22,
      "high": 0.3,
      "low": 0.13,
      "close": 0.27,
      "volume": 45000
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import IFX
🛡️

Need to archive this data?

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