How can I implement the currency rates on this website and keep the currencies up to date so that i can access them in python from this website and input and output values and currencies types. I need my program to connect to this webpage and take the rates of the currency using the currency converter app on the webpage.
This is the website
I need to know how to do this on many high street currency providers that have a website however many do not supply a list of rates so web scrapping is not as straightforward.
Which modules will i need to install using pip and how will i be able to use them to achieve my goal. Many thanks