Get balance sheet
codat_get_balance_sheetGet a company's balance sheet, broken into periods. periodLength (months per period) and periodsToCompare are BOTH required by Codat. Codat API: GET /companies/{companyId}/data/financials/balanceSheet.
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. |