🗄️Developer Resource // JSON Endpoint
CRDO JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/CRDO/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/CRDO/csv?range=maxAccess 236 data points for CRDO spanning 5 years (2022–Jul 24, 2026). Optimized JSON format (34.6 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 CRDO historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/CRDO/json● 200 OK (Live)Tired of exporting to Excel? Track CRDO and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "CRDO",
"timestamp": "2026-07-24T21:36:56.789Z",
"price": 213.15,
"change_24h": -9.873150105708243,
"history_sample": [
{
"date": "2022-01-24",
"open": 12.1,
"high": 12.5,
"low": 10.8,
"close": 11.19,
"volume": 6688700
},
{
"date": "2022-01-31",
"open": 11.44,
"high": 13.75,
"low": 11.2,
"close": 13.07,
"volume": 5349600
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import CRDO🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync CRDO.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)