Can't find EBITDA data that matches yahoo finance site #1889
Unanswered
AbdulHassan0
asked this question in
Yahoo's data
Replies: 2 comments
-
source: https://finance.yahoo.com/quote/MSFT/key-statistics/ when I run the following snippet: import yfinance as yf
msft = yf.Ticker("MSFT")
print(msft.info) ebitda: 98841001984 what is your source for that data? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The source/screenshot was the income statement screen: https://finance.yahoo.com/quote/msft/financials/ I appreciate the clarification though, thank you! Do you know what time period the $98.84B is referring to? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Whenever I try to get ebitda data for a specific ticker it returns a number that doesn't match the website. An example as of 1/4/23 would be:
msft = yf.Ticker("MSFT")
msft.info['ebitda']
98841001984
The yahoo finance website shows the number as:
yfinance version = 0.2.3
Beta Was this translation helpful? Give feedback.
All reactions