🗄️Developer Resource // JSON Endpoint
ALV JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/ALV/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/ALV/csv?range=maxAccess 352 data points for ALV spanning 30 years (1997–Jul 24, 2026). Optimized JSON format (51.6 KB).
Route this JSON into your sovereign workspace — command the Terminal.
Endpoint-first sovereignty: no shared warehouse of your raw ledger.
Download as CSV
Prefer CSV format? Download ALV historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/ALV/json● 200 OK (Live)Tired of exporting to Excel? Track ALV and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "ALV",
"timestamp": "2026-07-24T21:38:14.389Z",
"price": 117.49,
"change_24h": 1.9789948789167617,
"history_sample": [
{
"date": "1997-05-01",
"open": 25.58,
"high": 28.91,
"low": 24.05,
"close": 26.84,
"volume": 26139786
},
{
"date": "1997-06-01",
"open": 27.2,
"high": 29,
"low": 26.66,
"close": 28.19,
"volume": 16254590
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import ALV🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync ALV.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)