🗄️Developer Resource // JSON Endpoint

FMHI JSON Data API

Access 434 data points for FMHI spanning 9 years (2017–Feb 13, 2026). Optimized JSON format (63.6 KB).

Download as CSV

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

GET /api/tickers/FMHI/json● 200 OK (Live)
{
  "symbol": "FMHI",
  "timestamp": "2026-02-15T15:15:52.374Z",
  "price": 48.47,
  "change_24h": 0.14462809917355432,
  "history_sample": [
    {
      "date": "2017-10-30",
      "open": 49.95,
      "high": 50.25,
      "low": 49.95,
      "close": 50.09,
      "volume": 6500
    },
    {
      "date": "2017-11-06",
      "open": 50.09,
      "high": 50.25,
      "low": 50.09,
      "close": 50.19,
      "volume": 9500
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import FMHI
🛡️

Need to archive this data?

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