ποΈDeveloper Resource // JSON Endpoint
CATC JSON Data API
Absolute endpoints (copyβpaste)
JSON:
https://www.pocketportfolio.app/api/tickers/CATC/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/CATC/csv?range=maxAccess 109 data points for CATC spanning 10 years (2015βDec 1, 2024). Optimized JSON format (16.0 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 CATC historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/CATC/jsonβ 200 OK (Live)Tired of exporting to Excel? Track CATC and analyze your portfolio locally with Pocket Portfolio.
Start Free β Local First{
"symbol": "CATC",
"timestamp": "2026-06-07T05:06:23.681Z",
"price": null,
"change_24h": null,
"history_sample": [
{
"date": "2015-12-01",
"open": 1.03,
"high": 1.03,
"low": 1,
"close": 1.02,
"volume": 41800
},
{
"date": "2016-01-01",
"open": 1.02,
"high": 1.02,
"low": 0.98,
"close": 1,
"volume": 7375
}
]
}π»
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import CATCπ‘οΈ
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync CATC.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)