Skip to main content
GET
Retrieve income statement

Authorizations

Authorization
string
header
required

API key prefixed with finta_

Query Parameters

start_date
string<date>

Start of the reporting period (YYYY-MM-DD). Defaults to beginning of current quarter.

end_date
string<date>

End of the reporting period (YYYY-MM-DD). Defaults to today.

Response

The income statement

object
enum<string>
required
Available options:
income_statement
start_date
string<date>
required
Example:

"2026-01-01"

end_date
string<date>
required
Example:

"2026-03-31"

currency
string
required
Example:

"USD"

revenue
object
required
expenses
object
required
operating_income_cents
integer
required

Operating income in cents. Equals revenue.total_cents + uncategorized_income.total_cents + expenses.total_cents + uncategorized_expenses.total_cents (expenses are already negative). Can be negative if the company is unprofitable.

Example:

3300000

non_operating_income
object
required

Non-operating income and expenses (e.g. interest income, gains/losses).

net_income_cents
integer
required

Net income in cents for the period. Equals operating_income_cents + non_operating_income.total_cents + taxes.total_cents (taxes are already negative). Can be negative if the company is unprofitable.

Example:

3325000

uncategorized_income
object

Uncategorized income items. Present when uncategorized income exists.

uncategorized_expenses
object

Uncategorized expense items. Present when uncategorized expenses exist.

taxes
object

Tax expense. Present when tax data exists.