🗄️Developer Resource // JSON Endpoint
CCD JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/CCD/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/CCD/csv?range=maxAccess 137 data points for CCD spanning 12 years (2015–Jul 24, 2026). Optimized JSON format (20.1 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 CCD historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/CCD/json● 200 OK (Live)Tired of exporting to Excel? Track CCD and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "CCD",
"timestamp": "2026-07-24T21:34:45.149Z",
"price": 24.98,
"change_24h": -1.0693069306930676,
"history_sample": [
{
"date": "2015-04-01",
"open": 25.09,
"high": 25.98,
"low": 25.01,
"close": 25.47,
"volume": 1223800
},
{
"date": "2015-05-01",
"open": 25.3,
"high": 25.43,
"low": 23.67,
"close": 24,
"volume": 2631900
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import CCD🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync CCD.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)