@anupshinde,
You seem to be using the old version of Kite Ticker. You need to use new Kite Ticker to get more data.
You will also need an active Kite Connect subscription to use that.
@vandanchopra,
As of now, we don't have an API for corporate actions. Even for our platforms, we do it manually.
This will be provided once the backoffice APIs are up.
Basically, you need to read the corporate action circular and make an equation by…
@trade_then,
I think pykiteconnect doesn't send the callback.
The way it works is in order to make sure connection is active Kite Ticker sends a 0-byte message every one second.
@kbkvadivel,
Kite Ticker sends a heartbeat signal every second to make sure that it is connected. If you get on-ticks with empty array then you can ignore and not process that.
We just stream whatever we get from the exchange. If you don't see the c…
Hi,
This forum is dedicated only to Kite Connect related queries. Please write to support for other platform related queries.
PS: You need to clear app data from android settings > installed apps > Kite and launch app.
Hi,
There was some issue with instrument master dump we received today earlier. We are taking this up with the concerned team and investigating this.
You may have to re-download the latest instrument dump now to trade today.
Kite Connect APIs will cost you Rs 2000 per month for the base subscription which will give you access to orderbook, portfolio, funds, live market data, placing orders and more.
There is also an additional add-on subscription for historical data API…
Hi @ratanphayade,
This forum is dedicated only toKite Connect related queries. Please write to support for any other queries. You can check out this thread to know more about ZPIN.
Hi,
Each credit is equal to one Rupee. You can make any number of API calls.
You can check out Kite Connect API rate limits.
Once you subscribe to Kite Connect, it will be active for 30 days.
To get started, you can check out this webinar and docume…
A websocket API is a long-standing connection which is not like any other HTTP calls. You look up online for more information. You can't make an HTTP call to a websocket endpoint.
We have asked the concerned team to look into this. It will be fixed soon.
This forum is dedicated only to Kite Connect related queries. Please write to support for other platform related queries.
@mkhushwali,
It seems like you have not subscribed to historical data. You can go to developers console and subscribe to the same. Please don't post your api key and other session tokens on public threads. You can private message if you are posting …
@vandanchopra,
There are practical implications for normalizing huge data during weekdays. We usually normalize data during weekends.
Instead, we can publish the corporate actions every day and you can normalize data at your end.
@RP7220,
Let us say you subscribe to 256265 and setMode to modeFull and subscribe to the same instrument token again then the server will start sending you data in modeQuote and you will stop getting data in modeFull.
@hardikdesai,
Once you place a cover order, the system will take care of placing second leg order. The trigger price value is for the second leg order.
You can read more about cover order here.
To understand the exact flow, I would suggest using Kit…
You must be getting the error since you are making a bad request. This is the response to the above-mentioned request URL,
{
"status": "error",
"error_type": "InputException",
"message": "`from` date cannot be greater than `to`"
}
You need to …
@RP7220,
You need to setMode after you get onConnected callback?
I think the logic is wrong somewhere else. Can you check if both the arrays have same instrument token?
@VenkateshV,
The logic for generating candles is here. I am not sure if you can do that in XL.
@decipher,
Websockets is meant only for live market data and order updates. I am afraid we can't provide candles in websockets API.
@sagarraut0007,
The historical data is provided for backtesting purpose only. We don't recommend using historical data for live strategies. You can generate candles at your end using live market data.
Hi @decipher,
We don't recommend using historical data for live strategies. I would recommend you to generate candles at your end using live market data.
We have intraday data for instruments from FEB 2015. Can you list out a couple of instruments for which you don't see data? I will check with data team and update the status.
@Guhan,
I just tried and I got the response. You just need to make sure you are not passing continuous flag as false.
The issue is API is responding error with status code 200. We have informed data team to fix it.
@Guhan,
You need to send continuous as false for equity data. You can check out documentation to know more information.
We have minute level data for only a couple of years. We don't have data prior to that.
Hi @fa7c0n,
Since this is a developer forum, pricing related discussions are a little out of the scope. Those are done by the business team. Please post your queries regarding pricing to talk(at)rainmatter.com
Is this consistent issue? Can you let us know the params you are sending or enable debugging and paste the complete URL you are sending?
I think you are sending continuous value as 1.
@nickmanan,
You don't need to do anything, pykiteconnect has a reconnection logic written already and it is enabled by default.
You can check out here.
Yes, you can use orders=kite.orders() to fetch orderbook.
Yes, you can use kite.cancel_order to cancel an order and kite.exit_order to exit a special order.
A bo in the URL denotes order is a variety of type bracket order and you send parent order id for exiting BO position.
pykiteconnect just has another wrapper for exiting position which is same as # Second option for canceling orders
You need to do two things, one is canceling pending orders and square off bracket order positions.
You need to make sure you won't cancel second leg orders. You need to exit second leg orders.
The difference between canceling and exit is sending par…
Hi @sagarraut0007,
Can you create a new thread with all the details about which Kite Connect client you are using, what is the version of the Kite Connect client, params sent, an exact error message from the server?
Let us say, you have seven day candles, a week candle's data will be as follows,
open => open of the first candle
high => highest of the seven highs
low => lowest of the seven lows
close => close of the last candle.
Hi @sauravkedia,
You can check out this blogpost.
This is the circular from NSE.
If the price entered is below execution range then the order will sit at lower execution range value.
@archan85,
A `refresh_token` is a special long-standing token for read-only requests issued selectively to exchange approved platforms and not for individual users.
@saivinaymohan,
Is this consistent or intermittent issue? We generate access token on Kite Connect 3 every day but haven't come across this. Can you elaborate steps to reproduce?