ποΈDeveloper Resource // JSON Endpoint
BXC JSON Data API
Absolute endpoints (copyβpaste)
JSON:
https://www.pocketportfolio.app/api/tickers/BXC/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/BXC/csv?range=maxAccess 259 data points for BXC spanning 22 years (2005βJun 5, 2026). Optimized JSON format (37.9 KB).
Chart where your browser is the vault β wire this endpoint to the Terminal.
Minimal cloud, maximal local control β start from this stateless slice.
Download as CSV
Prefer CSV format? Download BXC historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BXC/jsonβ 200 OK (Live)Tired of exporting to Excel? Track BXC and analyze your portfolio locally with Pocket Portfolio.
Start Free β Local First{
"symbol": "BXC",
"timestamp": "2026-06-07T05:06:33.879Z",
"price": 50.3,
"change_24h": -2.6137463697967114,
"history_sample": [
{
"date": "2005-01-01",
"open": 123.89,
"high": 123.89,
"low": 110.54,
"close": 116.41,
"volume": 191818
},
{
"date": "2005-02-01",
"open": 115.82,
"high": 134.27,
"low": 115.73,
"close": 130.87,
"volume": 270234
}
]
}π»
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BXCπ‘οΈ
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BXC.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)