Have you set the debug log with logging.basicConfig(level=logging.DEBUG)? We are trying to look at GET request log for historical data. Something like below: DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "GET /instruments/historical/260105/day?from=2020-10-10&to=2020-10-29&interval=day&continuous=0&oi=0 HTTP/1.1" 200 None
logging.basicConfig(level=logging.DEBUG)
? We are trying to look at GET request log for historical data. Something like below:DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "GET /instruments/historical/260105/day?from=2020-10-10&to=2020-10-29&interval=day&continuous=0&oi=0 HTTP/1.1" 200 None