🗄️Developer Resource // JSON Endpoint
ACR JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/ACR/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/ACR/csv?range=maxAccess 246 data points for ACR spanning 21 years (2006–Jul 24, 2026). Optimized JSON format (36.0 KB).
Local-first charts from this JSON — open the Terminal.
Parse and visualize without shipping raw ledgers to a vendor database.
Download as CSV
Prefer CSV format? Download ACR historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/ACR/json● 200 OK (Live)Tired of exporting to Excel? Track ACR and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "ACR",
"timestamp": "2026-07-24T21:38:26.346Z",
"price": 17.65,
"change_24h": 1.2621916236374002,
"history_sample": [
{
"date": "2006-03-01",
"open": 174,
"high": 176.04,
"low": 164.04,
"close": 165.36,
"volume": 99750
},
{
"date": "2006-04-01",
"open": 165.6,
"high": 170.76,
"low": 161.28,
"close": 165.96,
"volume": 71868
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import ACR🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync ACR.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)