🗄️Developer Resource // JSON Endpoint

FMX JSON Data API

Access 334 data points for FMX spanning 28 years (1998–Feb 6, 2026). Optimized JSON format (48.9 KB).

Download as CSV

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

GET /api/tickers/FMX/json● 200 OK (Live)
{
  "symbol": "FMX",
  "timestamp": "2026-02-09T09:07:35.308Z",
  "price": 110.37,
  "change_24h": 2.8419679463287473,
  "history_sample": [
    {
      "date": "1998-06-01",
      "open": 10.96,
      "high": 11.67,
      "low": 9.29,
      "close": 10.5,
      "volume": 6386400
    },
    {
      "date": "1998-07-01",
      "open": 10.67,
      "high": 12.17,
      "low": 10.31,
      "close": 10.33,
      "volume": 8226000
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import FMX
🛡️

Need to archive this data?

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