Returns the income statement (profit & loss) for the given date range. Defaults to the current quarter.
The full statement is always returned. You cannot filter to a single category. Revenue minus expenses equals net income; returning a slice would break that math.
Returns one period per request. For monthly breakdowns, make separate calls for each month.
API key prefixed with finta_
Start of the reporting period (YYYY-MM-DD). Defaults to beginning of current quarter.
End of the reporting period (YYYY-MM-DD). Defaults to today.