🗄️Developer Resource // JSON Endpoint
CARG JSON Data API
Access 447 data points for CARG spanning 9 years (2017–Apr 22, 2026). Optimized JSON format (65.5 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 CARG historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/CARG/json● 200 OK (Live)Tired of exporting to Excel? Track CARG and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "CARG",
"timestamp": "2026-04-22T20:51:54.631Z",
"price": 38.13,
"change_24h": 0.7131537242472349,
"history_sample": [
{
"date": "2017-10-09",
"open": 29,
"high": 30.19,
"low": 25.85,
"close": 28.53,
"volume": 13759700
},
{
"date": "2017-10-16",
"open": 28.25,
"high": 35,
"low": 27.13,
"close": 29.19,
"volume": 5560500
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import CARG🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync CARG.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)