Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • Eikon Data APIs /
avatar image
Question by HeikoRR · Mar 24, 2020 at 07:51 PM · reikonapirget_symbology

eikonapir function get_symbology() to SEDOL returns "no best match available"

I am using the updated version: https://github.com/philaris/eikonapir

WORKS:

get_symbology("MSFT.O", from_symbol_type="RIC", to_symbol_type="ISIN")

get_symbology("MSFT.O", from_symbol_type="RIC", to_symbol_type="CUSIP")

get_symbology("US5949181045", from_symbol_type="ISIN", to_symbol_type="RIC")

get_symbology("US5949181045", from_symbol_type="ISIN", to_symbol_type="CUSIP")


WORKS from SEDOL to RIC or ISIN

get_symbology("2588173", from_symbol_type="SEDOL", to_symbol_type="RIC")


DOES NOT WORK to SEDOL

get_symbology("MSFT.O", from_symbol_type="RIC", to_symbol_type="SEDOL")

get_symbology("US5949181045", from_symbol_type="ISIN", to_symbol_type="


The solution might be related to https://community.developers.refinitiv.com/questions/22840/eikon-net-symbology-api-does-not-return-sedol.html

Thank you ;-)

EDIT:

PROBLEM SOLVED: Several SEDOLS per RIC. Use not MSFT.O but MSFT.OQ

DOES NOT WORK:

get_symbology("MSFT.O", from_symbol_type="RIC", to_symbol_type="SEDOL")

WORKS:

get_symbology("MSFT.OQ", from_symbol_type="RIC", to_symbol_type="SEDOL")



People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

2 Replies

  • Sort: 
avatar image
Best Answer
Answer by HeikoRR · Mar 24, 2020 at 09:37 PM

Hi Zoya,

I just updated my answer. The problem is that the Sedols are more specific than ISINs and general RICs. So for MSFT.O one needs to use MSFT.OQ. Then it works.

Thanks for your help!

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
REFINITIV
Answer by zoya.farberov · Mar 24, 2020 at 09:17 PM

Hello @HeikoRR,

See this relevant thread for the previous discussion of the same topic.

Let me show in Python, as I am more comfortable :).

Instead of get_symbology one can try using get_data to obtain a SEDOL:

ek.get_data("MSFT.O",'TR.SEDOL')

Should result in

(  Instrument    SEDOL 0     
MSFT.O  2588173, None)

To get all of them, a two-step can be used, get a RIC first, then get all next:

df = ek.get_symbology("US5949181045", from_symbol_type="ISIN", to_symbol_type="RIC") 
df2 = ek.get_symbology("MSFT.O", from_symbol_type="RIC

Results will include all the included identifiers.

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
10 People are following this question.

Related Questions

get_symbology exists with error instead of silently

Bloomberg R user switching to Eikon/eikonapir - sample R scripts/field mappings

R compatibility with eikon api

get_symbology() RIC to ISIN error

eikonapir setting without need for API proxy

  • Feedback
  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Careers
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Calais
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRIT
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • World-Check Data File
  • Explore
  • Tags
  • Questions
  • Badges