A dashboard for macroeconomic and stock market data built with Python and Dash. Includes graphical and tabular data on sentiment indicators, unemployment, inflation, treasury rates, and more. A v1 prototype.
Use the package manager pip to install the required dependencies to run this web dashboard on your local machine.
pip install -r requirements.txt
Enter into the main directory in your terminal and run the following command.
python app.py
Open up http://localhost:8050/ on your local browser to view the dashboard.
Otherwise, you can visit the dashboard at https://economic-dashboard.onrender.com.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.