fromtimestamp(data["timestamp"]) return last_updated_datetime, exchange_rate * amount Copy Below is the function that uses the /convert endpoint in case you have an upgraded account: def convert_currency_fixerapi(src, dst, amount): """converts `amount` from the `src` currency to `dst`...