the API was showing Active and also a Activate button, i had clicked on that 'Activate' button and now you charged me 2000 additional with a subscription until 26th Jan, where is my 10 days ????
the Authentication is working now , but i lost 10 d…
hmmm, i have caught the exception and thinking to manage in a way that sending a order Tag for my identification and as you said fetch order book then map the orders to respective trades in my application.
but the sad thing is how long it will take…
This is started since we paid them to find their issues and they fix it !! , they never provided a test environment until now , but they keep on charging us and by the help of our findings and feedback they keep on fixing bugs on their API , end of …
Thank you for your swift response , all these time i was trying and refreshing this thread to see if someone responded , you saved my time !
let me try this and get back to you
i suggest if you could give each order type samples on your documentati…
Yes i agree with Rahul, placing order is financially significant rest all other APIs are not such as fetching position or knowing margins etc, so there should be a way to validate our session periodically to ensure it is still valid before getting r…
ohk, thank you , i can see you have updated the documentation with correct details and curl.
I was looking for a way to validate my session before i get surprised it is not valid after placing an Order !!, so can i use /user/profile and confirm ses…
If it is going to limit, can you tell us what could be possible numbers of sockets as maximum ?
This will help development based on that rather changing everything
@ pranksterguru, yes if you count the commas on the symbols which I listed here you will get 12 commas where rest of the symbols which I didn't list only have 11 commas and they are about 70k symbols!!!....... Only these listed symbols have 12 com…
Hi Sujith
Yes i understand that, on your API documentation for placing the order its mentioned that if order_type is LIMIT then there is a need of Price , in that case for MARKET order no need of price , and this is working perfectly no issue, we l…
yes this will be really helpful to work on strategies, as it is difficult to use WebSocket if we need to get for example 500 instruments last traded price because you have set limit for symbol subscription to 200, if you could provide LTP for EQ as…
i feel calling them by name will make confusion , so lets pick it from the API document ,
0 - 4 int32 instrument_token
4 - 8 int32 Last traded price (If mode is ltp, the packet ends here)
8 - 12 int32 Last traded quantity
12 - 16 in…
Appreciate if someone can give a picture on this , i also was about to ask the same thing ,
Is there any possibility to use Websocket at Kite end and push notifications as and when the order executed ? so that such people who has no web page/server…
Super........ Thanks to everyone , this idea never came in to my mind , as maravinthkumar suggested you can use latest volume traded comparing to the previous one you received which is 16 - 20 byte in the quote packet (detailed on the API doc)
I j…
yes , looks like maravinthkumar idea will work out , will test and lets see ............
thank you soumyadeep for making me to think about it once more !!,
cheers
Sorry Kailash , I was referring to PM which is the market hours , i am not concerned about the time when market is closed, the issue i faced at 8:10 PM was the hours where Commodity market is still open .
Hi Sameer, I was talking about the streaming data not historical one. the streaming data you get duplicates until next trade happens which cannot be used for charting as it will accumulate and have wrong volume bars !! i have experienced this by com…
Thank you for that.
Charting is not possible until we get time-stamp with the quote as i dont see any ways to have this at my end (as explained above) so holding everything until you bring a good news......
unfortunately thats not a good news !, will wait for the Timestamp with quote as i cant figure out how to implement a timestamp at my end and filter out duplicate trade data , if I do so will have to ignore similar trade happened in a series of seco…
Not sure where you guys have reached by this post, whether Chaudhari has got solution or not, as i haven't seen any update from Kite team nor Chaudhari
I am also getting some strange data each time after placing an order for any symbol !,
For some c…
There you go Vivek.......you are the saver for me today !! That sample JSON you posted really helped me that i can see end of the instrument you put two square brackets ]]} then closed JSON !!
i was putting only ]} which is mentioned on your API Do…
I am still not able to get full mode!, as i am not familiar with Python not able to install and try as well,
Is there anything you can do to find why it is not accepting ?
the subscription JSON is accepting and the quotes getting properly but the s…
i have not tried python yet but meantime would you mind to share the byte array you are getting for below JSON ? just to confirm my conversion and byte array is ok ! as i had seen we had to reverse received stream bytes field by field to get quote i…
no, i am not families with python unfortunately !, can you share the code piece from python then ?, i will have a try.
is there any response i will get whether the "mode" change message accepted or returned error ?
For Subscribing below is the code portion , then subscription is ok and getting 44 byte data as described on your support doc
string data = {"a": "subscribe", "v": [408065, 884737]}
dynamic encoded = Encoding.UTF8.GetBytes(data);
dynamic buffer = n…
Hi
Now i can successfully get quote by passing this JSON :
{"a": "subscribe", "v": [408065, 884737]}
But i can subscribe neither "ltp" nor "full" by default i am getting "qoute", have tried below formats to change mode but nothing seems getting …
Hi Amol,
Have you succeeded converting above byte() array ? if yes please share with me too as i am facing the issue ,
Hi Kailash , have you tried this at your end ?, i am also getting the same out put as Amol mentioned while converting to int16
"api_key=eyuimssogz7ueu&access_token=madeferfegdj67ghrtfdmf82qmc&tradingsymbol=VEDL&exchange=NSE&transaction_type=BUY&order_type=MARKET&quantity=1&product=mis&validity=day"
please see above parameter i am trying to p…
Hi Kalas
I have tried Chrome Postman and it returns the following error, have used body row format
{
"status": "error",
"message": "Missing api_key",
"error_type": "InputException"
}
will this below URL work from IE to place order as an example ? assume i have api_key and access_token entered properly
https://api.kite.trade/orders/regular?api_key=#######&access_token=########&tradingsymbol=VEDL&exchange=NSE&tra…