☰
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
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.
Get CMP's of INdexes
by
SRIJAN
·
March 2022
https://kite.trade/docs/pykiteconnect/v4/
#kite
connect.KiteConnect.ltp
When is KiteTicker resubcribe needed?
by
mapreduce
·
March 2022
The KiteTicker API has a resubscription method which subscribes to all tokens again.
Connection error: 1006 - connection was closed uncleanly (WebSocket connection upgrade failed (429
by
rakeshr
·
January 2022
connection was closed uncleanly (WebSocket connection upgrade failed (429 - TooManyRequests))
What is the difference between cash and live balance ?
by
SRIJAN
·
January 2022
https://kite.trade/docs/pykiteconnect/v4/
#kite
connect.KiteConnect.order_margins
max value of attempts_count
by
sujith
·
January 2022
You can know more about it here.
callbacks for handling disconnection
by
rakeshr
·
December 2021
For WebSocket connection, auto-reconnect is set by default using reconnect=True.
Unable to modify my cover order stop loss orders using kite python api
by
sujith
·
December 2021
You need to enable debug log here.
Unable to modify my cover order stop loss orders using kite python api
by
sujith
·
December 2021
You need to enable debug log here and paste the json response.
Previous
Next