Financial Modeling Prep

getStockGradeNews

Stay informed on the latest analyst grade changes with the FMP Grade News API. This API provides real-time updates on stock rating changes, including the grading company, previous and new grades, and the action taken. Direct links to trusted news sources and stock prices at the time of the update help you stay ahead of market trends and analyst opinions for specific stock symbols.

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

Other tools also called getStockGradeNews? 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: 1, max: 100)"
    },
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    }
  }
}