-
empty (undefined) responses on some PermID web requests
Hello, On the PermID website I am getting empty (undefined) responses for some, but not all, organisational PermID requests. Here are some examples of undefined responses.: Hellenic Broadcasting Corporation ERT SA : https://permid.org/1-5044174690 Athens News Agency Macedonian Press Agency SA :…
-
Function to get RIC from PermID
How can I get the RIC code of a subsidiary's parent organisation by entering subsidiary PermID (API in Python). For example if I make a function, and I enter BlackRock (Ireland) with PermID 12345, return BLK
-
How to get particular permid complete details
I am calling below api to fetch matching companies: Now I want to get all details of one of the perm ids like for this: https://permid.org/1-4295907485 Which api should I call further to get all details like country, url, founders, business sector etc
-
Bulk download of PermID data
Hi, I am interested in downloading a large set of permid information. Given the limitation the Entity Search API has on 5,000 entities per day I was looking for alternatives. I found out the linked service in the following url, how can I access the bulk download service? Kind Regards.
-
how to identify which perm ID to use. 2 perms IDs for a given name.
Bamford Wealth Management, PermID URI:, PermID URI:
-
403 Forbidden at https://api-eit.refinitiv.com/permid/match
After many thousands of successful POST requests to this endpoint I am getting a 403 error now. Is there a rate limit that we have surpassed? We have to match ~20 million records to the PermID, and have matched ~2 million before getting that error.
-
Entity Search Results Limited to Maximum of 2000?
Dear Support, I am trying to iterate through all the quotes on the ASX using the following query: https://api.thomsonreuters.com/permid/search?access-token={token}&entityType=quote&q=mic:XASX&start=1&num=100 using batches of 100 quotes and incrementing the start value by 100 for each batch.The results I am getting looks…
-
Fetch Instruments and Quotes through PermID.org
Hi, I'm exploring the public API on permid.org. I do have a list of LEI's for a bunch of companies. My task is to get all traded instruments (if there is more than one) and their respective trading venues. I managed to map the entity to my LEI and I also get the primary instrument and quote of said entity. Where I do not…
-
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…
-
How to map entity names to identifiers?
Hi, I have used the OpenSanctions API /search endpoint and retrieved results of entities under the UFLPA dataset My next task is to map these entities to permIDs (if available) The entities retrieved from the API call are API native fields and names of companies. I want to map the names to permIDs Please can someone guide…
-
Use of PermID data for commercial purposes
How can one use the PermID data that falls under CC-NC 4.0 license for commercial purposes. Is there a way to gain such a license ?
-
Getting Module Error
How to fix this issue
-
PermID API: Recently issued PermIDs
Hi All I am reaching out to seek your assistance with an inquiry related to the LSEG Permanent Identifiers (PermID) API service, available at www.PermID.org. Specifically, I am interested in understanding whether it is possible to submit a request to the PermID API to obtain a list of all the newly issued permanent…
-
Best practice for obtaining RIC/PermID for companies
Hey together, is there any best practice how I can get the RIC or PermID automatically (not manually, via an API, or Python Lib Dataplatform) if I have a list of many companies? I only have the information of the companies like name, address, country etc., and as unique identifier only the DUNS number? Does anyone have…
-
Is there a way to map PermID to all the RICs associated to that company, if a company is listed i...
...n multiple stock exchanges. Q1 I am trying to match PermID to RIC in API Playground and wanted to know if there’s a way to Identify all stock exchange listings for a particular group ? For example NIKE is listed in NYSE and ETR Stock exchanges but when I pass Nike’s PermID it only gives one output. * Is the mapping…