I am wondering if it is possible to retrieve broker research reports' headlines by using Python API. For example, ADSGn.DE announced Q1 result yesterday, and at Eikon Desktop, by specifying the source to News Wires, I can see the below:
However, when I hit ek.get_news_headlines() in Python, it give me back:
where, a report by Jefferies is skipped. I wish the headline to appear in the row of index = 1.
Is there any way of making the skipped broker research headline show up in retrieved news headlines? I tried to use ek.send_json_request("News_Headlines", {}), but it did not solve my issue.
Could anyone help me how to get it done? Thank you!