/currencies
Endpoint
GET https://partners.api.skyscanner.net/apiservices/v3/culture/currencies
Response
The /currencies
endpoint returns a currencies
list containing objects with the following fields:
Field name | Description |
---|---|
code | Currency code, e.g.: GBP for the Pound |
symbol | Currency symbol, e.g.: £ |
thousandsSeparator | The string for thousands separation |
decimalSeparator | The string for decimal separation |
symbolOnLeft | Whether to show the currency symbol on the left or right. |
spaceBetweenAmountAndSymbol | Whether to include a space between the amount and symbol. |
decimalDigits | The number of digits shown after the decimal separator |