🗄️Developer Resource // JSON Endpoint
BCPC JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/BCPC/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/BCPC/csv?range=maxAccess 162 data points for BCPC spanning 41 years (1986–Jul 24, 2026). Optimized JSON format (23.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 BCPC historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BCPC/json● 200 OK (Live)Tired of exporting to Excel? Track BCPC and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "BCPC",
"timestamp": "2026-07-24T21:37:49.945Z",
"price": 162.81,
"change_24h": 1.1242236024844734,
"history_sample": [
{
"date": "1986-06-01",
"open": 0.24,
"high": 0.37,
"low": 0.2,
"close": 0.37,
"volume": 2995736
},
{
"date": "1986-09-01",
"open": 0.37,
"high": 0.97,
"low": 0.35,
"close": 0.65,
"volume": 27700101
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BCPC🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BCPC.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)