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
646 21 31 40

get_timeseries returns Invalid RIC that was returned by get_data

The request for the future contract using future root returns this :

2020-12-18 16:46:51,303 -- pyeikon -- DEBUG -- Request:{'Entity': {'E': 'DataGrid_StandardAsync', 'W': {'requests': [{'instruments': ['0#SIO:'], 'fields': [{'name': 'RECORDTYPE'}]}]}}} 

2020-12-18 16:46:52,543 -- pyeikon -- DEBUG -- HTTP Response code: 200 
3847    2020-12-18 16:46:52,543 -- pyeikon -- DEBUG -- HTTP Response: {"responses":[{"columnHeadersCount":1,"data":[["/.MIID00000PID",118],["/SIOZ0",114],["/SIOF1",114],["/SIOG1",114],["/SIOH1",114],["/SIOM1",114],["/SIOU1",114]],"headerOrientation":"horizontal","headers":[[{"displayName":"Instrument"},{"displayName":"RECORDTYPE","field":"RECORDTYPE"}]],"rowHeadersCount":1,"totalColumnsCount":2,"totalRowsCount":8}]}

For every returned future contract we request the OHLC for the same day. All of them return the error. This happens at least for a week:


2020-12-18 16:47:44,629 -- pyeikon -- DEBUG -- Request:{'Entity': {'E': 'TimeSeries', 'W': {'rics': ['SIOU1'], 'fields': ['VOLUME;OPEN;CLOSE;HIGH;LOW;', 'TIMESTAMP'], 'interval': 'daily', 'startdate': '2020-12-18T00:00:00', 'enddate': '2020-12-18T00:00:01'}}} 

2020-12-18 16:47:44,967 -- pyeikon -- DEBUG -- HTTP Response code: 200 

2020-12-18 16:47:44,967 -- pyeikon -- DEBUG -- HTTP Response: {"timeseriesData":[{"dataPoints":null,"errorCode":"TSIError","errorMessage":"Error: TSIUnknownInstrument, ErrorCode: TA-TSIUnknownInstrument, Fault: TSIError, Description: Invalid RIC","ric":"SIOU1","statusCode":"Error"}]} 

2020-12-18 16:47:44,967 -- pyeikon -- WARNING -- Error with SIOU1: Invalid RIC 

It happens only for this future root. Why? How to handle this error?


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.

1 Answer

· Write an Answer
Upvotes
Accepted
78.1k 246 52 72

@igorg

It looks like to be a content issue.

Eikon Chart and Eikon Excel are also unable to display the data.

Please directly contact the Eikon Support team via MyRefinitiv to verify the problem.


1608521654179.png (18.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.