date_range = pd.bdate_range(start='01/01/2010', end = '01/07/2022', freq='C', holidays = holidays()) for dates in date_range: bhavcopy_save(dates,savepath)
#gives me a error saying "BadZipFile: File is not a zip file" Will you please help figure out this??