🗄️Developer Resource // JSON Endpoint
CBNK JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/CBNK/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/CBNK/csv?range=maxAccess 400 data points for CBNK spanning 8 years (2018–May 18, 2026). Optimized JSON format (58.6 KB).
Local-first charts from this JSON — open the Terminal.
Parse and visualize without shipping raw ledgers to a vendor database.
Download as CSV
Prefer CSV format? Download CBNK historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/CBNK/json● 200 OK (Live)Tired of exporting to Excel? Track CBNK and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "CBNK",
"timestamp": "2026-05-26T06:45:52.281Z",
"price": 31.47,
"change_24h": -0.25356576862124197,
"history_sample": [
{
"date": "2018-09-24",
"open": 13,
"high": 13.19,
"low": 12.6,
"close": 12.72,
"volume": 1160100
},
{
"date": "2018-10-01",
"open": 12.74,
"high": 13.05,
"low": 12.5,
"close": 12.73,
"volume": 64200
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import CBNK🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync CBNK.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)