🗄️Developer Resource // JSON Endpoint
B JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/B/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/B/csv?range=maxAccess 167 data points for B spanning 42 years (1985–Jul 24, 2026). Optimized JSON format (24.5 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 B historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/B/json● 200 OK (Live)Tired of exporting to Excel? Track B and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "B",
"timestamp": "2026-07-24T22:28:09.543Z",
"price": 37.11,
"change_24h": -0.1345532831001,
"history_sample": [
{
"date": "1985-02-01",
"open": 0.55,
"high": 0.7,
"low": 0.55,
"close": 0.63,
"volume": 2195680
},
{
"date": "1985-05-01",
"open": 0.63,
"high": 0.78,
"low": 0.55,
"close": 0.78,
"volume": 3325600
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import B🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync B.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)