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

FTSD JSON Data API

Access 147 data points for FTSD spanning 13 years (2013–Jan 21, 2026). Optimized JSON format (21.5 KB).

GET /api/tickers/FTSD/json● 200 OK (Live)
{
  "symbol": "FTSD",
  "timestamp": "2026-01-22T04:11:31.641Z",
  "price": 91.063,
  "change_24h": 0.047242364315542046,
  "history_sample": [
    {
      "date": "2013-12-01",
      "open": 100.61,
      "high": 100.61,
      "low": 100.18,
      "close": 100.38,
      "volume": 35300
    },
    {
      "date": "2014-01-01",
      "open": 100.38,
      "high": 100.56,
      "low": 100.38,
      "close": 100.55,
      "volume": 8800
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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