Financial Modeling Prep

getHistoricalRatings

Track changes in financial performance over time with the FMP Historical Ratings API. This API provides access to historical financial ratings for stock symbols in our database, allowing users to view ratings and key financial metric scores for specific dates.

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

Other tools also called getHistoricalRatings? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Optional limit on number of results (default: 1, max: 10000)"
    },
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    }
  }
}