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

FXL JSON Data API

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

GET /api/tickers/FXL/json● 200 OK (Live)
{
  "symbol": "FXL",
  "timestamp": "2026-01-22T07:02:54.597Z",
  "price": 174.11,
  "change_24h": 1.8902153558052543,
  "history_sample": [
    {
      "date": "2007-06-01",
      "open": 20.11,
      "high": 20.9,
      "low": 20.11,
      "close": 20.7,
      "volume": 9600
    },
    {
      "date": "2007-07-01",
      "open": 20.7,
      "high": 21.87,
      "low": 20.44,
      "close": 20.44,
      "volume": 28600
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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