🗄️Developer Resource // JSON Endpoint
BCS JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/BCS/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/BCS/csv?range=maxAccess 161 data points for BCS spanning 40 years (1986–Jun 5, 2026). Optimized JSON format (23.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 BCS historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BCS/json● 200 OK (Live)Tired of exporting to Excel? Track BCS and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "BCS",
"timestamp": "2026-06-07T03:10:15.451Z",
"price": 24.27,
"change_24h": -2.9588164734106437,
"history_sample": [
{
"date": "1986-09-01",
"open": 4.51,
"high": 4.61,
"low": 4.36,
"close": 4.57,
"volume": 1083352
},
{
"date": "1986-12-01",
"open": 4.57,
"high": 5.84,
"low": 4.53,
"close": 5.29,
"volume": 809326
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BCS🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BCS.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)