🗄️Developer Resource // JSON Endpoint
AVGE JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/AVGE/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/AVGE/csv?range=maxAccess 201 data points for AVGE spanning 4 years (2022–Jul 24, 2026). Optimized JSON format (29.4 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 AVGE historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/AVGE/json● 200 OK (Live)Tired of exporting to Excel? Track AVGE and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "AVGE",
"timestamp": "2026-07-24T21:38:41.398Z",
"price": 98.38,
"change_24h": 0.05084918132817772,
"history_sample": [
{
"date": "2022-09-26",
"open": 50.01,
"high": 50.71,
"low": 49.88,
"close": 49.96,
"volume": 175700
},
{
"date": "2022-10-03",
"open": 50.55,
"high": 53.08,
"low": 50.55,
"close": 51.28,
"volume": 87900
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import AVGE🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync AVGE.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)