@chotabheem,
Liquidity is very low on MCXSX. We don't allow trading in MCXSX(MSEI). Hence you don't get to see any MCXSX contracts in instruments file.
Hi @arsh_makker,
You can make your basket and place any number of orders using kiteconnectjs, just make sure you don't hit API rate limit. It is 3 requests per second. Check out kiteconnectjs documentation here and Kite Connect API documentation her…
@shaj,
As mentioned in that thread, we send tick once value of any param changes for a subscribed token.
This discussion is about level 3 tick data. For more info check out this.
@quicksilverm,
When you enter postback url in developer console, it checks for validity. Since you have self signed certificate, it is not accepted. Please get a certificate from trusted authority.
Hi @Kulbir,
I am technical person. Problem with proxy is that we will not be able to figure out what is the network configuration set by your network admin, firewall properties and other details. I am afraid we can't help you with it.
Hi @Kulbir,
Kite web uses same Kite ticker as API users, if Kite Web is working fine then I would suggest you to check your code/configuration, change proxy or contact your network admin.
Hi @Kulbir,
Instruments file is updated everyday, instrument token might not change everyday but it might change overnight. So I would suggest you to download instruments everyday once and store that file.
For F&O contracts, you can fetch instr…
Hi,
You can check brokerage calculator to know about lot to weight map of each commodity contract or you can use margins API which is mentioned in this thread.
Hi,
Take a look at this thread to know why we are not charging based on usage.
Regarding approvals, please write to [email protected] someone from our team will get in touch with you.
Hi @rajeshbadiye,
We had some issues with chart data and it is populated now. In future we will come up with something like announcements for notifying API clients about disruption.
Hi @dhara911,
You have to open an account with zerodha to login. Please private message me your phone number, email and full name. We will have one of our executives help you to open an account.
Hi @Kulbir,
Kite Ticker keeps sending heartbeat ticks. So it is fine if you are getting ticks with zero bytes.
Can you confirm, if you are still getting the exception that you posted on other thread?
If that exception exists then you will not be ge…
Hi @LAKHAN,
You will be placing only one bracket order. After first leg execution, placing second leg order is internal calls, So you don't need to worry about it.
Hi @tpjob2014,
JSONException you encountered is thrown because javakiteconnect can't convert indices json response to Quote Object. The same exception can happen when javakiteconnect receives broken json. So it is not good idea to hard code any erro…
Hi @quicksilverm,
To exit all quantities, you can cancel any one order either limit or stop loss order.
If you exit limit order then limit is executed at market and corresponding stop loss order is cancelled.
Your childOrders list can be populated b…
@joy,
I am afraid we can't consolidate it into a single http call. It has too much data.
You can fetch it once and cache it.
Can you tell me a scenario where you need to keep on fetching data.
In instrument file, row corresponding to this token looks like this
3038977,11871,63MOONS-BE,63 MOONS TECHNOLOGIES,0.0,,0.0,0.05,1,EQ,NSE,NSE
If you look at trading symbol 63MOONS-BE it has BE in it.
Instead you should be using this, 3038209,11868…
Hi @revanth1425,
You are looking for 63MOONS-BE for which we don't have data. You must be getting the following error message "{"status": "error", "error_type": "InputException", "message": "No candles found based on token and time and candleType or…
Hi @EASYMARKETZONE,
We have minute data for 6 to 8 months and day data for 1 - 12 years. We are back populating data. As it involves lot of manual checks, it is a tedious process which might go on for a while.
Hi @EASYMARKETZONE,
A candle is considered as bullish, if close price is higher than open price and a candle is considered as bearish, if close price is lower than open price. Once you determine type of candle then volume associated with it is bulli…
Hi @joy,
1. Is there any call to fetch the margins (for all the segments) at one go (like return an array of margins). If not can you please add it to your todo list.
Checkout this thread for margins API details.
2. The login (/session/token) respon…
Hi,
If you have enough margin then you can convert your MIS position to CNC.
MIS positions are squared off everyday, if you convert to CNC then it will remain CNC next day also.
If you have equity position then, from next day it will be displayed in…
Hi @tushar.n.patel,
Kite APIs are available as monthly subscription. You need to pay 2000 every month to keep your subscription active. Check out documentation to get started.
Hi Saurabh,
I am afraid you will have to wait for some more time. As you know we are revamping whole Kite core APIs, it doesn't make sense to put all our efforts to build bracket order and then again re do the same with new APIs.
Hi Nayan,
I am afraid that is not possible. KiteConnect is a generic API, available in different languages to allow people to build platform but not building platform itself. We provide all the support for building platform but not platform itself. …
@pranksterguru,
I do understand your concern. We do make announcements for every major changes to API. Changes that we regularly make could never break your logic.
@joy,
We have plans of organizing something like this. It will happen in near futur…
Hi @joy,
I am afraid, we can't make changes to postbacks API because postbacks are mainly based on api_key.
We are planning to send order notifications via websockets in future. I hope that serves your purpose.
Hi @apurvtwr,
Both are different APIs, getOrders() will return your orderbook but getOrder(order_id) returns lifecycle of an order in the system. Both APIs serve different purposes. Please go through documentation . For your purpose, I would suggest…
Hi Nayan,
Did you mean KiteConnect with Excel? It is already available.
KiteXL is a third party library provided by @botany02. May be he can help you with it.
Hi @pranksterguru,
We will be limiting number of connections per user to 3-4 shortly. As such, please don't create one connection per token. If you wish to monitor 100 scrips, you'll end up opening 100 connections. If you aren't getting ticks for mu…
Hi @rajeshbadiye,
You can only place "after market order"(AMO) post market. If you place order after market, then your order will be rejected with status message as "adaptor is not ready".
Hi @joy,
I submitted an order at market open which unfortunately returned.
13Feb17 09:15:02 : KiteConnectViewModel.ParseResponse : OrderId = {"status": "error", "message": "Couldn't connect to nest gateway", "error_type": "NetworkException"}
13Feb1…
@pranksterguru,
This shouldn't be happening because SBIN is volatile and it is ticking in kite. Kite also uses same websocket connection for tick data. I would suggest check your configuration or code.
@pranksterguru,
Performance difference will not be that evident. There will be overhead in receiving data, parsing and sending it back. So I would suggest you to go for multiple connections.
Hi,
It is mandatory by exchange that user has to login every day manually everyday. I am afraid we can't do anything about access token expiry.
Also, how can I contact if I want to have two accounts through my application. I tried to email talk@rain…