Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 2

R EikonAPI command to get the values of this econommic index: aSBWOGDPF/C

I require the R EikonAPI command to get the values of this econommic index: aSBWOGDPF/C The following command returns NAs: get_timeseries(rics = list("aSBWOGDPF/C"), fields = list("ECONOMIC.Value","ECONOMIC.Timestamp"),"2012-01-01T15:04:05","2016-01-10T15:04:05","yearly") Thanks

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@lizalyn.fuentes

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the reply that best answers your question.

This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.


Thanks,

-AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS


1 Answer

· Write an Answer
Upvotes
Accepted
78.8k 250 52 74

@lizalyn.fuentes

The get_timeseries function can only retrieve the default view (OHLC) of RHistory.

It is unable to historical data in the Economic Indicator category.

You may need to verify if the same data is available via the =TR Excel formula. If yes, we can use the get_data method to retrieve the data.

I also found that this historical data is available in the Datastream.

For more information about the DatastreamDSWS2R, please refer to this article.


1614225121115.png (29.2 KiB)
1614225303030.png (30.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.