Financial Modeling Prep

getBalanceSheetGrowthBulk

The Balance Sheet Growth Bulk API allows users to retrieve growth data across multiple companies’ balance sheets, enabling detailed analysis of how financial positions have changed over time.

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

Other tools also called getBalanceSheetGrowthBulk? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "year": {
      "type": "string",
      "description": "Year (e.g., 2023)"
    },
    "period": {
      "type": "string",
      "description": "Period (Q1, Q2, Q3, Q4, FY)"
    }
  }
}