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

GEM JSON Data API

Access 127 data points for GEM spanning 11 years (2015–Mar 6, 2026). Optimized JSON format (18.6 KB).

Download as CSV

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

GET /api/tickers/GEM/json● 200 OK (Live)

Tired of exporting to Excel? Track GEM and analyze your portfolio locally with Pocket Portfolio.

Start Free β€” Local First
{
  "symbol": "GEM",
  "timestamp": "2026-03-08T10:40:23.629Z",
  "price": 43.56,
  "change_24h": -0.6386861313868638,
  "history_sample": [
    {
      "date": "2015-10-01",
      "open": 25.24,
      "high": 29.48,
      "low": 24.87,
      "close": 26.77,
      "volume": 1014500
    },
    {
      "date": "2015-11-01",
      "open": 26.94,
      "high": 27.89,
      "low": 25.82,
      "close": 25.94,
      "volume": 257500
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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