Skip to content
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

Open
tradewithmadhan opened this issue Jul 9, 2024 · 5 comments
Open

Comments

@tradewithmadhan
Copy link

  • Request : Please enable LTP , OHLC and full market quotes

  • @TradeViaPython Please enable it will be very usefull ... using WebSocket am not able to get circuit details and some functions

@pv-ajay-thota
Copy link

Looks like Quote , OHLC, LTP endpoints are not supporting anymore.. I have been trying for quite sometime with apis..

https://api.kite.trade
https://kite.zerodha.com

{"status": "error","message": "Bad Request","error_type": "InputException"}

@hivikash
Copy link

hivikash commented Oct 9, 2024

Have you found any workaround for Quote data else you can share Python code to get them from WebSocket?

@pv-ajay-thota
Copy link

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]

@tradewithmadhan
Copy link
Author

In websocket full quotes circuit limit is not providing ... how can i get it?

@pv-ajay-thota
Copy link

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants