🗄️Developer Resource // JSON Endpoint
ATR JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/ATR/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/ATR/csv?range=maxAccess 400 data points for ATR spanning 34 years (1993–Jul 24, 2026). Optimized JSON format (58.6 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 ATR historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/ATR/json● 200 OK (Live)Tired of exporting to Excel? Track ATR and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "ATR",
"timestamp": "2026-07-24T21:39:43.498Z",
"price": 132.36,
"change_24h": 2.604651162790708,
"history_sample": [
{
"date": "1993-05-01",
"open": 4.47,
"high": 4.69,
"low": 4,
"close": 4.31,
"volume": 731600
},
{
"date": "1993-06-01",
"open": 4.34,
"high": 4.63,
"low": 4.34,
"close": 4.59,
"volume": 1286800
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import ATR🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync ATR.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)