-
Obtaining a large number of LEIs from using PermID
I used OpenPermID's match function to match names to PermIDs in bulk, and I would also like to know the associated LEIs if possible. However from the documentation it seems the only available way to obtain it is by using the lookup function and checking 'tr-org:hasLEI', which would require a separate request for every…
-
What is the API endpoint URL for Record Matching REST API?
I have tried using: "https://api.thomsonreuters.com/permid/match" But this doesn't seem to be working.
-
ENTITY REMOVED error message
Hello, The endpoint /reference/records/{id} returning 404 Http Status although attempted to re-screen the case. {"errorCode":"404","errorMessage":"ENTITY_REMOVED","additionalErrorMessage":"Entity was removed from World-Check on Thu Jun 29 00:00:00 UTC…
-
How match score been calculated in World Check API?
Hello, The endpoint /cases/{caseSystemId}/results allows you to retrieve results, and one of the parameters is the "Matched Score." Could you please provide detailed information on how the matched score is calculated? Let's consider the example below: In this case, the matched score of the record is 100%. Is this 100%…
-
Record Matching API Universe
Hello, We tried to request permIds given LEIs using the REST API https://api-eit.refinitiv.com/permid/match. We didn't get permIDs for the following LEIs: 5493003RHKJBP1OZVS91 2138005A2I2V32SRUZ61 5493004F3Z831Q1DMI65 5299005QBUQVT7SN0M96 222100JLVJIUWNY4WO89 549300GLQDLA4DH7VT96 6354008DCURLYSQQYE37 54930043T01NZXYIFE71…
-
OpenPermId Match API does not return matches for the Person datatype
The permid API does not return record matches for the Person datatype. The API fails in 2 different ways, depending on if the input data has a single row or multiple rows, as shown in the examples below. Calling the API with a .csv file, csv string, or dataframe all run into the same issue. The example files both use the…
-
Entity search returns result where as Record match for the same organization is not returning any...
... results? I searched for "Samsung Bioepis Co Ltd" in entity search and it returned result in organization but when I search for the same using record matching I am not getting any match. I am attaching screenshot as well Entity search with result Record matching for the same without match
-
Why does Record Matching API not returning result but Search API returning result?
I searched organization "Marsta 1:198 AB" in Search API and got result. But the same on Record Matching is failing. https://community.developers.refinitiv.com/questions/94121/i-searched-for-darby-group-plc-in-entity-search-an.html I have looked at this but "Marsta 1:198 AB" status is still active. Please help
-
Why is there a miss match in Search API vs Record Matching API results?
I have seen serveral example. 1. "Darby Group PLC" 2. "Samsung Bioepis Co Ltd" etc will return result when using search API, but will return 0 result on Record Matching. What am I missing here? Isn't Search and Record Matching the same?
-
I searched for "Darby Group PLC" in Entity Search and it returns result, I searched the same org...
...anization using Record Matching but it does not return any results. Why is it behaving like this? I searched for "Darby Group PLC" in Entity Search and it returns result, I searched the same organization using Record Matching but it does not return any results. Why is it behaving like this? I am attaching screenshots as…
-
Match score in Worldcheck API
Hi there, The match score has recently been added for the matches returned in the Worldcheck portal. Is this available via Worldcheck API? If not, when will this be added to the API as actual match strength allows better tuning of match threshold under group settings.
-
Record Matching API down?
Hello, Seems like Record Matching API is not working as expected. In particular, doing it via website (Tutorial/swagger section) gives "NetworkError" exception: Is there a new version being rolled out?
-
Can't find permid by RIC in Record Matching API and Entity Search API
Sometimes both Record Matching API and Entity Search API return no matches when searching by RIC (or by ticker + MIC), while the PermID with the corresponding data exists on on the website. For example: https://permid.org/1-4295884627 However, API request returns 0 matches:…
-
Screening results interpretation: matchStrength & resolution
Hello, I'm looking for guidance on how to correctly interpret the Refinitiv screening results. During the screening request, I already identify the secondary fields (listed below) to define additional screening criteria. I understand that the result matchStrength is based only on the first and last name verification and…
-
Entity Search and Record Matching API limit of 5,000 reached: Request for extension
Hello team, I am trying to collect data for about 30,000 companies for my thesis research. The Entity Search and Record Matching APIs are very helpful in that regard but I am facing the 5,000 requests limit. I exhausted that limit while doing the trial runs of my requests; I have built in a time.sleep() to send my requests…