Exchange Rates Update

Hello @lubos , @Ealfardan & @Tut

Is There any method By Which Exchange Rates Can be Automatically Updated Daily or After Every Hour ?

An external program could probaly do this via Managers API.
There is no internal mechanism

That’s one of the original use cases for extensions. So it’s possible.

has anyone tried to create this extension ? @Ealfardan

Yes, you need to call the exchange rate provider’s API, make necessary transformation to the data format, and post the response to Manager’s API – all using JavaScript.

The only catch is that your script needs to be self contained.