Financial Modeling Prep

getCashFlowGrowthBulk

The Cash Flow Statement Growth Bulk API allows you to retrieve bulk growth data for cash flow statements, enabling you to track changes in cash flows over time. This API is ideal for analyzing the cash flow growth trends of multiple companies simultaneously.

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

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