🗄️Developer Resource // JSON Endpoint
BBT JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/BBT/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/BBT/csv?range=maxAccess 313 data points for BBT spanning 26 years (2000–Jun 5, 2026). Optimized JSON format (45.8 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 BBT historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BBT/json● 200 OK (Live)Tired of exporting to Excel? Track BBT and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "BBT",
"timestamp": "2026-06-07T04:07:44.812Z",
"price": 28.83,
"change_24h": 0.8041958041957932,
"history_sample": [
{
"date": "2000-07-01",
"open": 12.75,
"high": 12.94,
"low": 12.44,
"close": 12.56,
"volume": 1190900
},
{
"date": "2000-08-01",
"open": 12.56,
"high": 15,
"low": 12.56,
"close": 14.63,
"volume": 1047000
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BBT🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BBT.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)