🗄️Developer Resource // JSON Endpoint
CGBD JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/CGBD/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/CGBD/csv?range=maxAccess 477 data points for CGBD spanning 10 years (2017–Jul 24, 2026). Optimized JSON format (69.9 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 CGBD historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/CGBD/json● 200 OK (Live)Tired of exporting to Excel? Track CGBD and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "CGBD",
"timestamp": "2026-07-24T21:37:36.544Z",
"price": 10.04,
"change_24h": 0.2997002997002933,
"history_sample": [
{
"date": "2017-06-12",
"open": 17.78,
"high": 18.4,
"low": 17.61,
"close": 18.28,
"volume": 4081900
},
{
"date": "2017-06-19",
"open": 18.28,
"high": 18.41,
"low": 17.8,
"close": 18.27,
"volume": 1302900
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import CGBD🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync CGBD.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)