🗄️Developer Resource // JSON Endpoint
BOUT JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/BOUT/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/BOUT/csv?range=maxAccess 412 data points for BOUT spanning 8 years (2018–Jul 24, 2026). Optimized JSON format (60.4 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 BOUT historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BOUT/json● 200 OK (Live)Tired of exporting to Excel? Track BOUT and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "BOUT",
"timestamp": "2026-07-24T21:36:20.928Z",
"price": 46.2648,
"change_24h": 0.2743930192335275,
"history_sample": [
{
"date": "2018-09-10",
"open": 25.05,
"high": 25.35,
"low": 24.79,
"close": 24.96,
"volume": 257400
},
{
"date": "2018-09-17",
"open": 25,
"high": 25.08,
"low": 24.26,
"close": 24.64,
"volume": 246100
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BOUT🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BOUT.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)