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

FXD JSON Data API

Access 225 data points for FXD spanning 19 years (2007–Jan 21, 2026). Optimized JSON format (33.0 KB).

GET /api/tickers/FXD/json● 200 OK (Live)
{
  "symbol": "FXD",
  "timestamp": "2026-01-22T05:44:28.456Z",
  "price": 71.06,
  "change_24h": 1.8197449491331077,
  "history_sample": [
    {
      "date": "2007-06-01",
      "open": 20.13,
      "high": 20.28,
      "low": 20.12,
      "close": 20.17,
      "volume": 7300
    },
    {
      "date": "2007-07-01",
      "open": 20.17,
      "high": 20.59,
      "low": 18.92,
      "close": 18.99,
      "volume": 14800
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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