Я использовал следующий код:
Код: Выделить всё
from pandas_datareader import data as wb
ABEV = wb.DataReader('ABEV', data_source = 'yahoo', start = '2024-7-1')
ABEV
Подробнее здесь: https://stackoverflow.com/questions/788 ... from-yahoo
Код: Выделить всё
from pandas_datareader import data as wb
ABEV = wb.DataReader('ABEV', data_source = 'yahoo', start = '2024-7-1')
ABEV