Hello Team,
The client is using the syntax in News Monitor:
AA AND Language:LEN AND 'NIO'
why does this code above returns results in News Monitor but does not return any result in API. Here's the script used:
start_dt = 2022-04-09 09:46:52.043681 # datetime object
end_dt = 2022-04-11 09:46:52.043681 # datetime objec
query = AA AND Language:LEN AND 'NIO'
headlines = ek.get_news_headlines(
query=query,
date_from=start_dt,
date_to=end_dt
)
Can you confirm how client can pull up News Topic Code All Alerts [AA] and keyword: NIO in API?