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 /

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

avatar image
Question by ds9 · Oct 19, 2021 at 12:50 PM · eikoneikon-data-apipythonrest-apichain-ric

Python API pull chain data for interest rates

Hello,


Is it possible to pull the RICs for the EURAB6EIRS= instrument?

I have tried the method in this similar question but to no avail.

https://community.developers.refinitiv.com/questions/70674/python-command-to-get-rics-associated-with-a-chain.html

This does not work as intended.

df, err = ek.get_data(

instruments = ['EURAB6EIRS='],

fields = ['BID','ASK']

)

display(df)


I have tried also with 0# infront of the ticker, again no luck.

Thank you for your help!




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.

1 Reply

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by Jirapongse · Oct 21, 2021 at 04:34 AM

@ds9

Yes, EURAB6EIRS= is a chain but it may not be recognized by the Eikon Data API.

You can use the code mentioned in this thread to get RICs in that chain.

Then, use the below code to get data.

ricList = getUnderlying('EURAB6EIRS=')
df, err = ek.get_data(instruments = ricList,fields = ['BID','ASK'])
display(df)

1634790836099.png



1634790836099.png (7.7 KiB)
Comment
raksina.samasiri

People who like this

1 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 >
11 People are following this question.

Related Questions

Options from a chain ric for a specific month

How to retrieve full lists of all exchange codes and index RICs?

Looking for API to get 2 pieces of data

How to get ISIN codes from Chain RIC

What other parameters can be used with the statement pertaining to Corporate Actions data such as Stock Splits?

  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Electronic Trading
    • Generic FIX
    • Local Bank Node API
    • Trading API
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Intelligent Tagging
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open Calais
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • RDMS
  • 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
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • Workspace SDK
    • Element Framework
    • Grid
  • World-Check Data File
  • 中文论坛
  • Explore
  • Tags
  • Questions
  • Badges