# Utils :cd: Some powerfull utils that can help you build best products. # API **UtilsService** * [.currencyConvert(params)](#currency) ## .currencyConvert(params) Return list of currencies exchange rates. **Returns**: `Promise` **See**: [CurrencyConversionReq](https://support.travelport.com/webhelp/uapi/uAPI.htm#../Subsystems/Schemas/Content/Schemas/CurrencyConversionReq.html%3FTocPath%3DSchema%7C_____47) | Param | Type | Description | | --- | --- | --- | | currencies | `Array` | Array of objects where `from` property represents currency you have and `to` - currency you want. | **See: Currency convert example**