1
$\begingroup$

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"] *)

Missing Book Value

In addition, looking at all EntityProperties for FinancialData does not seem to include either BookValuePerShare or PriceToBookRatio:

EntityProperties["Financial"] // CanonicalName

EntityProperties

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.

$\endgroup$
2
  • $\begingroup$ Hello, welcome to MMA.SE. Then, usually it's a must to include the code text rather than screenshot in the question so others can easily test it without retyping (no matter how short the code text is). This time I've done it for you, please always include the text in the future. $\endgroup$ Commented Apr 24 at 1:11
  • $\begingroup$ As to the problem, this seems to be related to the update of FinancialData in version 12.0, because the documented output in 11.3 is not Missing["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$ Commented Apr 24 at 1:17

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.