🗄️Developer Resource // JSON Endpoint

GMF JSON Data API

Access 228 data points for GMF spanning 19 years (2007–Feb 13, 2026). Optimized JSON format (33.4 KB).

Download as CSV

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

GET /api/tickers/GMF/json● 200 OK (Live)
{
  "symbol": "GMF",
  "timestamp": "2026-02-17T12:24:22.671Z",
  "price": 147.57,
  "change_24h": -0.07516200459098897,
  "history_sample": [
    {
      "date": "2007-04-01",
      "open": 61.29,
      "high": 65.61,
      "low": 61.29,
      "close": 63.88,
      "volume": 97800
    },
    {
      "date": "2007-05-01",
      "open": 63.88,
      "high": 68.58,
      "low": 63.88,
      "close": 68.05,
      "volume": 72700
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import GMF
🛡️

Need to archive this data?

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