This python tool aims to retrieve currency exchange data by using Fixer API. Parameters for the requests and data display are controlled and implemented by a streamlit dashboard page.
If you don't have a unique Fixer API key then you can subscribe here for a basic plan (no card required) and be able to make up to 100 requests per day for free.
pip install -r requirements.txt
Please place your unique API key as a string value for the api_key
key of the configuration.json
file.
streamlit run dashboard.py