Hi @Rishabh_Dasgupta
Try,
-
Check point no 4
Learn Algo Trading with Python | Codes | Youtube Series - #177 by Tradehull_Imran -
Disable SSL checking
import ssl
warnings.filterwarnings("ignore")
# Disable SSL verification globally
ssl._create_default_https_context = ssl._create_unverified_context