In eikon Python api function eikon.get_news_headlines() are results inclusive of date_from and date_

In eikon Python api function eikon.get_news_headlines() are results inclusive of date_from and date_to timestamps parameters?

Best Answer

  • Yes if you use explicitly set full timestamps, e.g. '2016-01-20T15:04:05'. If you use just the date, add one day to date_from, as 2016-01-20 is interpreted as 2016-01-20T00:00:00 rather than 2016-01-20T23:59:59