How can i make a distinction between remind news and others when i using EIKON DATA API(get_news_hea

In news controller,there has three types of news:normal、important、remind,how can i just get the normal and important news using EIKON DATA API(get_news_headlines)?

Best Answer

  • Jirapongse
    Jirapongse admin
    Answer ✓

    It seems that you would like to filter out Alert headlines. Please try this query.

    headlines = ek.get_news_headlines("NOT ALL ALERT AND COC")

Answers

  • @351166279
    I'm afraid I cannot say I understand the question. Would you mind elaborating? I surmise by "news controller" you mean News Monitor app in Eikon, right? But what do "three types of news: normal, important, remind" refer to? Where do you see these terms? An illustration or a screenshot would be most helpful.

  • Alex Putkov.

    In EiKon News Monitor app,i just want to using EIKON DATA API(get_news_headlines) for getting normal and top headline news.I don't know which is the true parameter should i use?

    image