Financial Modeling Prep

getStockPriceChange

Track stock price fluctuations in real-time with the FMP Stock Price Change API. Monitor percentage and value changes over various time periods, including daily, weekly, monthly, and long-term.

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

Other tools also called getStockPriceChange? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    }
  }
}