Fetching datastream datatype
Posted: Sun Nov 18, 2018 9:52 am
Hi,
I really need to get datastream datatype with the "fetch" function.
This kind of information is easy to get from the "fetch" bloomberg function, but it doesn't seem to work with datastream (maybe my syntax is wrong).
I need the last historical date from series that include forecast (oxford datastream series). Normally, to do so, I try to get the first forecast date with the datatype "DS.FIRSTFOR" from datastream.
Fetch(d=datastream) UKXTOT..R(DS.Firstfor)
or
Fetch(d=datastream) UKXTOT..R~DS.Firstfor
There is no way to get the datatype with this syntax.
Without the first forecast date, Eviews will automaticly import all the series from the first point to the last forecast date. This is not what I want. All i want is the historical part (without forecast).
Can you help me please?
I know that it is possible to call datatype from the API on python. There is no reason that we can't do it on eviews (its calling the API too...).
Thank you.
LC
I really need to get datastream datatype with the "fetch" function.
This kind of information is easy to get from the "fetch" bloomberg function, but it doesn't seem to work with datastream (maybe my syntax is wrong).
I need the last historical date from series that include forecast (oxford datastream series). Normally, to do so, I try to get the first forecast date with the datatype "DS.FIRSTFOR" from datastream.
Fetch(d=datastream) UKXTOT..R(DS.Firstfor)
or
Fetch(d=datastream) UKXTOT..R~DS.Firstfor
There is no way to get the datatype with this syntax.
Without the first forecast date, Eviews will automaticly import all the series from the first point to the last forecast date. This is not what I want. All i want is the historical part (without forecast).
Can you help me please?
I know that it is possible to call datatype from the API on python. There is no reason that we can't do it on eviews (its calling the API too...).
Thank you.
LC