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

Some of the Balance Sheet Metrics Are Missing #1881

Open
tmtsmrsl opened this issue Mar 7, 2024 · 0 comments
Open

Some of the Balance Sheet Metrics Are Missing #1881

tmtsmrsl opened this issue Mar 7, 2024 · 0 comments

Comments

@tmtsmrsl
Copy link

tmtsmrsl commented Mar 7, 2024

Describe bug

On https://finance.yahoo.com/quote/BAC/balance-sheet we can see metrics like "Cash And Due from Banks" and "Money Market Investments", but they are not available on the API.

Simple code that reproduces your problem

ticker = yf.Ticker("BAC")
ticker.get_balance_sheet().index.sort_values(ascending=True)

Debug log

DEBUG    Entering _fetch_time_series()
2024-03-07 13:03:14,870:DEBUG - Entering _fetch_time_series()
DEBUG    Exiting _fetch_time_series()
2024-03-07 13:03:14,898:DEBUG - Exiting _fetch_time_series()
Index(['AccountsPayable', 'AccountsReceivable', 'AccumulatedDepreciation',
       'AdditionalPaidInCapital', 'BuildingsAndImprovements',
       'CapitalLeaseObligations', 'CapitalStock', 'CashAndCashEquivalents',
       'CashCashEquivalentsAndShortTermInvestments', 'CommonStock',
       'CommonStockEquity', 'ConstructionInProgress',
       'CurrentCapitalLeaseObligation', 'CurrentDebtAndCapitalLeaseObligation',
       'DefinedPensionBenefit',
       'FinancialAssetsDesignatedasFairValueThroughProfitorLossTotal',
       'GoodwillAndOtherIntangibleAssets', 'GrossPPE', 'Inventory',
       'InvestedCapital', 'InvestmentinFinancialAssets',
       'InvestmentsAndAdvances', 'LongTermCapitalLeaseObligation',
       'LongTermDebtAndCapitalLeaseObligation', 'MachineryFurnitureEquipment',
       'NetPPE', 'NetTangibleAssets', 'NonCurrentAccruedExpenses',
       'NonCurrentDeferredTaxesAssets',
       'NonCurrentPensionAndOtherPostretirementBenefitPlans',
       'OrdinarySharesNumber', 'OtherIntangibleAssets', 'OtherPayable',
       'OtherProperties', 'OtherReceivables', 'OtherShortTermInvestments',
       'Payables', 'PrepaidAssets', 'RetainedEarnings', 'ShareIssued',
       'StockholdersEquity', 'TangibleBookValue', 'TotalAssets',
       'TotalCapitalization', 'TotalDebt', 'TotalEquityGrossMinorityInterest',
       'TotalLiabilitiesNetMinorityInterest', 'TotalTaxPayable'],
      dtype='object')

Bad data proof

No response

yfinance version

0.2.32

Python version

No response

Operating system

No response

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

1 participant