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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 2

get_timeseries data issue

hi

I’m running the below where ric_chunk[0] contains RIC=ABR

ek.get_timeseries(ric_chunk[0],start_date=datetime(2021,3,26,7,30,0),end_date=datetime.now(),interval='minute',fields='CLOSE')


I don’t see the same output that I see if I run it only for one asser:


ek.get_timeseries(['ABR'],start_date=datetime(2021,3,26,7,30,0),end_date=datetime.now(),interval='minute',fields='CLOSE')



Can you please advise?

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonpricing
1616794682235.jpeg (37.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.

1 Answer

Upvotes
Accepted
18k 21 12 20

Hi @diarmuid.omahony

Please double-check the value in ric_chunk[0]

You can just print it out to the console to confirm the value.

print(ric_chunk[0])

In my test, I hardcoded ric_chunk to a list of 3 instruments.

And I got the same result from ric_chunk[0] vs ['ABR']



ahs.jpg (161.0 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.

Click below to post an Idea Post Idea