Another numerical look at the NSE

@crazymama: Wow! That’s a great idea. I had totally forgotten about the Stockscope tool. Just revisited it now. So how it is currently designed is, I have some Python scripts that downloads the Excel files from QuantsPartner, and extracts the content into a database format. Then I use R and Shiny just for displaying it in an interactive format. Just figured out how to draw a radar chart, looks doable.

BTW, that is how the latest tool also works. I scrape BSE’s website using Python, and then display the charts using R/Shiny

@cool_aksh: The initial learning curve was steep, but scraping data is much easier now that most of the hard work is already done. Incremental changes are fairly easy now.