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 kamal.chancari · Apr 22, 2020 at 12:45 PM · funds

getting RIC for fund component - field FUNDHOLDINGRIC

Hi, I hope every thing is doing weel for your. I have a problem to get RIC for fund allocation. using get_dat with these fields ["TR.FUNDHOLDINGRIC","TR.FundHoldingname","TR.FundPercentageOfFundAssets","TR.FundNumberOfShares","TR.FundAllocationDate"]. In eikon I can visualize RIc for components.

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.

6 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by nick.zincone.1 · Apr 23, 2020 at 02:54 PM

Hi @kamal.chancari,

I just received word from the support team with this response:

"Bond RICS in Eikon Excel or Eikon Data API for Fund Holdings is not accessible at this time and there is already an enhancement request raised for this"

Unfortunately, at this time, it is not possible to retrieve that data for Bonds.

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 nick.zincone.1 · Apr 22, 2020 at 03:57 PM

Hi @kamal.chancari,

The get_data() function isn't used to get a RIC - you need to know the RIC in advance which is used as input into the function to get the data fields you are interested in. For example:

Use the Ric(s) you can see in Eikon and use the get_data() as above.


ahs.png (26.9 KiB)
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
Answer by kamal.chancari · Apr 22, 2020 at 07:59 PM

Hi Nick,

thank you for your answer.

I'm looking for RIC code for the componenet of the fund (data in the second colomn in your screen shot). for share these RIC are returned but when these assets are bond, the function get_data doesn't return Rics. you can try the call with this instrument for exemple "LU1819949162".

If you open the overview->holding->derived holding you can see Rics, with get_get you don't get Rics.


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 nick.zincone.1 · Apr 22, 2020 at 08:12 PM

Hi @kamal.chancari,

It is not clear what you are asking. I don't know what "overview->holding->derived holding" is. What Rics are you referring to?

Please post the actual code you are using and show a screenshot of the Rics you can get within Eikon.

Also, please use the DIB (Data Item Browser) within Eikon to list the fields available for that fund. For example, I filtered on RIC as there are many fields with the word 'Ric' inside.


1587586345655.png (126.1 KiB)
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
Answer by kamal.chancari · Apr 22, 2020 at 08:18 PM

this is my code :

df, err = ek.get_data("LU1819949162", ["TR.FUNDHOLDINGRIC","TR.FundHoldingname","TR.FundPercentageOfFundAssets","TR.FundNumberOfShares","TR.FundAllocationDate"],{'Scale': 6, 'SDate': 0, 'EDate': -20, 'FRQ': 'FY', 'Curn': 'EUR', 'endnum' :10000 })

and this is a screen shot for the correspending data in eikon


capture.jpg (79.9 KiB)
Comment

People who like this

0 Show 1 · 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
nick.zincone.1 ♦♦ · Apr 22, 2020 at 09:24 PM 0
Share

Hi @kamal.chancari,

Thank you - now I can see the issue. For some reason Eikon Data API seems to populate the Fund Holding RIC for stock and fund holdings but not for bond holdings. Yet, Eikon is somehow populating this column. This will require more investigation.

avatar image
Answer by kamal.chancari · Apr 23, 2020 at 02:38 PM

OK thank you Nick.

let me know if you have some update on this issue.

Regards,

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

Related Questions

Python Data API - retrieving time series data for FUNDS - Performance

Attempting to pull data for funds - PCTCHNG (data item browser)

Would like to classify all funds the same ie: Exchange Traded Funds (ETFs) , Mutual funds etc. What data item code can I use that will blanket cover the different funds?

Total Returns for Funds

Support Eikon reverse proxy app data (e.g. Global Fund Flows app) in this API?

  • 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