🗄️Developer Resource // JSON Endpoint
BBAI JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/BBAI/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/BBAI/csv?range=maxAccess 271 data points for BBAI spanning 6 years (2021–Jun 5, 2026). Optimized JSON format (39.7 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 BBAI historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BBAI/json● 200 OK (Live)Tired of exporting to Excel? Track BBAI and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "BBAI",
"timestamp": "2026-06-07T05:17:19.079Z",
"price": 4.2,
"change_24h": -11.949685534591184,
"history_sample": [
{
"date": "2021-04-05",
"open": 10,
"high": 10,
"low": 9.56,
"close": 9.62,
"volume": 42500
},
{
"date": "2021-04-12",
"open": 9.71,
"high": 9.84,
"low": 9.7,
"close": 9.78,
"volume": 977400
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BBAI🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BBAI.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)