Transactions
Transactions
This endpoint returns a list of transactions.
Path parameters
-
fin
string Required The Finplex Identity Number of the user
Query parameters
-
fen
string | null -
fan
string | null -
filterCurrency
string | null Only return transaction 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}/transactions
curl \
-X GET http://api.example.com/portfolio/{fin}/transactions
Response examples (200)
[
{
"assetName": "string",
"assetPurchasePrice": 42.0,
"assetSymbol": "string",
"currency": "ARS",
"effectiveDate": "string",
"exchangeCode": "string",
"fan": "string",
"fen": "string",
"movementId": "string",
"narrative": "string",
"quantity": 42.0,
"totalGrossCashChange": 42.0,
"totalNetAssetPurchasePrice": 42.0,
"totalNetCashChange": 42.0,
"transactionType": "Buy"
}
]
Response examples (200)
[
{
"assetName": "string",
"assetPurchasePrice": 42.0,
"assetSymbol": "string",
"currency": "ARS",
"effectiveDate": "string",
"exchangeCode": "string",
"fan": "string",
"fen": "string",
"movementId": "string",
"narrative": "string",
"quantity": 42.0,
"totalGrossCashChange": 42.0,
"totalNetAssetPurchasePrice": 42.0,
"totalNetCashChange": 42.0,
"transactionType": "Buy"
}
]