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

XES JSON Data API

Access 236 data points for XES spanning 20 years (2006–Jan 21, 2026). Optimized JSON format (34.6 KB).

GET /api/tickers/XES/json● 200 OK (Live)
{
  "symbol": "XES",
  "timestamp": "2026-01-22T02:04:20.368Z",
  "price": 95.73,
  "change_24h": 4.817694076426153,
  "history_sample": [
    {
      "date": "2006-07-01",
      "open": 311,
      "high": 314.8,
      "low": 271.1,
      "close": 301.8,
      "volume": 42740
    },
    {
      "date": "2006-08-01",
      "open": 300.9,
      "high": 311.6,
      "low": 281.1,
      "close": 285.6,
      "volume": 23680
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

Don't rely on ephemeral endpoints. Automatically sync XES.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)