Financial Modeling Prep

getPriceTargetSummary

Gain insights into analysts' expectations for stock prices with the FMP Price Target Summary API. This API provides access to average price targets from analysts across various timeframes, helping investors assess future stock performance based on expert opinions.

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

Other tools also called getPriceTargetSummary? See providers with this name

Input Schema


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