Financial Modeling Prep

getFinancialStatementGrowth

Analyze the growth of key financial statement items across income, balance sheet, and cash flow statements with the Financial Statement Growth API. Track changes over time to understand trends in financial performance.

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

Other tools also called getFinancialStatementGrowth? 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"
      ],
      "type": "string",
      "description": "Period (Q1, Q2, Q3, Q4, or FY)"
    },
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    }
  }
}