🗄️Developer Resource // JSON Endpoint
BDB JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/BDB/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/BDB/csv?range=maxAccess 50 data points for BDB spanning 5 years (2014–Feb 1, 2018). Optimized JSON format (7.3 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 BDB historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BDB/json● 200 OK (Live)Tired of exporting to Excel? Track BDB and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "BDB",
"timestamp": "2026-07-24T21:34:44.208Z",
"price": null,
"change_24h": null,
"history_sample": [
{
"date": "2014-01-01",
"open": 10.79,
"high": 10.89,
"low": 10.43,
"close": 10.81,
"volume": 1600
},
{
"date": "2014-02-01",
"open": 10.43,
"high": 10.63,
"low": 9.87,
"close": 10.63,
"volume": 0
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BDB🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BDB.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)