I have TR commodity account but I see the value of BVPSTotalEquity, for example for Alphabet,
![image](https://us.v-cdn.net/6038239/uploads/attachments/6637-1587833082887.png)
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
![image](https://us.v-cdn.net/6038239/uploads/attachments/6624-1587833212329.png)
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