dgunning / edgartools

Navigate SEC Edgar data in Python
MIT License
428 stars 85 forks source link

Getting the Financials in addition to the Latest #110

Open msharifbd opened 5 days ago

msharifbd commented 5 days ago

I am trying to get the financials for company for several years, but could not do that. Do you have idea how I can do that

 ``` Walmart = Company('WMT') Walmart.financials.balance_sheet


It shows me the balance sheet of latest year and one previous year, but If I want for last 10 years financials, how can I do that?

Thanks 
dgunning commented 4 days ago

I am currently working on this feature. Should be in the next release probably by this weekend

msharifbd commented 4 days ago

Got it. Thanks