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
1 0 0 1

time series data of 10 years for the upgrade and downgrade of sovereign credit ratings for Southeast Asian countries, like INDIA, PAKISTAN, BANGLADESH, NEPAL, BHUTAN, etc. How do I need to navigate on the Refinitiv interface?

Hi, I am looking for time series data of 10 years for the upgrade and downgrade of sovereign credit ratings for Southeast Asian countries, like INDIA, PAKISTAN, BANGLADESH, NEPAL, BHUTAN, etc. How do I need to navigate on the Refinitiv interface? Kindly provide a path for the same.

#product#contenttime-seriescredit-ratingsdownload-file
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.

Hi @dfsmfc ,

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

@dfsmfc

Hi,

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

Thanks,

AHS

1 Answer

· Write an Answer
Upvote
Accepted
14.2k 30 5 10

Hi @dfsmfc ,

In Refinitiv Workspace/Eikon Desktop application, you can search for an application Economic Indicators (ECONIND).

In this application, you can search for countries/regions (here I put India as an example), and Indicator, I searched for "sovereign credit ratings", then picked the 3rd one (Anti-Corruption Risk, Sovereign credit ratings, Score, Business Surveys, Monthly, Country Risk Ranking (aINACSOVSR)

Here you can also search for other indicators you're interested in.

1688117341655.png

Regarding an API usage, you can used the RD Library (Python) to retrieve this data, for example

import refinitiv.data as rd
rd.open_session()
 
rd.get_history("aINACSOVSR")

1688117520713.png

Hope this helps and please let me know in case you have any further questions.


1688117341655.png (227.1 KiB)
1688117520713.png (17.2 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.