🗄️Developer Resource // JSON Endpoint
AQJ JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/AQJ/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/AQJ/csv?range=maxAccess 130 data points for AQJ spanning 11 years (2007–Jan 1, 2018). Optimized JSON format (19.0 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 AQJ historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/AQJ/json● 200 OK (Live)Tired of exporting to Excel? Track AQJ and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "AQJ",
"timestamp": "2026-07-24T22:30:49.721Z",
"price": null,
"change_24h": null,
"history_sample": [
{
"date": "2007-04-01",
"open": 0.23,
"high": 0.45,
"low": 0.2,
"close": 0.39,
"volume": 5708875
},
{
"date": "2007-05-01",
"open": 0.38,
"high": 0.38,
"low": 0.27,
"close": 0.29,
"volume": 2251341
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import AQJ🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync AQJ.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)