Retrieving news older than 3 months from TRKD API

Thomas Qin
Thomas Qin Newcomer

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.

Tagged:

Best Answer

  • robin
    robin Explorer
    Answer ✓

    @Thomas Qin adding to previous previous answer...

    1. multiple story ids can be included in a single storyrequest element. The wsdl give sit as "unbounded" however there will be a performance impact to a very large list. I would suggest batches of 10 or 20 storyid per request

    2. TRKD product requirement is for storage of up to 90 days of News headlines and associated stories -- so that is always the maximum you would ever get back in a headline search. Stories should also expire after that duration. Other products from Refinitiv may offer more, check with your account team.

Answers