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

GII JSON Data API

Access 229 data points for GII spanning 19 years (2007–Jan 20, 2026). Optimized JSON format (33.5 KB).

GET /api/tickers/GII/json● 200 OK (Live)
{
  "symbol": "GII",
  "timestamp": "2026-01-21T21:34:14.997Z",
  "price": 71.12,
  "change_24h": 0.7655175638320961,
  "history_sample": [
    {
      "date": "2007-02-01",
      "open": 51.5,
      "high": 54,
      "low": 51.5,
      "close": 52.05,
      "volume": 134600
    },
    {
      "date": "2007-03-01",
      "open": 51.45,
      "high": 54.24,
      "low": 50.56,
      "close": 54.05,
      "volume": 49500
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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