-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request : Please enable LTP , OHLC and full market quotes #32
Comments
Looks like Quote , OHLC, LTP endpoints are not supporting anymore.. I have been trying for quite sometime with apis.. https://api.kite.trade {"status": "error","message": "Bad Request","error_type": "InputException"} |
Have you found any workaround for Quote data else you can share Python code to get them from WebSocket? |
when you momentarily connect to websocket and subscribe to the symbols with tokens, you will be able to fetch LTP, Full QUote, etc.. if you want to fetch the data again you can unsubscribe and subscribe again.. but if you are in market time .. You will get full stream anyway.. you only need to push the ticks to a ticks_queue = [] and fetch ticks_queue[-1] |
In websocket full quotes circuit limit is not providing ... how can i get it? |
you should be able to get it . because in the zerodha gets through the same websocket only.. there is no other way.. I haven't been trading for quite a while so .. I couldn't check.. |
The text was updated successfully, but these errors were encountered: