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 rdprdp.open_desktop_session('YOUR_APP_KEY')data=rdp.get_historical_price_summaries('CORRA=')data.head()
And this is the data I found:
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:
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.
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.
@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.
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.
You can contact the Eikon support team directly via MyRefinitiv to confirm the availability of the historical data of the Bid view for CORRA=.