🗄️Developer Resource // JSON Endpoint
BNTC JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/BNTC/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/BNTC/csv?range=maxAccess 146 data points for BNTC spanning 13 years (2014–Jul 24, 2026). Optimized JSON format (21.4 KB).
Route this JSON into your sovereign workspace — command the Terminal.
Endpoint-first sovereignty: no shared warehouse of your raw ledger.
Download as CSV
Prefer CSV format? Download BNTC historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BNTC/json● 200 OK (Live)Tired of exporting to Excel? Track BNTC and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "BNTC",
"timestamp": "2026-07-24T21:36:05.970Z",
"price": 11.47,
"change_24h": 0.2622377622377722,
"history_sample": [
{
"date": "2014-07-01",
"open": 5610,
"high": 5916,
"low": 4845,
"close": 4845,
"volume": 68
},
{
"date": "2014-08-01",
"open": 4834.8,
"high": 5814,
"low": 4080,
"close": 4610.4,
"volume": 70
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BNTC🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BNTC.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)