pat42w / EF_Portfolio_Optimization

This project aims to test Portfolio Optimization methods on stock data in python.
MIT License
2 stars 0 forks source link

Currency data fetching issue #20

Closed pat42w closed 3 years ago

pat42w commented 3 years ago

When run dmf.gen_curr_csv(start_date) in 1_Database_maintainance.ipynb i get the following error:

ConnectionError: None: Max retries exceeded with url: /api/2007-01-01?base=USD&symbols=EUR&rtype=fpy (Caused by None)

pat42w commented 3 years ago

Uninstall using pip uninstall forex_python & reinstall using pip install forex_python fixed this issue