☰
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
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,
Error: HTTPSConnectionPool(host='api.kite.trade', port=443): Read timed out. (read timeout=7)
by
sujith
·
April 2022
This could be connection pool issue, you can create a custom python connection pool and pass it to pykiteconnect
How to access monthly candle data
by
Imran
·
April 2022
https://kite.trade/docs/pykiteconnect/v3/
#kite
connect.KiteConnect.historical_data
How to get live stream bid and ask price data back to back without running my code again and again?
by
rakeshr
·
March 2022
Go through the python WebSocket documentation here.
Previous
Next