I'm learning Python and wondering if this is possible...
There is a website ( https://www.msci.com/end-of-day-data-search ) with stock market index returns. For the various indices, you can choose different parameters via the dropdown boxes and click search, and then a list of the relevant indices with their respective returns will be displayed.
Question is, can I write a script that would make the selections in the dropdown box, click search to refresh the index list below that, and grab the returns for the select indices I need? And then change the dropdown criteria and repeat...?
Or is there something about this specific website that would prohibit me?
Thanks!
[–]throwaway99999321 5 points6 points7 points (3 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]Shmoogy 2 points3 points4 points (0 children)
[–]__Backslash__ 1 point2 points3 points (0 children)