🗄️Developer Resource // JSON Endpoint

FTCI JSON Data API

Access 251 data points for FTCI spanning 5 years (2021–Feb 9, 2026). Optimized JSON format (36.8 KB).

Download as CSV

Prefer CSV format? Download FTCI historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.

GET /api/tickers/FTCI/json● 200 OK (Live)
{
  "symbol": "FTCI",
  "timestamp": "2026-02-17T12:25:40.169Z",
  "price": 9.49,
  "change_24h": 0.52966101694916,
  "history_sample": [
    {
      "date": "2021-04-26",
      "open": 152.1,
      "high": 154.6,
      "low": 130.6,
      "close": 136.1,
      "volume": 1282560
    },
    {
      "date": "2021-05-03",
      "open": 136.1,
      "high": 136.69,
      "low": 123.3,
      "close": 124,
      "volume": 473920
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import FTCI
🛡️

Need to archive this data?

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