I would like to load stock quotes automatically from the Internet. Preferably by entering the ISIN or WKN. During the search I came across investpy. Investpy obtains data from https://www.investing.com/
import investpy
df = investpy.funds.get_fund_historical_data('AT0000705678', 'austria', '01/01/2020', '01/01/2021', as_json = False, order = 'ascending', interval = 'Daily')
Leads to an error:
RuntimeError: ERR#0019: fund at0000705678 not found, check if it is correct.
But on the website the ISIN is found: https://www.investing.com/funds/at0000705678