Skip to main content
Glama

Financial Modeling Prep MCP Server

getCashFlowGrowthBulk

Analyze cash flow growth trends for multiple companies by retrieving bulk cash flow statement data over specified years and periods.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
periodYesPeriod (Q1, Q2, Q3, Q4, FY)
yearYesYear (e.g., 2023)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "period": { "description": "Period (Q1, Q2, Q3, Q4, FY)", "type": "string" }, "year": { "description": "Year (e.g., 2023)", "type": "string" } }, "required": [ "year", "period" ], "type": "object" }

Other Tools from Financial Modeling Prep MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/imbenrabi/Financial-Modeling-Prep-MCP-Server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server