🗄️Developer Resource // JSON Endpoint
ALLT JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/ALLT/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/ALLT/csv?range=maxAccess 237 data points for ALLT spanning 20 years (2006–Jul 24, 2026). Optimized JSON format (34.7 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 ALLT historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/ALLT/json● 200 OK (Live)Tired of exporting to Excel? Track ALLT and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "ALLT",
"timestamp": "2026-07-24T22:37:28.995Z",
"price": 7.65,
"change_24h": 2.4096385542168757,
"history_sample": [
{
"date": "2006-12-01",
"open": 11.58,
"high": 11.81,
"low": 10,
"close": 11.71,
"volume": 3473000
},
{
"date": "2007-01-01",
"open": 11.45,
"high": 11.79,
"low": 9.77,
"close": 10.42,
"volume": 3235800
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import ALLT🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync ALLT.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)