🗄️Developer Resource // JSON Endpoint
ALLO JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/ALLO/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/ALLO/csv?range=maxAccess 408 data points for ALLO spanning 8 years (2018–Jul 24, 2026). Optimized JSON format (59.8 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 ALLO historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/ALLO/json● 200 OK (Live)Tired of exporting to Excel? Track ALLO and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "ALLO",
"timestamp": "2026-07-25T00:02:26.110Z",
"price": 1.74,
"change_24h": -4.3956043956043995,
"history_sample": [
{
"date": "2018-10-08",
"open": 22,
"high": 27.4,
"low": 21.67,
"close": 26.81,
"volume": 10307600
},
{
"date": "2018-10-15",
"open": 27.46,
"high": 27.72,
"low": 23,
"close": 23.4,
"volume": 6136500
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import ALLO🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync ALLO.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)