🗄️Developer Resource // JSON Endpoint
ARJ JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/ARJ/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/ARJ/csv?range=maxAccess 106 data points for ARJ spanning 10 years (2007–Mar 1, 2017). Optimized JSON format (15.5 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 ARJ historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/ARJ/json● 200 OK (Live)Tired of exporting to Excel? Track ARJ and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "ARJ",
"timestamp": "2026-07-24T21:36:21.362Z",
"price": null,
"change_24h": null,
"history_sample": [
{
"date": "2007-07-01",
"open": 0.13,
"high": 0.16,
"low": 0.1,
"close": 0.12,
"volume": 25000
},
{
"date": "2007-08-01",
"open": 0.12,
"high": 0.12,
"low": 0.07,
"close": 0.09,
"volume": 25000
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import ARJ🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync ARJ.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)