Let's fix the financials data! #1081
Replies: 7 comments 15 replies
-
Tagging anyone who's raised a related issue: |
Beta Was this translation helpful? Give feedback.
-
If it would make it easier I am happy to restore the original attribute names? I can do this next week? |
Beta Was this translation helpful? Give feedback.
-
@git-shogg I've spotted a bug with ticker IBN - financials on website but code not generating tables. I'll see if I can get you access to this project so easier to fix. |
Beta Was this translation helpful? Give feedback.
-
I have a question regarding Line 288 in 22b87f9 Why the start_dt is fixed to _datetime.datetime(2016, 12, 31)? Won't this cause any data earlier than that date to not be returned? A safer value is probably 0 since yahoo always returns the most recent 5 quarters anyways. |
Beta Was this translation helpful? Give feedback.
-
@git-shogg Is it truly necessary to reproduce the nested structure in the table index? Why can't user just refer to Yahoo.com for relationships? |
Beta Was this translation helpful? Give feedback.
-
I have merged @git-shogg improvements but with the MultiIndex disabled, it needs more thought #1128. Will ship in a release soon. |
Beta Was this translation helpful? Give feedback.
-
So the financials data has been broken for a long time, I'm sure everyone knows by now. But a fix was proposed a year ago so this should be quick to sort out.
The blocker now is testing. The fix is significant so I'm reluctant to merge without thorough testing. Can others download and test, give feedback? The fix is in branch
fix/financials_data
. This other discussion explains how to "install" it.The fix contains 2 big changes to the annual data tables:
Will port fix to quarterly tables once everyone OK with fix.
Interface changes:
Ticker.financials
renamedTicker.income_stmt
_legacy
suffix, e.g.Ticker.income_stmt_legacy
Beta Was this translation helpful? Give feedback.
All reactions