-
London Stocks Missing currency
Hi, quotes on the LSE appear to be missing their "isQuotedIn" field, is this expected? e.g. https://permid.org/1-55836052018 https://permid.org/1-55836053548 https://permid.org/1-55850485015 Other exchanges still show the "isQuotedIn" field e.g. https://permid.org/1-55835312773
-
Search result discrepancies
There seem to be two discrepancies I've found These two different searches yield different results for quotes: Search 1 (single search): https://api-eit.refinitiv.com/permid/search?q=aapl&num=100&start=1 Search 2 (combine results from multiple searches): https://api-eit.refinitiv.com/permid/search?q=aapl&num=10&start=1…
-
Missing records
I can't seem to find a match even though the record exists using either ticker or RIC I'm using the following standard identifiers: ticker:4&&mic:XHKG ric:0004.HK both return no results ('Match Level': 'No Match') despite there being a record here: https://permid.org/1-8590932882 This isn't the only one, there's quite a…
-
Exact format of 12 digit PermID
I observed the general notice "Newly issued Organization PermIDs will transition to a 12‑digit format, in the coming weeks, to support future expansion of our data universe." but I am struggling to find exact details of the format in url form. The current URL format is prefixed with "1-" followed by 10 digits, e.g.…
-
Receiving different results when requesting PermID's
Hi There, When testing the PermID match service I have noticed that I get different results when requesting responses for the same instruments. I have provided two examples below: Please could you investigate why this is the case? I would expect to receive the same response for the same query each time. Thanks
-
How to get security's ISIN code from PermID?
The PermID search API seems do not contain ISIN in its quote response. Though the Eikon API supports to get ISIN from RIC, we don't have the Eikon account. Is it possible to get the ISIN from PermID APIs?
-
How to use the PermID Entity Search API
I am trying to use the entity search API: https://developers.lseg.com/en/api-catalog/open-perm-id/permid-entity-search/documentation also available here: https://permid.org and when I make a request to the API the command hangs and never times out or returns a response. I have tried a curl request: curl -v…
-
How to map RICs & Permid for a given FIGI code?
How to map RICs & Permid for a given FIGI code?
-
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…
-
Duplicated LEIS for different PERMIDs
We have noticed we have duplicated LEI data for different PERMIDS. It is always for branches of the same company; for example: 5087215441 and 4295862452 have the same LEI. What is the methodology behind LEI adjudication in PERMIDs? Thank you.
-
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 ?
-
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…
-
22 dead PermID records
Hello, I've got a set of 22 PermIDs that were returned by the search and match APIs, yet cannot be looked up. On the website they just hang. Via an API request in the format https://permid.org/1-5000240888?format=json-ld the response status code is 200, but the response text is empty. I'm making vanilla Python requests. I…
-
Getting SSL error while running OpenPermID library in python
I tried running the following command but got the error: output,err = opid.lookup("1-4295880893", orient="row", format='dataframe') err requests.exceptions.SSLError(urllib3.exceptions.MaxRetryError("HTTPSConnectionPool(host='permid.org', port=443): Max retries exceeded with url:…