I am using the get_news_headlines function to retrieve news from the API, and the query I am currently specifying is as follows. I would like to change this to "All Alerts OR Twitter" which I have newly set up on Eikon.
all alerts + main news (Japanese, English, Chinese)
q = 'Topic:NEWS1 AND All Alert AND (Language:LJA OR Language:LEN OR Language:LZH)' k.get_news_headlines(query=q, count=100)
I tried changing to "Topic:Twitter OR All Alert" and "Topic:TWTR OR All Alert", but I could only get All Alert data.