🗄️Developer Resource // JSON Endpoint
BAM JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/BAM/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/BAM/csv?range=maxAccess 192 data points for BAM spanning 4 years (2022–Jul 24, 2026). Optimized JSON format (28.1 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 BAM historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BAM/json● 200 OK (Live)Tired of exporting to Excel? Track BAM and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "BAM",
"timestamp": "2026-07-24T21:36:02.347Z",
"price": 46.16,
"change_24h": 0.9844672938087853,
"history_sample": [
{
"date": "2022-11-28",
"open": 32.55,
"high": 36.5,
"low": 31,
"close": 33.01,
"volume": 46200
},
{
"date": "2022-12-05",
"open": 32.6,
"high": 36.13,
"low": 31.38,
"close": 32,
"volume": 106000
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BAM🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BAM.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)