Income Statements

The Income Statement object

The income statement (a.k.a profit & loss statement) is a financial statement that summarizes the revenues, costs, and expenses incurred during a specified period, usually a fiscal quarter or year.

From the Income Statements endpoint, you can retrieve a business's cash or accrual-based income statement at a single point in time since inception. See Income Statements endpoint for more details.

📘

Income Statements Reconstructed

When querying Income Statements through the API, you have the option to include the reconstruct=true parameter to receive reconstructed Income Statements.

This functionality allows you to get the Cashflow Statements of Sage Intacct, Sage Business Cloud, and Netsuite.

🚧

All income statements are part of an array of reports. See Reports data type for more details on the report structure and its meta-data.

FieldTypeDescription
section
sortable, filterable
stringRailz normalized account classification. See account normalization for more details.
subSection
sortable, filterable
stringRailz normalized account classification. See account normalization for more details.
group
sortable, filterable
stringRailz normalized account classification. See account normalization for more details.
subGroup
sortable, filterable
stringRailz normalized account classification. See account normalization for more details.
classification
sortable, filterable
stringThe classification of an account in the accounting service, e.g. Asset.
type
sortable, filterable
stringThe type of an account in the accounting service, e.g. Fixed Asset.
subType
sortable, filterable
stringThe subtype of an account in the accounting service, e.g. Fixed Asset.
accountstringName of the account.
accountId
sortable, filterable
stringIdentifier for the account, unique for the business in the accounting service.
subAccountstringName of the subaccount.
subAccountId
sortable, filterable
stringIdentifier for the subaccount, unique for the business in the accounting service.
fullyQualifiedNamestringThe fully qualified name prepends the topmost parent, followed by each subaccount separated by colons and takes the form of Parent:Account1:SubAccount1:SubAccount2.
depth
sortable, filterable
stringThe hierarchial level of the account in the Accounts list. The highest level accounts are level 1, the lowest is n. This is an example showing account hierarchy:

Assets - Level 1
Current Assets - Level 2
Bank Accounts - Level 3
National Bank Account 1 - Level 4
value
sortable, filterable
decimalValue of the report line.

How to - User Guide

Step-by-step guide on utilizing this endpoint.