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
98 5 5 15

Issue to retrieve TimeSeries for CORRA index

Dear Developer community I encounter an issue to get CORRA timeseries using get_timeseries method (data=ek.get_timeseries(rics='CORRA=',fields='CLOSE', interval='daily', count=20)). Indeed, i get a error showing 'eikon.eikonError.EikonError: Error code -1 | CORRA=: No data available for the requested date range | '. When i use RHistory Excel function i can retrieve data without any issue Also, can you tell me how can i get calendar historical including weekend and holidays, it doesnt work even if i include 'calendar='calendardays''. many thanks for your help.
eikoneikon-data-apipythonrdp
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.

Hello @anass.yazane.1

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

Upvotes
Accepted
884 4 2 8

Hi @anass.yazane.1 ,

I tried looking for historical data for CORRA= using RDP library with the help of below code:

import refinitiv.dataplatform as rdp
rdp.open_desktop_session('YOUR_APP_KEY')
data=rdp.get_historical_price_summaries('CORRA=')
data.head()

And this is the data I found:

1644213172910.png

See if this is data you are looking for.
Also, to see what all parameters can be passed in `get_historical_price_summaries` function, you can make use of below code:

help(rdp.get_historical_price_summaries)

This will list all the parameter options available to be passed in:

1644213846608.png

Here as per your requirement, you can add additional parameters like interval, start date, end date, count, etc.

In addition to it, if you want to explore more about RDP library, please refer tutorial and documentation.


1644213172910.png (12.5 KiB)
1644213846608.png (22.1 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.

Upvotes
98 5 5 15
i complete my question below by indicating that i don't have retrieving issue for ESTR and SOFR. Regards
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.

Upvotes
884 4 2 8

Hi @anass.yazane.1 ,

I am also unable to access data for CORRA= Therefore, I suspect this is a content issue. I recommend you raise a Content-type ticket (e.g. I cannot find content I am looking for) for Eikon on My.Refinitiv. This should put you in touch with a content specialist who can confirm if there is a problem with the content. Please mention that you have already asked on the forum - to avoid incorrectly being referred back here.

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.

Upvotes
78.8k 250 52 74

@anass.yazane.1

The get_timeseries method can only retrieve historical data from the default view. The default view of CORRA= is Common or Bid.

1643695419621.png

I assume that you use the RHistory Excel function with the Last quote view to retrieve data

I checked with the Eikon chart and found that the Eikon chart also returns "Insufficient Data" when requesting historical data from the Bid view.

1643695544496.png

You can contact the Eikon support team directly via MyRefinitiv to confirm the availability of the historical data of the Bid view for CORRA=.



1643695419621.png (30.3 KiB)
1643695544496.png (15.4 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.