Get cash flow statement
codat_get_cash_flow_statementGet a company's cash flow statement, broken into periods. periodLength and periodsToCompare are BOTH required by Codat. Codat API: GET /companies/{companyId}/data/financials/cashFlowStatement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | Yes | The Codat companyId (UUID). | |
| startMonth | No | First month of the earliest period (YYYY-MM-DD); defaults to the most recent. | |
| periodLength | Yes | Number of months per period (1-12). Required. | |
| periodsToCompare | Yes | How many periods to return (1-12). Required. |