πŸ—„οΈDeveloper Resource // JSON Endpoint

XHE JSON Data API

Access 181 data points for XHE spanning 15 years (2011–Jan 20, 2026). Optimized JSON format (26.5 KB).

GET /api/tickers/XHE/json● 200 OK (Live)
{
  "symbol": "XHE",
  "timestamp": "2026-01-21T20:39:49.266Z",
  "price": 89.92,
  "change_24h": 1.443356655979309,
  "history_sample": [
    {
      "date": "2011-02-01",
      "open": 25.02,
      "high": 26.51,
      "low": 24.96,
      "close": 25.66,
      "volume": 369400
    },
    {
      "date": "2011-03-01",
      "open": 25.7,
      "high": 26.43,
      "low": 24.87,
      "close": 26.25,
      "volume": 221600
    }
  ]
}
πŸ’»

Import via CLI

Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.

npx pocket-portfolio --import XHE
πŸ›‘οΈ

Need to archive this data?

Don't rely on ephemeral endpoints. Automatically sync XHE.json updates to your private Google Drive for backtesting and compliance.

Enable Sovereign Sync

Includes 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)