🗄️Developer Resource // JSON Endpoint
ANVS JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/ANVS/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/ANVS/csv?range=maxAccess 333 data points for ANVS spanning 7 years (2020–Jun 5, 2026). Optimized JSON format (48.8 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 ANVS historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/ANVS/json● 200 OK (Live)Tired of exporting to Excel? Track ANVS and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "ANVS",
"timestamp": "2026-06-07T05:17:18.524Z",
"price": 1.89,
"change_24h": -5.0251256281407075,
"history_sample": [
{
"date": "2020-01-27",
"open": 6.63,
"high": 10.61,
"low": 6.1,
"close": 6.52,
"volume": 4727500
},
{
"date": "2020-02-03",
"open": 7.15,
"high": 7.7,
"low": 5.57,
"close": 5.59,
"volume": 1122200
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import ANVS🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync ANVS.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)