🗄️Developer Resource // JSON Endpoint
BMW JSON Data API
Access 271 data points for BMW spanning 23 years (1996–Feb 1, 2019). 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 BMW historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BMW/json● 200 OK (Live)Tired of exporting to Excel? Track BMW and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "BMW",
"timestamp": "2026-04-22T14:19:35.894Z",
"price": null,
"change_24h": null,
"history_sample": [
{
"date": "1996-08-01",
"open": 0.59,
"high": 0.65,
"low": 0.46,
"close": 0.56,
"volume": 363900
},
{
"date": "1996-09-01",
"open": 0.56,
"high": 0.59,
"low": 0.43,
"close": 0.5,
"volume": 137900
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BMW🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BMW.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)