Financial Modeling Prep

getCashFlowStatementsBulk

The Cash Flow Statement Bulk API provides access to detailed cash flow reports for a wide range of companies. This API enables users to retrieve bulk cash flow statement data, helping to analyze companies’ operating, investing, and financing activities over time.

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

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