Financial Modeling Prep

getPriceTargetNews

Stay informed with real-time updates on analysts' price targets for stocks using the FMP Price Target News API. Access the latest forecasts, stock prices at the time of the update, and direct links to trusted news sources for deeper insights.

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

Other tools also called getPriceTargetNews? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page": {
      "type": "number",
      "description": "Optional page number (default: 0)"
    },
    "limit": {
      "type": "number",
      "description": "Optional limit on number of results (default: 10)"
    },
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    }
  }
}