🗄️Developer Resource // JSON Endpoint
BCG JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/BCG/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/BCG/csv?range=maxAccess 123 data points for BCG spanning 3 years (2024–Jul 24, 2026). Optimized JSON format (18.0 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 BCG historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BCG/json● 200 OK (Live)Tired of exporting to Excel? Track BCG and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "BCG",
"timestamp": "2026-07-24T21:35:21.188Z",
"price": 1.36,
"change_24h": -2.15827338129495,
"history_sample": [
{
"date": "2024-03-25",
"open": 12,
"high": 16.61,
"low": 8.51,
"close": 12.95,
"volume": 450400
},
{
"date": "2024-04-01",
"open": 8.96,
"high": 10.62,
"low": 5.6,
"close": 7.65,
"volume": 149200
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BCG🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BCG.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)