🗄️Developer Resource // JSON Endpoint
BIPI JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/BIPI/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/BIPI/csv?range=maxAccess 236 data points for BIPI spanning 5 years (2022–Jul 24, 2026). Optimized JSON format (34.6 KB).
Programmable Sovereign Interface — chart this JSON in the Terminal.
Local-first analysis. Stateless data. Your browser is the vault.
Download as CSV
Prefer CSV format? Download BIPI historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BIPI/json● 200 OK (Live)Tired of exporting to Excel? Track BIPI and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "BIPI",
"timestamp": "2026-07-24T22:37:30.437Z",
"price": 16.74,
"change_24h": 0.7523322299127295,
"history_sample": [
{
"date": "2022-01-24",
"open": 24.9,
"high": 25.49,
"low": 23.75,
"close": 24.87,
"volume": 1461300
},
{
"date": "2022-01-31",
"open": 24.77,
"high": 24.99,
"low": 22.36,
"close": 22.79,
"volume": 2279200
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BIPI🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BIPI.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)