Cash Statements
Cash Statements
This endpoint returns a list of cash statements with a running cash balance.
Path parameters
-
fin
string Required The Finplex Identity Number of the user
Query parameters
-
fen
string | null -
fan
string | null -
filterCurrency
string Required Only return statements for this currency.
Values are
ARS
,AUD
,BWP
,BRL
,CAD
,CNH
,CNY
,COP
,CZK
,DKK
,DOP
,EGP
,EUR
,GBP
,HKD
,HUF
,IDR
,INR
,ISK
,JPY
,KZT
,LTL
,LUF
,MXN
,MYR
,TWD
,NZD
,NOK
,PEN
,PLN
,KRW
,RON
,RUB
,SGD
,SKK
,SIT
,ZAR
,SEK
,CHF
,THB
,TRY
,USD
,UYU
, orVND
. -
fromDate
string(date-time) | null Filter statements only after this date.
-
toDate
string(date-time) | null Filter statements only before this date.
GET
/portfolio/{fin}/cash/statements
curl \
-X GET http://api.example.com/portfolio/{fin}/cash/statements?filterCurrency=ARS
Response examples (200)
[
[
{}
]
]
Response examples (200)
[
[
{}
]
]