My bad, now i figured it out what i was missing, double quotes were the issue which i missed in the url part after trying below it works,
curl "https://api.kite.trade/quote/ltp?i=NSE:INDIA+VIX&i=NSE:INFY" -H "X-Kite-Version: 3" -H "Authorizatio…
@Sujith,
There is something happening at the background in the recent times.
"Request failed (kitetrade-xmlapi)." Error is displaying off market hours many times. specifically early morning's.
This the major reason many users were asking testing ser…
@rakeshr @sujith
This is not right.
You guys do all your research at the weekends or post market hours.
Generating token is not an issue.
But as per documentation & comments on forum, it is valid for whole day & i was under the same impres…
@sujith @rakeshr @zerodha1 @tonystark
Guys this looks like api defect on ur end
How long do i need to wait for this ?
I send email to support.zerodha as well but no response.
How long you guys want us to wait???
Someone from zerodha pls check on this.
I am not sure why this API is not working.
Even documentation is also not very helpful in this case.
I am keep on chasing on this, but no getting proper resolution at all.
@rakeshr @sujith
Below is the sample which i try. This runs fine & got the orderID as well - 180627001967942
curl https://api.kite.trade/orders/regular -H "X-Kite-Version: 3" -H "Authorization: XX:YY" -d "tradingsymbol=GAIL" -d…
@sujith
Do you guys have any maintenance calendar or something to show it us ?
We can see and understand, whether servers are working or not.
we get time to perform testing in the weekends only & most of the time getting error-ed out
@XL8234
Even i am trying it for the first time & getting the same error
{"status":"error","message":"Route not found","data":null,"error_type":"GeneralException"}
@XL8234 did you tried to test today.
I think these zerodha guys are doing something on server side.
I am keep on getting failed while login.
It's looks like intermediate issue.
Anyway, zerodha needs to confirm this.
@sujith
CURL will work from windows cmd ??
I am trying to send orders from windows command prompt with the below example command.
Will it work & order get placed ???
curl https://api.kite.trade/orders/regular \
-H "X-Kite-Version: 3" \
…
@instruritesh & all
My requirement is to get around 50 equities 1min OHLC to get update in MySQL.
Is this Java library satisfy my requirement ?
If yes, then any idea about performance (time taken to fetch & update 50 equities ) to MySQL?
An…
@rasp I have seen in the documentation that web socket live streaming will send the equity details like MODE_LTP, MODE_QUOTE, or MODE_FULL data upto 2000 equities on live
Is that right ?