Currently the app does (more or less) the following:
- Downloads CSV economic data from European Central Bank Statistical Warehouse ( https://sdw.ecb.europa.eu/ ) and FRED Economic Data ( https://fred.stlouisfed.org/ )
- Processes them and interpolates missing values
- Plots the time series data with Plotly in Django webapp
Python 3.x is required. Pip3 is recommended to install dependencies: pip3 install -r finstat_web/finstat/requirements.txt
Run Power Shell script under finstat_web/finstat
Run shell script under finstat_web/finstat