🗄️Developer Resource // JSON Endpoint

GVAL JSON Data API

Access 144 data points for GVAL spanning 12 years (2014–Feb 17, 2026). Optimized JSON format (21.1 KB).

Download as CSV

Prefer CSV format? Download GVAL historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.

GET /api/tickers/GVAL/json● 200 OK (Live)
{
  "symbol": "GVAL",
  "timestamp": "2026-02-17T21:31:29.432Z",
  "price": 35.34,
  "change_24h": -0.19768426998021232,
  "history_sample": [
    {
      "date": "2014-04-01",
      "open": 26.11,
      "high": 26.74,
      "low": 25.11,
      "close": 25.96,
      "volume": 1060500
    },
    {
      "date": "2014-05-01",
      "open": 26.12,
      "high": 26.32,
      "low": 25.3,
      "close": 25.94,
      "volume": 1038300
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import GVAL
🛡️

Need to archive this data?

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