🗄️Developer Resource // JSON Endpoint
CFA JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/CFA/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/CFA/csv?range=maxAccess 144 data points for CFA spanning 12 years (2014–Jun 5, 2026). Optimized JSON format (21.1 KB).
Programmable Sovereign Interface — chart this JSON in the Terminal.
Local-first analysis. Stateless data. Your browser is the vault.
Download as CSV
Prefer CSV format? Download CFA historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/CFA/json● 200 OK (Live)Tired of exporting to Excel? Track CFA and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "CFA",
"timestamp": "2026-06-07T04:07:14.831Z",
"price": 96.579,
"change_24h": -0.8887064497921902,
"history_sample": [
{
"date": "2014-08-01",
"open": 33.78,
"high": 35.32,
"low": 33.57,
"close": 35.24,
"volume": 35700
},
{
"date": "2014-09-01",
"open": 35.45,
"high": 35.45,
"low": 35.24,
"close": 35.24,
"volume": 2800
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import CFA🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync CFA.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)