Financial Modeling Prep

getStockGradeLatestNews

Stay informed on the latest stock rating changes with the FMP Grade Latest News API. This API provides the most recent updates on analyst ratings for all stock symbols, including links to the original news sources. Track stock price movements, grading firm actions, and market sentiment shifts in real time, sourced from trusted publishers.

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

Other tools also called getStockGradeLatestNews? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page": {
      "type": "number",
      "description": "Optional page number (default: 0, max: 100)"
    },
    "limit": {
      "type": "number",
      "description": "Optional limit on number of results (default: 10, max: 1000)"
    }
  }
}