I am using python eikon data api's get_news_headlines function.
As you can see, with the following query, I am able to see up to date news headlines in the terminal. However,the api onlu returns a few stale articles. Can you please check what is the issue for this, and how can I pull the exact same results as shown in terminal?
"R:NSC.N AND Topic:ESG NOT ( Topic:REP OR Topic:RES OR \\\"class action\\\" OR \\\"alert\\\" OR \\\"reminder\\\" OR \\\"notice\\\" ) AND Source:SUGG AND Language:LEN"
Thanks in advance.