GH
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??
CommentArticleJul 11, 2022How to Download End-of-Day Stock Prices for the National Stock Exchange of India using Python?