For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythoncredit-ratings
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
18k 21 12 20

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea