🗄️Developer Resource // JSON Endpoint
AVUV JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/AVUV/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/AVUV/csv?range=maxAccess 358 data points for AVUV spanning 7 years (2019–Jul 24, 2026). Optimized JSON format (52.4 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 AVUV historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/AVUV/json● 200 OK (Live)Tired of exporting to Excel? Track AVUV and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "AVUV",
"timestamp": "2026-07-24T21:37:34.512Z",
"price": 125.28,
"change_24h": 0.36049026676279966,
"history_sample": [
{
"date": "2019-09-23",
"open": 50.18,
"high": 51.69,
"low": 49.9,
"close": 49.99,
"volume": 59000
},
{
"date": "2019-09-30",
"open": 49.94,
"high": 50.74,
"low": 47.74,
"close": 48.72,
"volume": 95400
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import AVUV🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync AVUV.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)