🗄️Developer Resource // JSON Endpoint
CVEO JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/CVEO/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/CVEO/csv?range=maxAccess 147 data points for CVEO spanning 13 years (2014–Jul 24, 2026). Optimized JSON format (21.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 CVEO historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/CVEO/json● 200 OK (Live)Tired of exporting to Excel? Track CVEO and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "CVEO",
"timestamp": "2026-07-25T00:12:48.655Z",
"price": 34.67,
"change_24h": -0.8295194508009128,
"history_sample": [
{
"date": "2014-06-01",
"open": 273.48,
"high": 340.8,
"low": 269.52,
"close": 300.36,
"volume": 4025602
},
{
"date": "2014-07-01",
"open": 300,
"high": 338.28,
"low": 298.8,
"close": 304.8,
"volume": 1711584
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import CVEO🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync CVEO.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)