GetCurrencies
Filter inputs
Name | Type | Description | Mandatory | Available from version |
|---|---|---|---|---|
BrickIds | Guid[] | Filter by array of BrickIds. |
|
|
Codes | string[] | Filter by array of currency codes. According to ISO-standard |
|
|
StatusKeys | string[] |
|
|
Response rows
Name | Type | Description | Available from version |
|---|---|---|---|
Code | String | iso, the currenycode |
|
Price | Double | The price is based on EUR, for example: EUR/SEK, EUR/USD |
|
PriceDate | DateTime | PriceDate of the currency. |
|
StatusKey | String | Status of the currency |
|
Code examples