Financial Modeling Prep

getKeyMetrics

Access essential financial metrics for a company with the FMP Financial Key Metrics API. Evaluate revenue, net income, P/E ratio, and more to assess performance and compare it to competitors.

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

Other tools also called getKeyMetrics? 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"
    }
  }
}