☰
Login
Signup
Home
›
Search
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Kite websocket disonnection
by
sujith
·
February 2023
You don't have to do it. pykiteconnect does it for you. You just need to enable reconnect here.
Cannot fetch last candle close or low or high price
by
rakeshr
·
January 2023
Unable to fetch close of last candle instead of "last_price"
Not getting Access Token in json data
by
rakeshr
·
January 2023
An access token is available from generate_session API not profile. Go through the examples here.
How to receive Trade Confirmation through Web-Socket
by
rakeshr
·
December 2022
on_order_update, go through python client doc here.
kite.access_token got "None" or "Expired" randomly
by
rakeshr
·
December 2022
access token got None after some requests
Order placement failure
by
sujith
·
November 2022
@Varun_22,
How to stop and start ticker data parsing
by
rakeshr
·
November 2022
You can use the stop() method to stop the WebSocket streaming. can I re-run .connect() again
Not getting Postback (WebHooks) for MIS orders at 3.20 PM when Kite close all MIS orders.
by
sujith
·
November 2022
@kartikpateldev,
on_message callback not updating the order status sometimes
by
sujith
·
October 2022
You need to set callback on_order_update. You can check out pykiteconnect documentation here for ticker.
OHLC DATA
by
sujith
·
October 2022
You can use Quote API as mentioned here.
Too many request
by
sujith
·
September 2022
You can check out the documentation here.
After market TICK data / websocket interruption
by
sujith
·
September 2022
You can check out pykiteconnect documentation here.
twisted.internet.error.ReactorNotRestartable
by
rakeshr
·
September 2022
what happens to the websocket connection when the token expires due to the change of date?
twisted.internet.error.ReactorNotRestartable
by
rakeshr
·
September 2022
Yes, you can keep the websocket connection alive and know the current status using is_connected method.
how to close the websocket manually?
by
SRIJAN
·
September 2022
https://kite.trade/docs/pykiteconnect/v3/
#kite
connect.KiteTicker.stop
i need to fetch the nearest expiry date
by
SRIJAN
·
July 2022
https://kite.trade/docs/pykiteconnect/v4/
#kite
connect.KiteConnect.instruments
kite connect api for log out
by
SRIJAN
·
July 2022
https://kite.trade/docs/pykiteconnect/v4/
#kite
connect.KiteConnect.invalidate_access_token
How to get Historical Data in python
by
SRIJAN
·
June 2022
https://kite.trade/docs/pykiteconnect/v4/
#kite
connect.KiteConnect.historical_data
Ticker Disconnect end of day step
by
rakeshr
·
May 2022
How should I disconnect from KiteTicker(close websocket connection) at say 15:30 and reconnect again at login, without checking if time is xx:xx every few seconds
Invalid `api_key` or `access_token`. Traceback (most recent call last):
by
sujith
·
April 2022
@ATH,
Previous
Next