I was trying to get few information from below website using R
https://www.nseindia.com/live_market/dynaContent/live_watch/get_quote/GetQuote.jsp?symbol=ACC&illiquid=0&smeFlag=0&itpFlag=0
Basically I was trying to get information on 'Financial Result' from the Company information Tab in this website.
When I looked into the Source code of this website, it appears that the data of this Table (Financial Result) actually comes from a JavaScript called "javascript:loadCompanySnapshot(glb_symbol);
", therefore that data is not directly available.
Is there any way in R to directly get that data onto R Workplace?
Thanks for your help.