🗄️Developer Resource // JSON Endpoint
AGRAX JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/AGRAX/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/AGRAX/csv?range=maxAccess 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-07-24T21:38:20.935Z",
"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)