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