🗄️Developer Resource // JSON Endpoint
ASRV JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/ASRV/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/ASRV/csv?range=maxAccess 168 data points for ASRV spanning 42 years (1985–Jul 24, 2026). Optimized JSON format (24.6 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 ASRV historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/ASRV/json● 200 OK (Live)Tired of exporting to Excel? Track ASRV and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "ASRV",
"timestamp": "2026-07-24T21:40:22.007Z",
"price": 4.34,
"change_24h": 4.578313253012036,
"history_sample": [
{
"date": "1985-01-01",
"open": 9.17,
"high": 10.83,
"low": 9.17,
"close": 10.5,
"volume": 146400
},
{
"date": "1985-04-01",
"open": 10.67,
"high": 12,
"low": 10.67,
"close": 11.67,
"volume": 155100
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import ASRV🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync ASRV.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)