Trade data: Sample 2
GET {{baseUrl}}/bi/banking-premium/v2/trade?reporting_period=2019-01-05&limit=25&offset=0
Returns an array of trade finance data filtered on reporting period available for the current and previous year.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
reporting_period | string | (Required) specifies the day the reported data covers. | |
limit | number | Limits the maximum number of results to be displayed on a page with a minimum of 25 (putting less defaults to 25) and a maximum of 1000 (putting more defaults to 1000). | |
offset | number | Specifies the number of items from which to start returning results. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |