🗄️Developer Resource // JSON Endpoint
ARLP JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/ARLP/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/ARLP/csv?range=maxAccess 324 data points for ARLP spanning 27 years (1999–Jul 24, 2026). Optimized JSON format (47.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 ARLP historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/ARLP/json● 200 OK (Live)Tired of exporting to Excel? Track ARLP and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "ARLP",
"timestamp": "2026-07-24T21:39:41.722Z",
"price": 24.71,
"change_24h": -0.24222850222042278,
"history_sample": [
{
"date": "1999-09-01",
"open": 4.23,
"high": 4.25,
"low": 3.38,
"close": 3.59,
"volume": 16797200
},
{
"date": "1999-10-01",
"open": 3.59,
"high": 3.69,
"low": 3.28,
"close": 3.38,
"volume": 8334400
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import ARLP🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync ARLP.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)