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 joan.serfaty · Dec 23, 2020 at 03:37 PM · eikonpython api

RIC based on ISIN and Currency - Fund Pricing Frequency

Hello team,

Hope you are doing well.

I have two questions regarding the Eikon API for Python.

1- Would it be possible to find the appropriate RIC Code based on the ISIN and Currency as an instrument can be traded in various regions. It seems there is not any parameters to specify it in the "get_data" or "get_symbology" functions.

2- Is there any way to identify the frequency that a fund reports pricing data to Reuters. Namely are we expecting a daily, weekly or monthly price from them.


Thanks for your assistance

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 jonathan.legrand · Dec 23, 2020 at 05:24 PM

Hi @joan.serfaty,


1. I believe the answer to your first question can be found here. Please don't hesitate to revert to this chain if it doesn't so that we may dig deeper if needed.

2. What price data are you looking at exactly? If looking at the NAV, I would advise the following Python code using our Eikon API that will provide price at the highest frequency available, you may then look and use the data in the outputted 'Date' column:


df, err = ek.get_data(instruments = ['VOO'],
                      fields = ["TR.FundNAV(EDate=-1AQ,Curn=GBP).date",
                                "TR.FundNAV(EDate=-1AQ,Curn=GBP)"])
df


You may want to look at 'FundMid' or other such data that you may find in the Data Item Browser with code such as:


df1, err = ek.get_data(instruments = ['VOO'],
                       fields = ["TR.FundMid(SDate=0CY,AllowEst=NO).date",
                                 "TR.FundMid(SDate=0CY,AllowEst=NO).date"]
df1


Note arguments such as 'AllowEst' that, for instance, allows Estimates. Most funds should price daily but the NAV field also allows for estimates, so you may have NAV data at different frequencies. Such arguments can also be found in the Data Item Browser in the 'Parameters' tab on the top right.


P.S.: You can search for fields such as 'NAV' on Eikon/Workspace here too.

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

Related Questions

List of parameters for a given TR field.

Python API returns NaN for revenue of Australian banks

Unpopulated TR.ExchangeCountry vs. populated TR.HeadquartersCountry

How to find field names in Eikon Python API?

Retrieve the constituents of a yield curve at a specific value date using Eikon Data API (Python)

  • 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
  • Electronic Trading
    • Generic FIX
    • Local Bank Node API
    • Trading API
  • 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