Hi team,
How to retrieve news story via Eikon Data API, if the underlying news is a PDF file? Many thanks.
Regards,
Sunny
Below is python code
---------------------------------------------------------------------------------------------
Ric='3333.HK'
start_date='10/5/2020'
end_date='10/5/2021'
news_headline= ek.get_news_headlines(f'{Ric} HIIS UNAUDITED OPERATING',
date_from=f'{start_date}',
count=100,
date_to=f'{end_date}')
news_body=ek.get_news_story(news_headline['storyId'][2])
news_body