Skip to content

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.

License

Notifications You must be signed in to change notification settings

ilias4780/currency_exchange_rates_dashboard

Repository files navigation

Currency Exchange API Retriever App

Description

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.

Fixer API

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.

Installation

pip install -r requirements.txt

Configuration

Please place your unique API key as a string value for the api_key key of the configuration.json file.

Execution

streamlit run dashboard.py

Snapshots

Currency Symbols

Latest Exchange Rates

Exchange Rates Timeseries

Best Months to Trade

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages