🗄️Developer Resource // JSON Endpoint
BX JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/BX/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/BX/csv?range=maxAccess 229 data points for BX spanning 19 years (2007–Jun 5, 2026). Optimized JSON format (33.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 BX historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BX/json● 200 OK (Live)Tired of exporting to Excel? Track BX and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "BX",
"timestamp": "2026-06-07T04:07:40.483Z",
"price": 115.35,
"change_24h": -2.699283002952343,
"history_sample": [
{
"date": "2007-07-01",
"open": 28.72,
"high": 31.39,
"low": 22.84,
"close": 23.56,
"volume": 125944526
},
{
"date": "2007-08-01",
"open": 23.89,
"high": 26.75,
"low": 21.63,
"close": 22.7,
"volume": 121299008
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BX🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BX.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)