Financial Modeling Prep

getFullChart

Access full price and volume data for any stock symbol using the FMP Comprehensive Stock Price and Volume Data API. Get detailed insights, including open, high, low, close prices, trading volume, price changes, percentage changes, and volume-weighted average price (VWAP).

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

Other tools also called getFullChart? 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": "Stock symbol"
    }
  }
}