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

no download ratings from ek.get_data

Hi. I'm using the function ek.get_data('AXP30YUSAX=R',['RATING','RATING_2','GV3_TEXT']) to download ratings of the instrument but just send me results in blank ' ', earlier the same function give me the ratings of the instrument.

You know if the function change the field from this ratins or exist some problem to download the ratings or can help me whit an alternative for this problem? thanks and regards.

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apicredit-ratings
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
18.2k 21 13 21

Hi @EmmaSA

The blank data is correct.



So the API retrieves the correct data.

You can use TR.IssuerRating field

This field description is Credit rating assigned by Credit Rating Source.

df, e = ek.get_data('AXP30YUSAX=R','TR.IssuerRating')
print(df)

ahs1.png (62.4 KiB)
ahs2.png (84.8 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.