I just wrote a little python script to update exchange rates in Epicor automatically. We opened a plant in Mexico so this became a necessity. Thought others might have a need as well. This will work with any currency, just change to whatever you need in the top of the code.
It’s written in python3 and requires the requests library, which you can get via command shell and:
pip3 install requests
(needs admin privileges)
This will only work with Epicor 10.2 or above, as it uses Epicor’s REST API.
Just fill in your settings at the top, set it on a scheduled task and voila.
https://bitbucket.org/fievelm/scraps/src/master/UpdateExchangeRateEpicor.py
It also sends an email notification when it runs, but you can delete that if it’s annoying.