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