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