🗄️Developer Resource // JSON Endpoint

FTEDX JSON Data API

Access 153 data points for FTEDX spanning 13 years (2011–Aug 1, 2024). Optimized JSON format (22.4 KB).

GET /api/tickers/FTEDX/json● 200 OK (Live)
{
  "symbol": "FTEDX",
  "timestamp": "2026-01-22T05:44:27.195Z",
  "price": null,
  "change_24h": null,
  "history_sample": [
    {
      "date": "2011-12-01",
      "open": 9.86,
      "high": 9.92,
      "low": 9.39,
      "close": 9.59,
      "volume": 0
    },
    {
      "date": "2012-01-01",
      "open": 9.78,
      "high": 10.37,
      "low": 9.67,
      "close": 10.36,
      "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 FTEDX
🛡️

Need to archive this data?

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