-
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?
-
From Company Names to RICs
Hello, I know that there have been previous questions on the topic, but the answers did not solve the issue for me. I have a vector of company names from the USPTO. company_names = df["disambig_assignee_organization"].dropna().tolist() print(company_names[:10]) Examples of firm names: 'International Business Machines…
-
permid match API not working
The permid match API is failing today. After about a 30 seconds it fails with an https response protocol error. Attached is a trivial case to reproduce the problem with python requests. it's been working fine every day for as long as I can remember. First failure I encountered was at 0820 UTC on 5th November. The error I…
-
How to map RICs & Permid for a given FIGI code?
How to map RICs & Permid for a given FIGI code?
-
Mapping Bond ISIN to Issuer PermID
Hello! I would love to get some insight into a complete python method of mapping a bond ISIN to the issuer's PermID. According to helpdesk, there isn't a way, so I'll share how I've managed so far. Step 1: With my list of ISINs, I use the formula @RDP…
-
PermID API / questions from the internal review department
We are conducting an internal review for using PermID APIs, and the review department has raised the following inquiries. Could you please provide answers? ■ I believe the API authentication method is "API token method," but is it "OAuth2.0"? ■ When issuing tokens, it is assumed that we will go through an authorization…
-
Matching of Perm IDs
Regarding the matching, I wanted to confirm why there are records such as https://permid.org/1-5086653966 for a company like Experian, when this appears to be the correct PermID: https://permid.org/1-4295894507. I had this match when I entered a different office location (London instead of Nottingham), so I would just like…
-
Getting ISIN Numbers
Hello everyone, Currently I have PERM ID's as firm identifiers in my dataset. I want to gather their corresponding ISIN numbers. Is it possible to do that here ? If so how can I do that ?
-
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