🗄️Developer Resource // JSON Endpoint
BNT JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/BNT/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/BNT/csv?range=maxAccess 259 data points for BNT spanning 5 years (2021–Jun 5, 2026). Optimized JSON format (37.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 BNT historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BNT/json● 200 OK (Live)Tired of exporting to Excel? Track BNT and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "BNT",
"timestamp": "2026-06-07T05:04:40.280Z",
"price": 44.43,
"change_24h": -1.1568409343715307,
"history_sample": [
{
"date": "2021-06-28",
"open": 35.33,
"high": 56.67,
"low": 34.22,
"close": 34.99,
"volume": 1775100
},
{
"date": "2021-07-05",
"open": 34.83,
"high": 34.97,
"low": 32.96,
"close": 34.75,
"volume": 949200
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BNT🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BNT.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)