Transaction activity share -Invalid Parameter

GET {{baseUrl}}/totals/monthly/gcct/e2e/activity-share?period=2019&debtor_country=FR&creditor_country=FR&currency=EUR&instructed_currency=EUR&bic=DEMOBE12

Get community data on payments transaction volume and amount by corridor for a specified creditor or debtor country.

Request Params

KeyDatatypeRequiredDescription
periodnumber(Required) Period of the transactions to be reported on.
debtor_countrystringCountry of the debtor BIC. Either this parameter is used or creditor_country or both.
creditor_countrystringCountry of the creditor BIC. Either this parameter is used or debtor_country or both.
currencystring(Required) The reference currency amounts should be converted to.
instructed_currencystringTransaction's instructed currency. When none, all transactions are in scope.
bicstringBIC to be reported on. If not present all BICs in scope are returned.

RESPONSES

status: OK

{"observer_data":[{"debtor_country":"BE","creditor_country":"NL","own_transaction_count":"1578","swift_transaction_count":"25789","transaction_count_share":0.06,"own_converted_amount":"54789856","swift_converted_amount":"1000587947","converted_amount_share":0.055}]}