🗄️Developer Resource // JSON Endpoint
BPAY JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/BPAY/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/BPAY/csv?range=maxAccess 206 data points for BPAY spanning 4 years (2022–Jul 24, 2026). Optimized JSON format (30.2 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 BPAY historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BPAY/json● 200 OK (Live)Tired of exporting to Excel? Track BPAY and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "BPAY",
"timestamp": "2026-07-24T23:18:58.012Z",
"price": 25.636,
"change_24h": -0.36533229692965874,
"history_sample": [
{
"date": "2022-08-22",
"open": 23.2,
"high": 24,
"low": 23.2,
"close": 23.2,
"volume": 900
},
{
"date": "2022-08-29",
"open": 22.97,
"high": 22.97,
"low": 22.3,
"close": 22.33,
"volume": 1300
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BPAY🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BPAY.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)