This endpoint allows you to convert a specific amount of a currency to another currency.
ExchangeRatesAPI.convert()
method is used to communicate with this endpoint as seen below:
ExchangeRatesAPI.convert(base, target, Optional[date, base_amount])
ExchangeRatesAPI.convert()
method: