How to extract news towards code structure: (Topic:ARTI AND ( Topic:CASE1 OR Topic:DISP OR Topic:CVRSY OR Topic:TRWAR OR Topic:IPROP OR Topic:FAKE1)) via Eikon API which can be downloaded.
@jyothirmaie.mukthapuram
Thank you for reaching out to us.
You can use this query with the ld.news.get_headlines method in the LSEG Data Library for Python.
ld.news.get_headlines("(Topic:ARTI AND ( Topic:CASE1 OR Topic:DISP OR Topic:CVRSY OR Topic:TRWAR OR Topic:IPROP OR Topic:FAKE1))", count =100)
The example is on GitHub.