🗄️Developer Resource // JSON Endpoint
FTCI JSON Data API
Access 262 data points for FTCI spanning 5 years (2021–Apr 22, 2026). Optimized JSON format (38.4 KB).
Local-first charts from this JSON — open the Terminal.
Parse and visualize without shipping raw ledgers to a vendor database.
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)Tired of exporting to Excel? Track FTCI and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "FTCI",
"timestamp": "2026-04-22T20:50:50.983Z",
"price": 5.28,
"change_24h": 7.317073170731714,
"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 SyncIncludes 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)