🗄️Developer Resource // JSON Endpoint
ADI JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/ADI/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/ADI/csv?range=maxAccess 168 data points for ADI spanning 42 years (1984–Jun 24, 2026). Optimized JSON format (24.6 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 ADI historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/ADI/json● 200 OK (Live)Tired of exporting to Excel? Track ADI and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "ADI",
"timestamp": "2026-06-25T00:17:20.132Z",
"price": 413.16,
"change_24h": 1.448705986347796,
"history_sample": [
{
"date": "1984-12-01",
"open": 2.98,
"high": 3.78,
"low": 2.83,
"close": 3.47,
"volume": 17306400
},
{
"date": "1985-03-01",
"open": 3.45,
"high": 3.48,
"low": 2.25,
"close": 2.75,
"volume": 23202400
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import ADI🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync ADI.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)