Closed pat42w closed 3 years ago
When run dmf.gen_curr_csv(start_date) in 1_Database_maintainance.ipynb i get the following error:
dmf.gen_curr_csv(start_date)
ConnectionError: None: Max retries exceeded with url: /api/2007-01-01?base=USD&symbols=EUR&rtype=fpy (Caused by None)
Uninstall using pip uninstall forex_python & reinstall using pip install forex_python fixed this issue
pip uninstall forex_python
pip install forex_python
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)