It should be fine now.
Please send payment and compliance related queries to talk(at)rainmatter.com.
PS: Make sure you don't post app specific or user specific details on public threads.
Kite Ticker only accepts the instrument tokens. You can subscribe and unsubscribe to the token on the go.
Please go through the API documentation to know more about Syntax.
If you are signing off from the system during the day then it is recommended to log out for user safety reasons.
We flush all the access tokens early in the morning every day.
It is a very bad comparison. You can't compare e-commerce platform to a trading platform.
We do provide order id for every order and users can tag each order for their usage. We do provide trades of an order. You can use these to map portfolio at y…
Hi @kartik2206,
kiteconnectjs is a backend client library, one can't use it in front-end framework.
PS: Redistribution of the Kite Connect data is not recommended. It is against regulations.
@gaurav_ch,
We are not allowed to give a dump of data on dropbox/google drive, there are regulations around it.
If you are not happy with the historical data provided by us then there are two alternatives, one is to generate your own candles data u…
We are getting timestamp as zero from the exchange during the pre-market session. We have asked the pykiteconnect team to change the response parsing to send back none in the response.
It will be taken live in the next release.
The javakiteconnect is being used on many production systems by many users. We haven't observed any edge case or issue in the getPositions API.
I would suggest re-evaluating your code or start afresh if possible.
You can open up to 3 websocket connections per api key.
You can subscribe for up to 3000 instruments per websocket connection. If you subscribe for more than 3000 instruments then you will receive an error message but your connection is not affected…
Hi @naz,
We just parse and provide the instrument file as published by the exchange. We don't add, remove or modify the file.
You can check out this circular from NSE. These bonds are traded under Capital Market segment.
Hi @uniraju,
Please post new queries on new threads. It will be useful for someone else who has the same issue. Always add more description like which version of client version you are using and paste the complete stacktrace of the error.
Hi @yousuf,
The trading platform doesn't have this context.
Portfolio to trade mapping is a part of backoffice. We will be able to provide this feature once the backoffice APIs are up. We do have plans of providing this in the future.
@gaurav_ch,
This is the worst possible recommendation. If you are doing so I would recommend change that. Polling orderbook to fetch order details is like abusing the system. We have given Postbacks API and order updates via websockets. We strongly …
It is mandatory by the exchange that a trader has to manually login at least once a day.
You can generate an access token in the morning by logging in and use it for the whole day.
Yes, you need 2000 credits in your developer account to subscribe for historical data.
You can go to the billing section (you can find this on top right menu) and buy credits. You can use a payment gateway or use Zerodha account to fund the same.
Hi @ranjithptb,
A timeout error can happen because of many reasons. It could be because of poor connectivity at the client's end or at Kite Connect API to its source or because of an unavailable resource at the source or because data was not able to…
We have intraday candles data for only a 2 to 3 years.
Historical data subscription is an add-on subscription which you can subscribe for from the app details page of the developers console.
This might happen when your main thread which is listening to ticks is overloaded. Try offloading your task to a secondary thread after you receive a tick.
This doesn't seem like a 1 to 5 seconds request. It seems like your algorithm tried to send a modify request when there is already a live modify request being processed.
Can you check what is the java version you are using?
We use java 1.8.0_121.
This doesn't seem like a javakiteconnect error, this is something related to setup.
A trading platform can receive only a few ticks when compared to ticks at the exchange. You can check out this thread for more information.
You get cumulative volume with every tick. You need to find the difference in volume between the first and l…
Posting on behalf of @HowUTrade,
@madhukar
These functions are originally created while developing systems for our client and intended to use with MS excel only. These are non-API functions.
Example usage:
Cell A1 = "AXISBANK"
B1 = 500.55
C1 = …
Hi @gaurav_ch,
The subscription is extended by 30 days from the day of activating it. In a month with 31 days, you will see the date reducing by one day and in a month with 30 days, you will see the expiry happening on the same day of the month.
Hi Abhishek,
We don't send postbacks for every order status change. The OPEN PENDING, MODIFY VALIDATION PENDING are only intermediate status which represents the state of an order in our system.
We only send postbacks for the statuses which matters…
You seem to be confused between a trade and an order.
There is only one status for an order.
Assuming you placed a limit order. If 60 quantity of an instrument is filled out of 100 then the order status will remain open since it was in open status…
The kite.margins(segment="equity") is to fetch fund deatails in a Zerodha trading account.
The above URL's are for calculating instruments margins(funds required to buy an instrument).
It means the possible value for stop-loss can be up to 4% below…
Hi @RajR,
I think you are looking for a solution like this.
We have missed adding proxy settings to websocket connection. We will add it in the future release. For now, you can fork the javakiteconnect and add proxy settings here.