🗄️Developer Resource // JSON Endpoint
ARDX JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/ARDX/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/ARDX/csv?range=maxAccess 146 data points for ARDX spanning 13 years (2014–Jul 24, 2026). Optimized JSON format (21.4 KB).
Route this JSON into your sovereign workspace — command the Terminal.
Endpoint-first sovereignty: no shared warehouse of your raw ledger.
Download as CSV
Prefer CSV format? Download ARDX historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/ARDX/json● 200 OK (Live)Tired of exporting to Excel? Track ARDX and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "ARDX",
"timestamp": "2026-07-24T21:36:39.954Z",
"price": 5.035,
"change_24h": -1.851851851851847,
"history_sample": [
{
"date": "2014-07-01",
"open": 16,
"high": 21.6,
"low": 14.37,
"close": 14.46,
"volume": 779200
},
{
"date": "2014-08-01",
"open": 14.53,
"high": 15,
"low": 11.37,
"close": 14.96,
"volume": 436500
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import ARDX🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync ARDX.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)