ποΈDeveloper Resource // JSON Endpoint
AGRAX JSON Data API
Access 102 data points for AGRAX spanning 2 years (2019βDec 8, 2020). Optimized JSON format (14.9 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 AGRAX historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/AGRAX/jsonβ 200 OK (Live)Tired of exporting to Excel? Track AGRAX and analyze your portfolio locally with Pocket Portfolio.
Start Free β Local First{
"symbol": "AGRAX",
"timestamp": "2026-04-22T22:17:08.403Z",
"price": null,
"change_24h": null,
"history_sample": [
{
"date": "2019-01-01",
"open": 16.22,
"high": 16.5,
"low": 16.22,
"close": 16.5,
"volume": 0
},
{
"date": "2019-01-08",
"open": 16.56,
"high": 16.64,
"low": 16.56,
"close": 16.59,
"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 AGRAXπ‘οΈ
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync AGRAX.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)