🗄️Developer Resource // JSON Endpoint
BPYPO JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/BPYPO/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/BPYPO/csv?range=maxAccess 363 data points for BPYPO spanning 7 years (2019–Jul 24, 2026). Optimized JSON format (53.2 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 BPYPO historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BPYPO/json● 200 OK (Live)Tired of exporting to Excel? Track BPYPO and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "BPYPO",
"timestamp": "2026-07-24T21:40:16.338Z",
"price": 15.07,
"change_24h": -0.5936675461741415,
"history_sample": [
{
"date": "2019-08-19",
"open": 25.2,
"high": 25.35,
"low": 25.18,
"close": 25.25,
"volume": 499600
},
{
"date": "2019-08-26",
"open": 25.37,
"high": 25.72,
"low": 25.25,
"close": 25.72,
"volume": 1515500
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BPYPO🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BPYPO.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)