🗄️Developer Resource // JSON Endpoint
ALRM JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/ALRM/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/ALRM/csv?range=maxAccess 134 data points for ALRM spanning 12 years (2015–Jul 24, 2026). Optimized JSON format (19.6 KB).
Programmable Sovereign Interface — chart this JSON in the Terminal.
Local-first analysis. Stateless data. Your browser is the vault.
Download as CSV
Prefer CSV format? Download ALRM historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/ALRM/json● 200 OK (Live)Tired of exporting to Excel? Track ALRM and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "ALRM",
"timestamp": "2026-07-24T22:28:40.419Z",
"price": 51.78,
"change_24h": 2.534653465346537,
"history_sample": [
{
"date": "2015-07-01",
"open": 16.66,
"high": 19.15,
"low": 15.6,
"close": 18.53,
"volume": 10361000
},
{
"date": "2015-08-01",
"open": 18.5,
"high": 18.99,
"low": 10.26,
"close": 17.02,
"volume": 5094100
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import ALRM🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync ALRM.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)