Hi, I have been trying to pull yesterday's + today's news using Eikon API but was unable to do so as it returns me an empty dataframe. Kindly advice on how this could be done pls.
This was the code that i had used:
headlines = ek.get_news_headlines("R:Economy AND PMI", Count = 10, today()-1, today(), False, False)