Financial Modeling Prep

getForex5MinuteData

Track short-term forex trends with the 5-Minute Forex Interval Chart API. Access detailed 5-minute intraday data to monitor currency pair price movements and market conditions in near real-time.

Remote cfocoder/financial-modeling-prep-mcp-server

Other tools also called getForex5MinuteData? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "to": {
      "type": "string",
      "description": "End date (YYYY-MM-DD)"
    },
    "from": {
      "type": "string",
      "description": "Start date (YYYY-MM-DD)"
    },
    "symbol": {
      "type": "string",
      "description": "Forex pair symbol (e.g., EURUSD)"
    }
  }
}