🗄️Developer Resource // JSON Endpoint
BLF JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/BLF/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/BLF/csv?range=maxAccess 38 data points for BLF spanning 4 years (2014–Jan 1, 2018). Optimized JSON format (5.6 KB).
Programmable Sovereign Interface — chart this JSON in the Terminal.
Local-first analysis. Stateless data. Your browser is the vault.
Download as CSV
Prefer CSV format? Download BLF historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BLF/json● 200 OK (Live)Tired of exporting to Excel? Track BLF and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "BLF",
"timestamp": "2026-06-07T05:18:19.250Z",
"price": null,
"change_24h": null,
"history_sample": [
{
"date": "2014-12-01",
"open": 7909.09,
"high": 8000,
"low": 7818.18,
"close": 7909.09,
"volume": 100212
},
{
"date": "2015-01-01",
"open": 7909.09,
"high": 7909.09,
"low": 6818.18,
"close": 7000,
"volume": 241670
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BLF🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BLF.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)