🗄️Developer Resource // JSON Endpoint

GOLF JSON Data API

Access 485 data points for GOLF spanning 10 years (2016–Feb 2, 2026). Optimized JSON format (71.0 KB).

Download as CSV

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

GET /api/tickers/GOLF/json● 200 OK (Live)
{
  "symbol": "GOLF",
  "timestamp": "2026-02-09T08:35:11.853Z",
  "price": 101.54,
  "change_24h": 1.7027243589743617,
  "history_sample": [
    {
      "date": "2016-10-24",
      "open": 17,
      "high": 18,
      "low": 16.9,
      "close": 17.95,
      "volume": 6904800
    },
    {
      "date": "2016-10-31",
      "open": 18.08,
      "high": 18.08,
      "low": 17.15,
      "close": 17.81,
      "volume": 2175700
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import GOLF
🛡️

Need to archive this data?

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