🗄️Developer Resource // JSON Endpoint
HYTR JSON Data API
Access 328 data points for HYTR spanning 7 years (2020–Apr 22, 2026). Optimized JSON format (48.0 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 HYTR historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/HYTR/json● 200 OK (Live)Tired of exporting to Excel? Track HYTR and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "HYTR",
"timestamp": "2026-04-22T19:27:52.530Z",
"price": 21.483,
"change_24h": 0.13050570962480657,
"history_sample": [
{
"date": "2020-01-20",
"open": 25.07,
"high": 25.13,
"low": 24.89,
"close": 24.89,
"volume": 260200
},
{
"date": "2020-01-27",
"open": 24.72,
"high": 24.96,
"low": 24.71,
"close": 24.83,
"volume": 16200
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import HYTR🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync HYTR.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)