I was trying to use FinancialData to retrieve BookValuePerShare and PriceToBookRatios for various companies, but only got Missing["NotAvailable"]. Looking through the documentation for the FinancialData service for Mathematica, I noticed the example given in the Scope -> Fundamentals section also leads to Missing["NotAvailable"]:
FinancialData["GE", "BookValuePerShare"]
(* Missing["NotAvailable"] *)
In addition, looking at all EntityProperties for FinancialData does not seem to include either BookValuePerShare or PriceToBookRatio:
EntityProperties["Financial"] // CanonicalName
Is there a method for retrieving these properties, which are listed in the documentation? Or are they functionality which may be added in future? Thanks.


FinancialDatain version 12.0, because the documented output in 11.3 is notMissing["NotAvailable"]. Legacy documents: reference.wolfram.com/legacy/language/v12/ref/… reference.wolfram.com/legacy/language/v11.3/ref/… Not sure if this is a bug or incompatible change. Wait for someone more knowledgable. $\endgroup$