I am a french beginner in programming in python. When I want to import datas from yahoo finance i got this error :
`APPL = wb.DataReader('APPL', data_source = 'yahoo', start='2005-1-1')
here is the problem here is the problem Can you help me to resolve this ? Thank you
It might be caused by Yahoo Finance changing its API.
Try pip install yfiance module:
If you're using Google Colab:
The following code works for me currently: