🗄️Developer Resource // JSON Endpoint

WVLEX JSON Data API

Access 18 data points for WVLEX spanning 2 years (2015–Jul 1, 2016). Optimized JSON format (2.6 KB).

GET /api/tickers/WVLEX/json● 200 OK (Live)
{
  "symbol": "WVLEX",
  "timestamp": "2026-01-21T18:36:30.482Z",
  "price": null,
  "change_24h": null,
  "history_sample": [
    {
      "date": "2015-02-01",
      "open": 10,
      "high": 10.37,
      "low": 10,
      "close": 10.36,
      "volume": 0
    },
    {
      "date": "2015-03-01",
      "open": 10.36,
      "high": 10.36,
      "low": 10.06,
      "close": 10.2,
      "volume": 0
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import WVLEX
🛡️

Need to archive this data?

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