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

GORO JSON Data API

Access 233 data points for GORO spanning 20 years (2006–Jan 21, 2026). Optimized JSON format (34.1 KB).

GET /api/tickers/GORO/json● 200 OK (Live)
{
  "symbol": "GORO",
  "timestamp": "2026-01-21T19:02:22.000Z",
  "price": 1.042,
  "change_24h": -30.06711409395973,
  "history_sample": [
    {
      "date": "2006-10-01",
      "open": 1.08,
      "high": 1.35,
      "low": 1,
      "close": 1.3,
      "volume": 939100
    },
    {
      "date": "2006-11-01",
      "open": 1.3,
      "high": 1.9,
      "low": 1.26,
      "close": 1.62,
      "volume": 2207100
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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