income statements retrieve
GET {{baseUrl}}/income-statements/:id
Returns an IncomeStatement
object with the given id
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
RESPONSES
status: OK
{"id":"0958cbc6-6040-430a-848e-aafacbadf4ae","remote_id":"1342348","name":"IncomeStatement","start_period":"2002-04-22T11:39:29.815Z","end_period":"2001-11-19T06:36:47.656Z","income":[{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"do7":{},"estc":{}}},{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"magna_7c":{},"esse_":{}}}],"cost_of_sales":[{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"non3":{},"in_7":{}}},{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"consequat_4":{},"culpa_7fb":{}}}],"gross_profit":300,"operating_expenses":[{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"aliquip4e":{},"consectetur_14a":{}}},{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"Ut_f6":{},"pariatur_e7d":{},"culpa_34":{},"culpad":{}}}],"net_operating_income":200,"non_operating_expenses":[{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"mollita":{},"enim_0":{},"anim_9fb":{}}},{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"essea8b":{},"deserunt___":{}}}],"net_income":100}