Thanks @rakeshr . This means that the limit of 3 requests per second forces us to get the last period candle data for 480 stocks - OHLCV in 160 secs that is after more than 2.5 minutes. Then how will we fetch the intraday data for permitted 480 sto…
Thanks @sujith . I have checked and there still seems to be some mismatch of data. Please refer to the stock - VIKASPROP. This is not there is the list of allowed stock but Zerodha is giving margin. As of today 7-Jun at 5.13 pm the price is RS 2.50 …
Hi @praj22 I got the api reference from multiple discussion threads. Below are the links -
1. https://kite.trade/forum/discussion/1050/api-for-obtaining-margin
2. https://kite.trade/forum/discussion/2389/https-api-kite-trade-margins-equity-shows-w…
Please treat the issue as closed.
I had some issue with the virtual environment, which I have not figured out exactly.
The issue was resolved by reimporting the env params.
Thanks @rakeshr , @sujith for your support.
@rakeshr , @sujith
I have tried again today and getting the same error.
I am trying to get data for a limited no of stocks, which is failing.
Earlier I was able to retrieve more than 400 stocks using the same code.
{1793: 'AARTIIND', 3329: 'ABB', …
Thanks @rakeshr for your response.
As of now I am only fetching historical data and am not using any other API.
I am using the app created in Kite.Trade and using local web server to get the request token and then generate the access token. I am abl…
Below is the debug info when I am trying to fetch historical OHLCV for a few instruments -
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.kite.trade:443
DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "GET /instruments/…
@rakeshr I enabled the debug as you advised. Below are the results -
/Users/macdev1/PycharmProjects/SMLogin2/venv/bin/python /Users/macdev1/PycharmProjects/SMLogin2/py1.py
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.kite.tra…
@smarttrader I placed the api_key and api_secret directly and tried as well. I am getting the access token as earlier but the problem is while fetching historical data I am getting the issue.
Hi @sujith , I am a novice programmer but my code was running ok for more than last few weeks. Please advise how I can run in debug mode. A short one on one session might close this issue faster.
I have tried again 3 times and facing the same error. The access token that is getting generated is the same as the last one and this will continue to happen unless you invalidate the access token and after having a new access token, getting message…
@rakeshr , The code was working for the last 2 weeks.
I went through the communication thread and verified that the api_key and api_secret file does not have any carriage return.
Below is the login code which I am using for the last few weeks.
fr…