Financial Modeling Prep

getCryptocurrencyHistoricalFullChart

Access comprehensive end-of-day (EOD) price data for cryptocurrencies with the Full Historical Cryptocurrency Data API. Analyze long-term price trends, market movements, and trading volumes to inform strategic decisions.

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

Other tools also called getCryptocurrencyHistoricalFullChart? 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)"
    }
  }
}