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
3 2 1 1

Time Series Data API is not working for the RIC Code INRDECM=

We are using Time Series Data API to fetch the forward rates using RIC Code, But we are not able to get the data for December month using the RIC Code (INRDECM=)

But through excel we are able to get the data for above RIC code. Whether we need to give a different RIC code while fetching the data from API?

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apitime-series
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 @Maharajan

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Hello @Maharajan

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

@Maharajan, 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
3.8k 4 4 6

Hi @Maharajan

I suggest you to try with the TR.xxx fields and get_data method. You will receive a complete timeseries for that request.

ek.get_data("INRDECM=", ["TR.BIDPRICE.date","TR.BIDPRICE"],{'SDate': '2016-01-01', 'EDate': '2019-01-31', }) 
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
3 2 1 1

Hi @marcin.bunkowsk we are getting the attached error-response-from-thomson-reuters.png error while getting the response using ek.get_data method. Whether we have done anything wrong?


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.

@Maharajan
What is the exact set of parameters you used in your get_data call? Are you able to retrieve data into Excel using =TR worksheet function and the same set of parameters you used in get_data method? Using the example @marcin.bunkowski provided the equivalent =TR worksheet function is

=TR("INRDECM=","TR.BIDPRICE.date;TR.BIDPRICE","SDate=2016-01-01 EDate=2019-01-31")

Hi @Alex Putkov.,

We are getting the same Access Denied error while trying to retrieve the data from below Excel function

=TR("INRDECM=","TR.BIDPRICE.date;TR.BIDPRICE","SDate=2019-06-13 EDate=2019-06-13")

Then the issue you experience is not specific to utilizing Eikon Data APIs and is best dealt with using regular support channels rather than on this forum. I suggest you open a case with Refinitiv Helpdesk. The Helpdesk can verify data entitlements for your Eikon user account and can troubleshoot the issue, which is not something that can be effectively done on a forum.

Show more comments

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.