I am sending kite.ltp("NSE:INFY"), which have been working till Friday but today I am getting "Bad Request" Error. Traceback (most recent call last): File "/home/sachin/Application/automated_trader/scripts/test.py", line 16, in d = kite.ltp("NSE:INFY") ^^^^^^^^^^^^^^^^^^^^ File "/home/sachin/Application/automated_trader/venv/lib/python3.11/site-packages/kiteconnect/connect.py", line 610, in ltp return self._get("market.quote.ltp", params={"i": ins}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/sachin/Application/automated_trader/venv/lib/python3.11/site-packages/kiteconnect/connect.py", line 851, in _get return self._request(route, "GET", url_args=url_args, params=params, is_json=is_json) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ kiteconnect.exceptions.InputException: Bad Request
@mbb123 when I am hitting the kite.ltp function it is returning the error shown in the traceback. It started for me today only as till Friday it worked fine. adding @sujith
@sachinkumarg do you use the official API (using API key etc), or are you trying with emulating a browser or something similar? Asking because official API (which requires a subscription) is working fine for me, whereas seems like the latter alternative is not working, which I tried by emulating browser HTTP API call.
Hey, is it possible to get the permission in some way for the same? i mean, ultimately data is available for download in kite web as well. it's just we have to download from there and paste it where it's required.