🗄️Developer Resource // JSON Endpoint

VREPX JSON Data API

Access 90 data points for VREPX spanning 2 years (2018–Feb 17, 2020). Optimized JSON format (13.2 KB).

GET /api/tickers/VREPX/json● 200 OK (Live)
{
  "symbol": "VREPX",
  "timestamp": "2026-01-22T04:11:29.479Z",
  "price": null,
  "change_24h": null,
  "history_sample": [
    {
      "date": "2018-06-04",
      "open": 16.2,
      "high": 16.31,
      "low": 16.2,
      "close": 16.31,
      "volume": 0
    },
    {
      "date": "2018-06-11",
      "open": 16.26,
      "high": 16.36,
      "low": 16.11,
      "close": 16.23,
      "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 VREPX
🛡️

Need to archive this data?

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