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 between PermID and RIC is one to one or one to many ?
- Is there a way to know PermIDs of all the publicly listed companies residing under one Group by providing in that group’s PermID ? For Example: We might get RICs of all the companies that are publicly listed under TATA group globally, by just providing TATA Group’s PermID.
Best Answer
-
Hi
If you have access to discovery/symbology/v1 in API PLayground (depends what other services you subscribe to) you can use a query like this to navigate from organisation PermID to the related exchange traded RIC:
{
"from": [
{
"objectTypes": [
"organization"
],
"identifierTypes": [
"PermID"
],
"values": [
"4298007752"
]
}
],
"to": [
{
"objectTypes": [
"EDFQuote"
],
"identifierTypes": [
"RIC"
]
}
],
"filter": {
"status": "active"
},
"type": "auto"
}
Active filter will remove the expired RICs form the results.
To objectTypes 'EDFQuote' will limit output to exchange traded RICs, leave this out and it will include e.g RICs of bond instruments issued by the organisation
0
Answers
-
Thank you for reaching out to us.
I assume that you are using the Open PermID API.
Yes, one PermID should be one to one mapped to a RIC. I am using the the Open PermID Python library to verify it. For example:
output,err = opid.search("RIC:NKE.N", entityType='quote', num=100, format='dataframe')
outputThe quote PermID (https://permid.org/1-55838324417) is mapped to NKE.N.
I think we don't have the group's PermID.
You can use a ticker to map to multiple RICs. For example, the PermID of "Nike Inc" is 1-4295904620.
We can get the ticker of this company by using the lookup API.
output,err = opid.lookup("1-4295904620", orient="row", format='dataframe')
output["hasOrganizationPrimaryQuote"]The value of the hasOrganizationPrimaryQuote property is https://permid.org/1-55838324417.
Then, we use the lookup API with 1-55838324417.
output,err = opid.lookup("1-55838324417", orient="row", format='dataframe')
output["tr-fin:hasExchangeTicker"]The value of the tr-fin:hasExchangeTicker property is NKE.
Finally, we use the Entity Search API to search all Quote permIDs of this ticker.
output,err = opid.search("ticker:NKE", entityType='quote', num=100, format='dataframe')
output[output["assetClass"]=="Ordinary Shares"]RICs for this ticker are in the hasRIC property.
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 685 Datastream
- 1.4K DSS
- 616 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 252 ETA
- 557 WebSocket API
- 38 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 654 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 193 TREP Infrastructure
- 229 TRKD
- 917 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛