leosmigel / analyzingalpha

477 stars 202 forks source link

Get Data From The Federal Reserve (FRED) #44

Open negro1907 opened 7 months ago

negro1907 commented 7 months ago

Hi! I was trying to download the free risk rate from the FRED and the following error is showed up: ModuleNotFoundError Traceback (most recent call last) in <cell line: 4>() 2 import fredapi as fa 3 import pandas as pd ----> 4 from local_settings import * 5 from local_settings import fred as settings 6 try:

ModuleNotFoundError: No module named 'local_settings' Please could you help me in finding a solution for this issue?? Thanks in advance