Hi everyone,
I use this instruction to use datastream for IBES data.
On page 5, they write:
Dummy mnemonics to display the latest daily, weekly and monthly
values
A series has been set up to display the date of the last daily, weekly and monthly values (for both summary and aggregates). These mnemonics should be used in conjunction with the TIME data type.
I think per default, datastream only returns monthly updateted values. I try to get daily updated values. I think this is possible with the instructions I mentioned above, but I do not understand it. Has anyone an idea?
Here is an exemplary code snippet that shows my problem:
ds.get_data(tickers='<DBKGn.DE>',fields=['EBT1','EBT1YR','EBT1SD','EBT1NET'], start='-2Y',kind=1)
Here you can see that even if you get daily data, the updates only occur monthly (see also attachment).
Thank you very much for your help!