Hi,
I have tried to pull the news headline data for the date range 2019-12-25 to 2020-04-25 and the instrument 'AAPL.O'. While taking news data using get_news_headlines function, I see there is a data restriction of 100. At the moment I thought of looping the function call with single date with the assumption of each date may have less than 100 records. But what if a day has more than 100 records? What is the suggested way to get the news data per instrument?
Is there any available there to retrieve all the news headlines data for the given (2019-12-25 to 2020-04-25) date range?
Thank You,
Priya