Financial Modeling Prep

getFinancialRatiosTTM

Gain access to trailing twelve-month (TTM) financial ratios with the TTM Ratios API. This API provides key performance metrics over the past year, including profitability, liquidity, and efficiency ratios.

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

Other tools also called getFinancialRatiosTTM? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    }
  }
}