🗄️Developer Resource // JSON Endpoint
CARM JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/CARM/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/CARM/csv?range=maxAccess 171 data points for CARM spanning 4 years (2023–Jun 5, 2026). Optimized JSON format (25.0 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 CARM historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/CARM/json● 200 OK (Live)Tired of exporting to Excel? Track CARM and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "CARM",
"timestamp": "2026-06-07T05:17:21.698Z",
"price": 0.0001,
"change_24h": 0,
"history_sample": [
{
"date": "2023-03-06",
"open": 5.79,
"high": 5.88,
"low": 3.22,
"close": 3.25,
"volume": 1332996
},
{
"date": "2023-03-13",
"open": 3.23,
"high": 3.48,
"low": 3,
"close": 3.12,
"volume": 947037
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import CARM🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync CARM.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)