We don't provide one-to-one support or help in programming.
If you have any specific queries,you may ask.
You can read FAQs here:
https://kite.trade/forum/discussion/4732/frequently-asked-questions-faqs#latest
https://kite.trade/f…
This forum is dedicated to KiteConnect APIs.
Please, don't post about other queries here.
For now,purchase date can be seen on Console.
https://tradingqna.com/t/how-to-know-the-buying-date-of-a-stocks/21789/8
a). getLTP or websocket
b).getQuote or websocket
Refer the complete documentation here:
https://github.com/zerodha/javakiteconnect
c). Fundamentals are not provided by KiteConnect.
d. Websocket is used to stream quotes,listen t…
Exchange makes it mandatory for a user to login manually atleast once a day.
So, automatic login is not possible.
A request token is valid for almost 5 minutes,use it immediately to get access token.
Your query has already been answered here:
https://kite.trade/forum/discussion/11445/string-url-kitesdk-getloginurl#latest
You need to have an active KiteConnect subscription to use KiteConnect APIs . You can't use KiteConnect with Kite Pu…
KiteConnect gives the data for the current live candle too, alongwith the completed candles.
So, let's say when you fetched historical data at 14:00:45,it fetched all the completed candles,plus the candle which started at 14:00:00 ,for which HL…
a) To use KiteConnect APIs,you have to make a KiteConnect App,after successful creation,you will get both api_key and secret.A Kite Publisher app is only a gateway to place orders.
b)https://kite.trade/forum/discussion/11441/user-user-kitesdk-g…
A request token is valid only for a few minutes and can be used only once.
Use fresh generated request token to retrieve access token ,and save it in your local database.
Use this access token for signing subsequent requests.
This access to…
No,as historical data API is an add-on over than base KiteConnect subscription.
You will have to pay 4k to use historical data API.
However,if you aren't comfortable,you can use websocket data to generate candles at your end.
You can und…
If this is your exact code,then it seems there's no problem in the code.
Try threaded ticker,it might solve the issue:
https://kite.trade/forum/discussion/comment/25535/#Comment_25535
It's working perfectly fine for me.
You might be having open short positions .
Margin Calculation API considers existing positions as well.
https://kite.trade/docs/connect/v3/margins/#margin-calculation
a) Api_key and api_secret can be obtained by signing up and making an app on developer console.
https://developers.kite.trade/
You can understand login flow here:
https://kite.trade/docs/connect/v3/user/
b) It's the response you get by…
Yes,of course.
KiteConnect is value for money.
Read this to understand:
https://kite.trade/forum/discussion/2549/pricing
There are pre-built libraries in multiple languages to choose from.
You also get a dedicated support forum fo…
You mean you have used localhost(127.0.0.1) as redirect url in your app on developer console,right??
You can understand login flow here:
https://kite.trade/docs/connect/v3/user/
Refer this video for detailed explanation:
You have to pay 2000/month for base KiteConnect subscription.
Plus 2000/month if you want historical data API add-on.
You can open your developer account here:
https://developers.kite.trade/
First,this forum is only for KiteConnect related queries.
For other queries about Zerodha,you can write to support,or on trading qna.
https://support.zerodha.com/
https://tradingqna.com/
Second,Nifty and Banknifty are index,they are no…
Weird , how can the candle disappear after it has started??
However,historical data is provided only for backtesting purposes .
To generate live candles, websocket is recommended.
You can know more here:
https://kite.trade/forum/discussi…
Missing ticks(difference between candles on Kite and your app) can be caused by connection related issues as described above by Rakesh Sir in this thread .
But,if you're not getting 75 ,5 min candles,this means that there is error in your candl…
You can get historical data for any contract from the time the contract was launched.
CRUDE OIL Futures have an expiry date 6 months after launch. So,for current month contract,you can get data upto 6 months .
Yes,you will need instrumen…
In the 1st dataset,you have all the completed candles, and the running live candle of 15:05. So, nothing is missing.
About 2nd,did you use different 'to' parameter than the previous one??
First of all ,we don't provide support for debugging your code.
Maybe, there's some sleep or any other command, network problem delaying your order placement command. You have to fix this yourself.
The only thing I can suggest,remove all your c…
Custom validity is not available for CO.
You have to check at your end and if not executed,use cancel order API.
https://kite.trade/docs/connect/v3/orders/#cancelling-orders
A call to any api is called a request. Let's say you want ltp of NIFTY 50.
So,you call the ltp API :
https://kite.trade/docs/connect/v3/market-quotes/#retrieving-ltp-quotes
Or,as in your example,you call historical data for RELIANCE throu…
BO is not supported now.
You can know all the possible values(latest) for parameters in place order API here:
https://kite.trade/docs/connect/v3/orders/#glossary-of-constants
The last_price of only NIFTY 50 is streamed realtime on Zerodha between 9:00 to 9:07.
For other instruments,the last_price is shown after the pre-market closing i.e from 9:08.
Equilibrium price is shown in the open value of the ohlc quote …
Refer this thread:
https://kite.trade/forum/discussion/comment/38825/#Comment_38825
You have to quotes or websocket as told above by Rakesh Sir to get realtime ltp.
You can try method 2 as described here:
https://kite.trade/forum/discussion/comment/25535/#Comment_25535
Or,just shift your lines defining t1 and t1.start() under the
if count==0,or any other if statement so that the thread is only started…
Websocket data you get through KiteConnect is the same data used to make candles on kite web/app.
You might have missed a few ticks due to latency issues.
You can refer this thread:
https://tradingqna.com/t/why-does-two-charts-of-the-sa…
You have to pass exchange: tradingsymbol combination or instrument token.
https://github.com/zerodha/dotnetkiteconnect/blob/bb7158190adf109c6d3a9512a9550b1745f05797/KiteConnect/Kite.cs#L674
https://kite.trade/docs/connect/v3/market-quotes/#re…
The limit is 3000 per day for orders other than CO.
Yes,a open order is also counted as one order even if you cancel it.
It is also possible that any order may be rejected,but that also increases the count.
You can refer these threads:
https://kite.trade/forum/discussion/3490/query-on-avfailability-of-historical-minute-candle-data-and-corporate-actions
https://kite.trade/forum/discussion/comment/26514/#Comment_26514
Tracebacks are not automatically logged.
Error can happen anywhere.
You have to find those parts where errors are possible and wrap them in try-except block and log them.
Did you check if there was no error output on the terminal?? Because y…
Please post the exact error stacktrace.
This error
"Connection closed: 1006 - connection was closed uncleanly (peer dropped the TCP connection without previous WebSocket closing handshake)"
generally happens due to some internal error in your…
1. This is your network error. Maybe, it's because of you running multiple scripts, connection would be getting blocked for some scripts randomly.
2. This means you are crossing the rate limits.
https://kite.trade/docs/connect/v3/exceptions/#api…
1. Yes, positions api is reliable. And is updated instantly. However,there might be a few seconds delay sometimes. It's recommended to add some delay between placing orders and checking orderbook/positions.
2. You can save your positions locall…
Yes,Google Authenticator is showing the same totp as in the online one.
Maybe ,check if you are not passing the incorrect/old key as a new key is generated each time you try to enable totp.
If you are using the correct secret key,then contact…
It is not recommended to fetch historical data for live candles.
You can use websocket data and form candles at your end.
https://kite.trade/forum/discussion/2604/convert-ticks-to-candle#latest
These 3rd party tools might be using some different method. Try with Google or Microsoft Authenticator as suggested above.
If that also fails,contact zerodha support:
https://support.zerodha.com/
The totp system is working perfectly fine.
If its failing,you might be entering incorrect totp.
Try with Google or Microsoft Authenticator and check if the error is still happening.
If you exceed the rate limits,the subsequent requests will fail with error code 429.
https://kite.trade/docs/connect/v3/exceptions/#common-http-error-codes
You will only be blocked till your limits are refreshed. Like ,if you use order place …
Transaction type has to be 'BUY' or 'SELL'.
https://github.com/zerodha/pykiteconnect/blob/fc3ee234633a438f5c3d425209322e20dcc6bfca/kiteconnect/connect.py#L60
You are sending the parameters directly in the url.
These stocks have '&' in their symbols . & is used to separate the arguments in a url.
So, let's say you fetch quote for M&M,but the server thinks you are requesting quote for a s…
You can find the correct tradingsymbol from the instruments dump .
https://kite.trade/docs/connect/v3/market-quotes/#instruments
There are no underscores in the tradingsymbol of these stocks. There are ampersands in the tradingsymbol of these…
1. There is no issue with positions api. I also fetched it multiple times yesterday, without any error even once.
2. If the print statements did not execute,then for sure that code block was not executed,so the order placement code also did not…
Exchange timestamp is updating at my end.
Exchange timestamp is only available in full mode streaming. Make sure you are running websocket in full mode .
You want only one tick every 5 minutes??
Market quotes are the perfect way for snapshot data .
https://kite.trade/docs/connect/v3/market-quotes/#market-quotes
Are you doing very heavy processing in insert_ticks fucntion ??
You can try queue method as described here:
https://kite.trade/forum/discussion/comment/25535/#Comment_25535
Example:
https://github.com/zerodha/kite-connect-python-example
There is no api for correlation between positions and orders.
You have to handle this at your end.
Like for example,for strategy A,
You can tag all orders fired from this strategy with a tag let's say 'Strategy A',then fetch orderbook and …
One shouldn't block the main streaming thread by doing any operation inside on_ticks.
The solution is here:
https://kite.trade/forum/discussion/comment/25535/#Comment_25535
You can understand the reason for this here:
https://kite.trade/f…
You need to create multiple apps for copy trading as an api_key is by default enabled for a single user only.
For multi-user access with a single api_key,you can check with the compliance team . Write to kiteconnect(at)zerodha.com. Make sure y…
Websocket on_order_update has same response as postbacks. You can look at example here:
https://kite.trade/docs/connect/v3/postbacks/#postback-webhooks
The error is self explanatory.
You need to enable totp to place orders from third-party apps.
You can go through the support link to know the procedure.