🗄️Developer Resource // JSON Endpoint
AREDX JSON Data API
Access 153 data points for AREDX spanning 13 years (2013–Apr 1, 2026). Optimized JSON format (22.4 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 AREDX historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/AREDX/json● 200 OK (Live)Tired of exporting to Excel? Track AREDX and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "AREDX",
"timestamp": "2026-04-22T19:20:22.523Z",
"price": null,
"change_24h": null,
"history_sample": [
{
"date": "2013-08-01",
"open": 24.54,
"high": 24.54,
"low": 22.51,
"close": 22.85,
"volume": 0
},
{
"date": "2013-09-01",
"open": 22.69,
"high": 24.42,
"low": 22.63,
"close": 23.54,
"volume": 0
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import AREDX🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync AREDX.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)