Financial Modeling Prep

getCryptocurrency5MinuteData

Analyze short-term price trends with the 5-Minute Interval Cryptocurrency Data API. Access real-time, intraday price data for cryptocurrencies to monitor rapid market movements and optimize trading strategies.

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

Other tools also called getCryptocurrency5MinuteData? 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": "Cryptocurrency symbol (e.g., BTCUSD)"
    }
  }
}