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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 1 0 1

How to get the RIC from the news?

Hi,

I would like to extract the RICs for the headlines of an equity index. I used ek.get_news_headlines(".B2LTDIV", count=20, raw_output=False) which gives me the headlines, but no RICs. Can you please help? Many thanks.


eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonricsnews
bild-reuters.png (379.0 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.

Upvote
Accepted
6.7k 8 6 7

@laturnus thanks for your question. You would need to use the get_news_story() API call which you pass the storyID field from the news headline call. In there you will find the RICs mentioned. Please see example below:

For Reuters News source you will see the RIC returned. However, we carry news from over 9000 sources so maybe not all may return RICs.

You can however use our Intelligent Tagging service to take any unstructured text and try to tag it with the entities that are mentioned within it. You can try the free version called Open Calais - which is mentioned on this page.

I have also written an article using the news APIs here that you might find useful.

I hope this can help.


1599126928142.png (242.7 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.

Upvotes
1 1 0 1

Many thanks!!!

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