Financial Modeling Prep

getRatios

Analyze a company's financial performance using the Financial Ratios API. This API provides detailed profitability, liquidity, and efficiency ratios, enabling users to assess a company's operational and financial health across various metrics.

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

Other tools also called getRatios? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Limit on number of results (default: 100, max: 1000)"
    },
    "period": {
      "enum": [
        "Q1",
        "Q2",
        "Q3",
        "Q4",
        "FY",
        "annual",
        "quarter"
      ],
      "type": "string",
      "description": "Period (Q1, Q2, Q3, Q4, FY, annual, or quarter)"
    },
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    }
  }
}