Hi,
I am trying to download historical P/B and market value data for STOXX Europe 600 constituents via PyDSWS.
data = ds.get_data("LDJSTOXX0301",['ISIN',"NAME",'P',"WTIDX","PTBV",'MV',"SDN#(LN#(X/LAG#(X,1M)),36M)"],''2001-03-30")
this query returns 48 NAs for PTBV
I have 3 questions
1) is it save to assume that only accounting data available at that point in time is used and that data is not backfilled? E.g. Book value on 3/30/2001 is based on latest accounting data that was available at that point in time?
2) how can I adjust market value for fx (i.e. base it in EUR)?
3) why are there so many NA for PTBV? (there are similarly as much NAs for more recent points in time)
Many thanks,
Steffen