Browser cache

Hello, I am having trouble with my browser caching my page. My page displays a currency conversion and uses the example call to api dot exchangerate dot host/convert from the Velo API reference.

The call works but unless I manually clear my browser cache I always get the same exchange rate.

I think it is browser side but I’m very new to this environment.

Is there a way to overcome this.

Thank you!

I found an answer and learnt a bit more. According to doco here https://exchangerate.host/#/#faq API calls are always cached.

The way around it is to ask for today’s rate like this
https://api.exchangerate.host/convert?from=EUR&to=GBP&date=2014-11-01