question

Upvotes
Accepted
43 8 10 12

Switch from thomsonreuters.com api to refinitiv.com api to read company general info data

We have received notification from refinitiv team to stop using xxx api and use refinitiv.com api instead.

"We have been informed by our Operations Team that your RKD API account mentioned below are still connecting to the old end points - using either ‘reuters.com’ or ‘thomsonreuters.com’ endpoints.. We need you to make the necessary change to start connecting to the new @Refinitiv branded endpoints - ‘refinitiv.com’ . Although it was planned to remove the old endpoints by 31st August 2020. The old end points are still available but from February end , the ThomsonReuters.com and reuters.com end points will not be supported anymore. "


However I am not able to connect to the new api mentioned.

Please help in providing the new api details.


Current API request details <Python> :

api_url = 'http://api.trkd.thomsonreuters.com/api/Fundamentals/Fundamentals.svc/REST/Fundamentals_1/GetGeneralInformation_1'

message_request =
{
   "GetGeneralInformation_Request_1":{
      "companyId":"IBM.N",
      "companyIdType":"RIC",
      "ShowReferenceInformation":false
   }
}

Please provide the similar details for new api i.e refinitiv.com


rkd-apirkd
icon clock
10 |1500

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

Upvotes
Accepted
10.1k 18 6 9

@vijay.singh I believe the url domain has changed from api.trkd.thomsonreuters.com to api.rkd.refinitiv.com - according to the documentation here can you try posting to this endpoint:

https://api.rkd.refinitiv.com/api/Fundamentals/Fundamentals.svc/REST/Fundamentals_1/GetGeneralInformation_1

I hope this can help.

icon clock
10 |1500

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

Upvote
43 8 10 12

Thanks a lot @jason.ramchandani , the URL provided by you working fine.

icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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