fetch_financials() got an unexpected keyword argument 'start_year'
Opened this issue · 1 comments
alpserbet commented
got an unexpected on ;
fetch_financials() got keyword argument 'start_year'
erogluegemen commented
Could you provide a related code block?
I tested the code below with version 4.0.0 and it worked:
df = financials.get_data(
symbols='THYAO',
start_year='2020'
)
You can try to update the version with the following command:
pip install isyatirimhisse==4.0.0