🗄️Developer Resource // JSON Endpoint

DWEQ JSON Data API

Access 173 data points for DWEQ spanning 4 years (2019–Apr 10, 2023). Optimized JSON format (25.3 KB).

GET /api/tickers/DWEQ/json● 200 OK (Live)
{
  "symbol": "DWEQ",
  "timestamp": "2026-01-22T05:43:56.153Z",
  "price": 17.385,
  "change_24h": 0.04546213119567077,
  "history_sample": [
    {
      "date": "2019-12-23",
      "open": 25.1,
      "high": 25.12,
      "low": 20.02,
      "close": 25.1,
      "volume": 1206368
    },
    {
      "date": "2019-12-30",
      "open": 24.86,
      "high": 25.14,
      "low": 24.86,
      "close": 25.14,
      "volume": 53118
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import DWEQ
🛡️

Need to archive this data?

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