Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with qualitative calls #618

Closed
ghost opened this issue Mar 7, 2021 · 3 comments
Closed

Problems with qualitative calls #618

ghost opened this issue Mar 7, 2021 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 7, 2021

Not sure what's causing it, but whenever I call the .balance_sheet(), .cashflow(), or .financials() methods, or any of the quarterly_ associations, a blank dataframe is returned.

@Finc4Fun
Copy link

Having the same issue. I'm very new to this (first python project). I did pip install yfinance successfully. I can get msft.info but for some reason .balance_sheet isnt working.

When I input:
import yfinance as yf
msft = yf.Ticker("MSFT")
print(msft.balance_sheet)

I get:
Empty DataFrame
Columns: [Open, High, Low, Close, Adj Close, Volume]
Index: []

@Finc4Fun
Copy link

Not sure what's causing it, but whenever I call the .balance_sheet(), .cashflow(), or .financials() methods, or any of the quarterly_ associations, a blank dataframe is returned.

Seems to be the same issue as 595, 593 but I haven't found a solve yet.

@tomazbm
Copy link

tomazbm commented Mar 18, 2021

I am having same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants