I have TR commodity account but I see the value of BVPSTotalEquity, for example for Alphabet,
and here is my Python code:
df3,e = ek.get_data('GOOGL.O',
['TR.BVPSTotalEquity.Date','TR.BVPSTotalEquity','TR.Revenue.Date','TR.Revenue'],
{'SDate':'0','EDate':'-9','Frq':'Y'})
and here is the result, why this 292,5511 number doesn't appear? you can see for the whole column BVPS is empty
I also tried with TR.BookValuePerShare but it's also empty, however, I don't see its value under Data Item Browser anyway, cf. first line of first print-screen
THanks a lot