No, market depth can give only top 5 bids and offers. I want to see how many trades happen at offer price. Maybe I can use last traded volume and price.
Your point is correct. But when we try to create some application using WebSocket, we need to enter all the security questions for connection. To prove our identity, we don't need to answer all the question daily for WebSocket connection. I expect s…
I am getting an error "ERROR:kiteconnect.ticker:Connection closed: 1006 - connection was closed uncleanly (WebSocket connection upgrade failed (403 - Forbidden))
". I have seen many people have come across the same problem.
I need more than one connection. So that I can watch instruments in groups. Basically, I need more than one callback to perform different action for different groups.
kws1 = WebSocket(...)
kws1.on_tick = on_tick_group1
kws2 = WebSocket(...)
kws2.o…
I want to know about equity, will instrument id change every day or week/month? How can I follow the same scrip if it changes often?
For example, I want to track INFY, How can I ensure that I am following the same company?
How can I map instrument i…
I saw installation step in github as follows:
pip install git+https://github.com/zerodhatech/pykiteconnect@kite3#egg=kiteconnect
Is this the right way to install kiteconnect 3.0 in python?
1. How API will work without linking developers account with Zerodha account? There is no problem with historical data API. How about base subscription to work without linking developer account?
2. Can I subscribe to historical data API without subs…
No, I didn't mean this. Since you have mentioned 3 requests per second. I want to know how much data I can fetch in 1 request? Say for example I can fetch 100 days data or 100 rows of data
I am little bit confused. Using API I can retrieve my orders for the day. But I am looking for others executed order and number of stock. At least I want to see last executed order.
I mean not the orders that I have placed. Fetching complete orderbook will cause network delay. So I want to fetch part by part. Is there any way to get it?
At this moment I want
1. order book
2. historical data
If I subscribe only to historical data. Can I get order book?
Can I stream order book during market hours?
5. How to know how many transactions are done at a time?
I want to know how many stocks or sold in one minute. If possible I would like to know the average price of stock sold in one minute or list of transactions done in one minute.
Can I get percentage growth for every moment using API?
How many days historical data I can get using API and what is the frequency of the data? will it be in hours or minutes?
What is the frequency of historical data we can get?
I need to get Kite Connect base subscription to place order and ticker, right?
Can I get all the information displayed in web app using Kite Connect API? Example: 1. How much profit I have made in…