Hi @veepsirtt, Kite Connect is purely an execution platform. All Kite Connect clients are open source. If you want to integrate any kind analytics engine, you can go ahead and implement it.
I got this error. Error in open.connection(con, "rb") : HTTP error 403. I am not subscribed for Kiteconnect and not having the api_key and access_token. if I substitute api_key=xxx&access_token=yyy" after getting it , whether I will get the data?.
Hi @veepsirtt, You need a Kite Connect app base subscription(Rs 2000/month) and an add-on subscription(Rs 2000/month) of Historical data for fetching Historical data.
Kite Connect is purely an execution platform.
All Kite Connect clients are open source. If you want to integrate any kind analytics engine, you can go ahead and implement it.
Hi Sujith,
I tried to bring data to R objects
require(jsonlite) || install.packages(jsonlite)
url<-"https://api.kite.trade/instruments/historical/5633/minute?from=2015-12-28&to=2016-01-01&api_key=xxx&access_token=yyy"
y<-fromJSON(url)
I got this error.
Error in open.connection(con, "rb") : HTTP error 403.
I am not subscribed for Kiteconnect and not having the api_key and access_token.
if I substitute api_key=xxx&access_token=yyy" after getting it , whether I will get the data?.
You need a Kite Connect app base subscription(Rs 2000/month) and an add-on subscription(Rs 2000/month) of Historical data for fetching Historical data.