🗄️Developer Resource // JSON Endpoint
AEIS JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/AEIS/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/AEIS/csv?range=maxAccess 369 data points for AEIS spanning 31 years (1995–Jul 24, 2026). Optimized JSON format (54.1 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 AEIS historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/AEIS/json● 200 OK (Live)Tired of exporting to Excel? Track AEIS and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "AEIS",
"timestamp": "2026-07-24T22:28:58.637Z",
"price": 303.99,
"change_24h": -3.538110046328609,
"history_sample": [
{
"date": "1995-12-01",
"open": 10.5,
"high": 11,
"low": 8.25,
"close": 9,
"volume": 1745200
},
{
"date": "1996-01-01",
"open": 9.75,
"high": 9.75,
"low": 6.5,
"close": 8.75,
"volume": 1853400
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import AEIS🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync AEIS.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)