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

stock.info["bookValue"] returns Book Value per Share #936

Open
s-weissbach opened this issue Jan 20, 2022 · 0 comments · May be fixed by #1066
Open

stock.info["bookValue"] returns Book Value per Share #936

s-weissbach opened this issue Jan 20, 2022 · 0 comments · May be fixed by #1066

Comments

@s-weissbach
Copy link

In the info dictionary, "bookValue" returns the Book Value per Share.

stock = yf.Ticker("AAPL")
stock.info["boookValue"]

returns 3.841, which is according to https://finance.yahoo.com/quote/AAPL/key-statistics?p=AAPL the Book Value Per Share (mrq). I'd suggest either renaming the variable or returning the actual book value of the company to prevent confusion.

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

Successfully merging a pull request may close this issue.

1 participant