question

Upvotes

How to extract the date of each news article for Nasdaq 100 companies via Eikon Data API?

#technologynews
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
7.3k 18 2 8

Hi @jyothirmaie.mukthapuram ,


You can use the following query to request news via Eikon Data API:

ek.get_news_headlines(query = 'AAPL.O', count=10)

screenshot-2024-10-23-at-115538.png

Please note, you would first need to get the index constituents and then use RICs for those in your query as described in this post. Please let me know if you need the code of getting constituents using Eikon.


Best regards,

Haykaz


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.