For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI referenceImplementation
Get startedAPI referenceImplementation
    • Overview
          • The CashFlowStatement object
          • GET/cash-flow-statements
          • GET/cash-flow-statements/{id}
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Common ModelsCash Flow Statements

The CashFlowStatement object

The CashFlowStatement Object
1{
2 "id": "string",
3 "remote_id": "string",
4 "created_at": "2023-01-01T00:00:00Z",
5 "modified_at": "2023-01-01T00:00:00Z",
6 "name": "string",
7 "currency": "XUA",
8 "company": "string",
9 "start_period": "2023-01-01T00:00:00Z",
10 "end_period": "2023-01-01T00:00:00Z",
11 "cash_at_beginning_of_period": 1,
12 "cash_at_end_of_period": 1,
13 "operating_activities": [
14 {
15 "remote_id": "string",
16 "created_at": "2023-01-01T00:00:00Z",
17 "modified_at": "2023-01-01T00:00:00Z",
18 "name": "string",
19 "value": 1,
20 "sub_items": {
21 "string": {}
22 },
23 "company": "string",
24 "remote_was_deleted": true
25 }
26 ],
27 "investing_activities": [
28 {
29 "remote_id": "string",
30 "created_at": "2023-01-01T00:00:00Z",
31 "modified_at": "2023-01-01T00:00:00Z",
32 "name": "string",
33 "value": 1,
34 "sub_items": {
35 "string": {}
36 },
37 "company": "string",
38 "remote_was_deleted": true
39 }
40 ],
41 "financing_activities": [
42 {
43 "remote_id": "string",
44 "created_at": "2023-01-01T00:00:00Z",
45 "modified_at": "2023-01-01T00:00:00Z",
46 "name": "string",
47 "value": 1,
48 "sub_items": {
49 "string": {}
50 },
51 "company": "string",
52 "remote_was_deleted": true
53 }
54 ],
55 "remote_generated_at": "2023-01-01T00:00:00Z",
56 "remote_was_deleted": true,
57 "field_mappings": {},
58 "remote_data": [
59 {
60 "path": "string",
61 "data": {}
62 }
63 ]
64}
Was this page helpful?
Previous

/bank-feed-transactions/meta/post

Next

/cash-flow-statements

Built with

The CashFlowStatement object shows operating activities, investing activities, and financing activities over a period of time (month, quarter, or year).

idstringOptionalRead-onlyformat: "uuid"
remote_idstring or nullOptional

The third-party API ID of the matching object.

created_atdatetimeOptionalRead-only
The datetime that this object was created by Merge.
modified_atdatetimeOptionalRead-only
The datetime that this object was modified by Merge.
namestring or nullOptional
The cash flow statement's name.
currencyenum or nullOptional
The cash flow statement's currency. The currency code in ISO 4217 format.
companystring or nullOptionalformat: "uuid"
The company the cash flow statement belongs to.
start_perioddatetime or nullOptional
The cash flow statement's start period.
end_perioddatetime or nullOptional
The cash flow statement's end period.
cash_at_beginning_of_perioddouble or nullOptional
Cash and cash equivalents at the beginning of the cash flow statement's period.
cash_at_end_of_perioddouble or nullOptional
Cash and cash equivalents at the beginning of the cash flow statement's period.
operating_activitieslist of objectsOptionalRead-only
investing_activitieslist of objectsOptionalRead-only
financing_activitieslist of objectsOptionalRead-only
remote_generated_atdatetime or nullOptional
The time that cash flow statement was generated by the accounting system.
remote_was_deletedbooleanOptionalRead-only

Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.

field_mappingsobject or nullOptionalRead-only
remote_datalist of objects or nullOptionalRead-only