Is there a way to download a CSV file named "EXPE Key Ratios.csv" inside below link using Python?
http://financials.morningstar.com/ratios/r.html?t=EXPE®ion=usa&culture=en-US
Without Python, this can be easily downloaded by clicking on the "Export" button but I have no Javascript knowledge and I do not know how to generate the real download path in Python by chasing down the JS code. I tried to follow the steps in this post, but I am unable to get this tailored to my problem. Any help is appreciated.