question

Upvotes
Accepted
7 1 0 2

What is the order of getting news content?

What is the order of getting news? First get the HeadLine list according to the interface (RetrieveHeadlineML_1), and then call the (RetrieveStoryML_1) interface to get the content information according to the returned id.

rkd-apirkdnews
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

@jianxin.xu

From the names of methods (RetrieveHeadlineML_1, and RetrieveStoryML_1), it could be TRKD API, not Eikon Data APIs.

Could you please confirm the name of API?

ok,is trkd api,

Can you help me answer my question? thanks @jirapongse.phuriphanvichai ♦♦

1 Answer

Upvotes
Accepted
38.1k 69 35 53

Yes, you are correct.

First, the application uses the RetrieveHeadlineML_1 request to retrieve headlines for stories that match specific requirements. RetrieveHeadlineML_1 supports sophisticated search filters (e.g. keywords, companies, products, story time, news provider, and language). In the response, you will get the headlines and StoryIDs.

Next, the application uses StoryIDs with the RetrieveStoryML_1 request to get stories.The StoryID is a NewsML URN, of the form urn:newsml:[providerid]:[date]:[doc id], e.g., "urn:newsml:reuters.com:20001106:nJIJ6SS016“.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Thanks,I have another question.How do I get a link to the news content?

Click below to post an Idea Post Idea