urazakgul / isyatirimhisse

https://pypi.org/project/isyatirimhisse/
MIT License
101 stars 14 forks source link

fetch_financials() got an unexpected keyword argument 'start_year' #15

Open alpserbet opened 9 months ago

alpserbet commented 9 months ago

got an unexpected on ;

fetch_financials() got keyword argument 'start_year'

erogluegemen commented 5 months ago

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