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

EWD JSON Data API

Access 359 data points for EWD spanning 30 years (1996–Jan 20, 2026). Optimized JSON format (52.6 KB).

GET /api/tickers/EWD/json● 200 OK (Live)
{
  "symbol": "EWD",
  "timestamp": "2026-01-21T21:19:16.515Z",
  "price": 51.52,
  "change_24h": 2.1006738010305237,
  "history_sample": [
    {
      "date": "1996-04-01",
      "open": 13.88,
      "high": 14,
      "low": 13.31,
      "close": 13.94,
      "volume": 98900
    },
    {
      "date": "1996-05-01",
      "open": 13.94,
      "high": 14.5,
      "low": 13.81,
      "close": 14.44,
      "volume": 92800
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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