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

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

Best Answer

  • aramyan.h
    aramyan.h admin
    Answer ✓

    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