I'm new to the Refinitiv APIs so I apologised first if this question was asked before.
My company has an account in www.trkd.thomsonreuters.com, which gives me access to the TRKD APIs. My current task requires me to retrieve news articles (not price quotation or other statistical data, but proper English news/text) under a certain topic (say, topic Asia) as much as I can for research. For now, what I can do is to first retrieve news Headlines under this topic via the "RetrieveHeadlineML_1" API and then use the returned StoryId to retrieve news story one piece at a time. My questions are
1> Is there a more efficient way to do this?
2> Since the "RetrieveHeadlineML_1" only allows retrieving data for the last 90 days, does that mean I can only access news in the past 90 days? Is there any method/way at all that allows me to retrieve news from even earlier time?
Thanks in advance.