Transactions
Transactions
This endpoint returns a list of transactions.
Query parameters
-
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
. -
Filter statements only after this date.
-
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"
}
]