freee_get_profit_loss
Retrieve profit and loss statement with revenue, COGS, operating profit, and net income in one call. Use breakdown for segment analysis to compare monthly trends or YoY performance.
Instructions
Get profit and loss statement - Most efficient for profitability analysis. Returns revenue, COGS, operating profit, and net income in one API call. Use breakdown_display_type for segment analysis (partner/section/item/tag). Ideal for monthly trends, YoY comparisons, and KPI dashboards instead of aggregating thousands of transactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Company ID (optional, uses FREEE_DEFAULT_COMPANY_ID if not provided) | |
| fiscalYear | Yes | Fiscal year | |
| startMonth | Yes | Start month (1-12) | |
| endMonth | Yes | End month (1-12) | |
| breakdownDisplayType | No | Breakdown display type (partner: 取引先, item: 品目, section: 部門, account_item: 勘定科目) |