🗄️Developer Resource // JSON Endpoint
CCM JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/CCM/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/CCM/csv?range=maxAccess 200 data points for CCM spanning 17 years (2010–Jul 24, 2026). Optimized JSON format (29.3 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 CCM historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/CCM/json● 200 OK (Live)Tired of exporting to Excel? Track CCM and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "CCM",
"timestamp": "2026-07-24T22:28:24.572Z",
"price": 4.3,
"change_24h": 1.8957345971564,
"history_sample": [
{
"date": "2010-01-01",
"open": 76.77,
"high": 93.99,
"low": 75.54,
"close": 87.05,
"volume": 529994
},
{
"date": "2010-02-01",
"open": 86.96,
"high": 86.96,
"low": 71.68,
"close": 75.19,
"volume": 155734
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import CCM🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync CCM.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)