Financial Modeling Prep

getFinancialScores

Assess a company's financial strength using the Financial Health Scores API. This API provides key metrics such as the Altman Z-Score and Piotroski Score, giving users insights into a company’s overall financial health and stability.

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

Other tools also called getFinancialScores? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Limit on number of results (default: 100, max: 1000)"
    },
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    }
  }
}