🗄️Developer Resource // JSON Endpoint
AYL JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/AYL/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/AYL/csv?range=maxAccess 145 data points for AYL spanning 13 years (2006–Jan 1, 2019). Optimized JSON format (21.2 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 AYL historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/AYL/json● 200 OK (Live)Tired of exporting to Excel? Track AYL and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "AYL",
"timestamp": "2026-07-24T21:38:00.822Z",
"price": null,
"change_24h": null,
"history_sample": [
{
"date": "2006-02-01",
"open": 2.4,
"high": 3.03,
"low": 2.2,
"close": 2.9,
"volume": 61306600
},
{
"date": "2006-03-01",
"open": 2.85,
"high": 3.25,
"low": 2.58,
"close": 3.17,
"volume": 54783400
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import AYL🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync AYL.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)