I want to download a .csv file from here automatically, every time I run the script:
https://www.nasdaq.com/market-activity/quotes/historical
So whenever I open the notebook I will get the latest data from Nasdaq, if I run the correct script, I don't have to upload the dataset manually.
This is the URL of the download: https://www.nasdaq.com/api/v1/historical/AMZN/stocks/2010-10-26/2020-10-26
I tried some libraries, but none of them worked for me. I use google colaboratory and Python3.