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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonr
icon clock
10 |1500

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

1 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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea