🗄️Developer Resource // JSON Endpoint
AVIR JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/AVIR/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/AVIR/csv?range=maxAccess 301 data points for AVIR spanning 6 years (2020–Jul 24, 2026). Optimized JSON format (44.1 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 AVIR historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/AVIR/json● 200 OK (Live)Tired of exporting to Excel? Track AVIR and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "AVIR",
"timestamp": "2026-07-24T21:38:26.205Z",
"price": 4.73,
"change_24h": -0.4210526315789384,
"history_sample": [
{
"date": "2020-10-26",
"open": 27.03,
"high": 32.42,
"low": 27.02,
"close": 30.34,
"volume": 3575800
},
{
"date": "2020-11-02",
"open": 29.94,
"high": 35.59,
"low": 27.5,
"close": 34.17,
"volume": 4529000
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import AVIR🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync AVIR.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)