🗄️Developer Resource // JSON Endpoint
CALA JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/CALA/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/CALA/csv?range=maxAccess 142 data points for CALA spanning 12 years (2014–Jul 23, 2026). Optimized JSON format (20.8 KB).
Route this JSON into your sovereign workspace — command the Terminal.
Endpoint-first sovereignty: no shared warehouse of your raw ledger.
Download as CSV
Prefer CSV format? Download CALA historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/CALA/json● 200 OK (Live)Tired of exporting to Excel? Track CALA and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "CALA",
"timestamp": "2026-07-24T21:36:31.123Z",
"price": 0.0003,
"change_24h": 0,
"history_sample": [
{
"date": "2014-11-01",
"open": 208,
"high": 220,
"low": 186.2,
"close": 213.4,
"volume": 50872
},
{
"date": "2014-12-01",
"open": 207.2,
"high": 669.6,
"low": 161.6,
"close": 404,
"volume": 481580
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import CALA🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync CALA.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)