Skip to main content
POST
Balance Sheet

Authorizations

X-API-KEY
string
header
required

Body

application/json
identifier
Identifier · object
required

Object specifying which identifier you are using to request the balance sheet. You must supply one type and its corresponding value.

period
enum<string>
default:quarter

Select whether the balance sheet to be provided are on an annual or quarterly basis.

Available options:
annual,
quarter
Example:

"annual"

limit
integer | null
default:20

Maximum number of balance sheets to return. If omitted, all balance sheets are returned.

Example:

20

Response

200 - application/json

Successful Response

results
BalanceSheet · object
required
errors
ErrorDetail · object[] | null
metadata
Metadata · object | null