Get Free Intraday data using Zerodha Kite and R

pannet1

Well-Known Member
#13
Hi itmmec, good to see you coded to get data from zerodha kite. I tried as you have posted but got error in getting correct url. How do we get url address to paste in " url=paste()......" in datapull.r file. Here I have attached scrnshot of the error shown in r studio. pls clarify. View attachment 33303
curl is a package that fetches url from command line. there are many variants to it.
i am not a R programmer. you could check the internet and find how to install curl package for R
 
#14
curl is a package that fetches url from command line. there are many variants to it.
i am not a R programmer. you could check the internet and find how to install curl package for R
Hi Pannet1, thanks for your delayed reply, but i figured out and able to download the datas. I have solved the problem. anyway thanks for stopping here to reply to my post.
 
#16
Hi itmmec, finally i am getting the data. kite url has been changed to "https://kitecharts-aws.zerodha.com/api/chart/54262023/minute?public_token=...................................".
Hi itmmec, moneyonnet,
Can you please post latest url to get data?

I tried these 2 url's:

https://kitecharts-aws.zerodha.com/api/chart/",ID,"/1minute?public_token=",public_token,....REST changed as per my tokens.....&api_key=kitefront&",access_token,"&from=",dt_range,"&ciqrandom=1523097180933",sep=""

https://kite.zerodha.com/chart/web/ciq/NFO-FUT/

Both of these don't work. Please help out a fellow trader in need.
 
#19
I have only one scrip- TCS to download data but I am getting same error No encoding supplied: defaulting to UTF-8. [1] "2020-03-01&to=2020-03-27 This continued till more than 6-7 minutes and I stopped it manually.Pls suggest
 
#20
I am not getting the data for past 10 days. I think the url changed to wss from https. I am not a techi and if someone help in regarding solve this problem will be very helpful. Thanks in advance
 

Similar threads