Financial Modeling Prep

getRatingsSnapshot

Quickly assess the financial health and performance of companies with the FMP Ratings Snapshot API. This API provides a comprehensive snapshot of financial ratings for stock symbols in our database, based on various key financial ratios.

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

Other tools also called getRatingsSnapshot? See providers with this name

Input Schema


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