ποΈDeveloper Resource // JSON Endpoint
CVLTX JSON Data API
Absolute endpoints (copyβpaste)
JSON:
https://www.pocketportfolio.app/api/tickers/CVLTX/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/CVLTX/csv?range=maxAccess 44 data points for CVLTX spanning 1 years (2017βDec 25, 2017). Optimized JSON format (6.4 KB).
Chart where your browser is the vault β wire this endpoint to the Terminal.
Minimal cloud, maximal local control β start from this stateless slice.
Download as CSV
Prefer CSV format? Download CVLTX historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/CVLTX/jsonβ 200 OK (Live)Tired of exporting to Excel? Track CVLTX and analyze your portfolio locally with Pocket Portfolio.
Start Free β Local First{
"symbol": "CVLTX",
"timestamp": "2026-06-07T05:18:05.590Z",
"price": null,
"change_24h": null,
"history_sample": [
{
"date": "2017-02-27",
"open": 8.7,
"high": 8.8,
"low": 8.7,
"close": 8.77,
"volume": 0
},
{
"date": "2017-03-06",
"open": 8.74,
"high": 8.76,
"low": 8.71,
"close": 8.76,
"volume": 0
}
]
}π»
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import CVLTXπ‘οΈ
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync CVLTX.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)