🗄️Developer Resource // JSON Endpoint
AVES JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/AVES/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/AVES/csv?range=maxAccess 253 data points for AVES spanning 5 years (2021–Jul 24, 2026). Optimized JSON format (37.1 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 AVES historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/AVES/json● 200 OK (Live)Tired of exporting to Excel? Track AVES and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "AVES",
"timestamp": "2026-07-24T21:36:30.946Z",
"price": 62.88,
"change_24h": -1.0231386746418993,
"history_sample": [
{
"date": "2021-09-27",
"open": 50.43,
"high": 50.61,
"low": 49.86,
"close": 50.28,
"volume": 56100
},
{
"date": "2021-10-04",
"open": 50.28,
"high": 50.29,
"low": 48.81,
"close": 49.87,
"volume": 156600
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import AVES🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync AVES.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)