Replies: 1 comment 1 reply
-
submit bug report |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, for the balance sheet data of PLTR, I get this: The code: import yfinance as yf
Crea l'oggetto Ticker per Apple
ticker = yf.Ticker("PLTR")
Ottieni il bilancio annuale
balance_sheet = ticker.get_balance_sheet(as_dict=False, pretty=True, freq='yearly')
print(balance_sheet)
Output: Empty DataFrame
Columns: []
Index: []
Process finished with exit code 0
Beta Was this translation helpful? Give feedback.
All reactions