🗄️Developer Resource // JSON Endpoint
CACC JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/CACC/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/CACC/csv?range=maxAccess 409 data points for CACC spanning 34 years (1992–Jun 5, 2026). Optimized JSON format (59.9 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 CACC historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/CACC/json● 200 OK (Live)Tired of exporting to Excel? Track CACC and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "CACC",
"timestamp": "2026-06-07T05:07:17.537Z",
"price": 544.71,
"change_24h": -0.6728665207877355,
"history_sample": [
{
"date": "1992-07-01",
"open": 3.08,
"high": 3.75,
"low": 2.96,
"close": 3.71,
"volume": 3160200
},
{
"date": "1992-08-01",
"open": 3.63,
"high": 4,
"low": 3.63,
"close": 3.83,
"volume": 2503800
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import CACC🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync CACC.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)