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

FT JSON Data API

Access 449 data points for FT spanning 38 years (1988–Jan 20, 2026). Optimized JSON format (65.8 KB).

GET /api/tickers/FT/json● 200 OK (Live)
{
  "symbol": "FT",
  "timestamp": "2026-01-22T02:04:05.451Z",
  "price": 8.12,
  "change_24h": -0.03693216791825821,
  "history_sample": [
    {
      "date": "1988-10-01",
      "open": 10,
      "high": 10.13,
      "low": 10,
      "close": 10,
      "volume": 1137700
    },
    {
      "date": "1988-11-01",
      "open": 10,
      "high": 10.13,
      "low": 9.38,
      "close": 9.38,
      "volume": 820800
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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