🗄️Developer Resource // JSON Endpoint
CVM JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/CVM/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/CVM/csv?range=maxAccess 172 data points for CVM spanning 43 years (1983–Jun 5, 2026). Optimized JSON format (25.2 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 CVM historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/CVM/json● 200 OK (Live)Tired of exporting to Excel? Track CVM and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "CVM",
"timestamp": "2026-06-07T06:20:59.701Z",
"price": 1.37,
"change_24h": -10.457516339869276,
"history_sample": [
{
"date": "1983-12-01",
"open": 65625,
"high": 84375,
"low": 46875,
"close": 46875,
"volume": 1
},
{
"date": "1984-03-01",
"open": 46875,
"high": 65625,
"low": 37500,
"close": 37500,
"volume": 1
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import CVM🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync CVM.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)