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 1 1 2

get real time data using eikonapir

@Ahmed

I am using eikonapir package in R to connect & get Eikon data. I am able to get time series data successfully.

Can you please help me in getting real time data using R api

For example, how to get last close price (cf_close or trdprc_1 in excel formula) of an instrument and assign it to a variable in R.

Also is it possible to do this : If the RIC price changes trigger some action

Thanks

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apir
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.

1 Answer

· Write an Answer
Upvotes
Accepted
41 0 0 1

Hi Deepak,

Please use get_data as below :

> eikonapir::get_data('IBM','cf_close')

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.