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)?
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
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)?
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")
@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.
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?