jairotunior / dashboard_tutorial

43 stars 20 forks source link

Dashboard of Economic Data Analysis

This dashboard integrate different economic sources letting you add the desired time serie to be analysis.

The data sources integrated are:

Additonally, you could integrate data series from CSV Files.

Screenshots

alt text

alt text

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

  1. Create a new virtual environment with your prefered tools
    python -m venv env
  2. Copy the repositiory https://github.com/jairotunior/dashboard_tutorial.git
  3. Install the dependencies
pip install -r requirements.txt
  1. Get the API Key from Economic Research of Federal Reserve of St. Louis (https://fred.stlouisfed.org) and save the API Key in a file called 'api_fred.txt' in the root of the project.
  2. Get the API Key from Nasdaq Data Link (https://data.nasdaq.com/tools/api) and put the API KEY in the variable quandl_api_key in run_dashboard.py file.
  3. Now run the dashboard with:
    python run_dashboard.py

That's all for use.

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details