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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
0 0 0 3

RICs yield lesser data than on Eikon

Hi Eikon, I have tried to pull the following RICs (see below) using Python API. However, after some verification and validation of data check, I found out that the Reuters platform data was not updated, but after last night's update, your colleague, Vinaya Kurmara A, from the Real Time Analytics Content Support, told me that it is updated and ready for use.

Today morning, I have tried pulling the data again using Python, I seem to yield only 3 data points (see attached below). Please advise.

['JPY3L6L2Y=R', 'JPY3L6L3Y=R', 'JPY3L6L4Y=R', 'JPY3L6L5Y=R', 'JPY3L6L6Y=R']
eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
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
38.1k 69 35 53

@jefferson.low

Could you please share the Python code used to retrieve the data? I have used the get_timeseries function to retrieve the OPEN field of those RICs. The data can be retrieved properly.

df = ek.get_timeseries(rics=['JPY3L6L2Y=R', 'JPY3L6L3Y=R', 'JPY3L6L4Y=R', 'JPY3L6L5Y=R', 'JPY3L6L6Y=R'], 
                       fields=["OPEN"],
                       start_date='2019-06-05T00:00:00', 
                       end_date='2019-07-10T00:00:00', 
                       interval="daily", 
                       raw_output=False)
df

The output is:


data.png (14.4 KiB)
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.

Hello @jefferson.low

Could you please share your source code as requested by @jirapongse.phuriphanvichai?

Click below to post an Idea Post Idea