Mutual Funds - Holdings data

Hi, i need some help please re: the below query for returning the assets held in a particular fund, but i would like some additional fields…
data, err = ek.get_data('LP65070066', ['TR.FundHoldingRIC', 'TR.FundHoldingName', 'TR.FundNumberOfShares', 'TR.FundNumberOfSharesChanged'], {'Endnum': '1000'})
if err: print(f"Error: {err}") else: df4 = datadf4
The output of the above provides some data on the overall fund, but I would like to see the data for each underlying asset:
- currency
- maturity date
- security type (equity, swap etc)
- Refinitiv identifier or isin
- original security name (instead of a mapped name)
- counterparty id/name
If i include the above in my query, it returns i.e. isin of the fund, not the underlying individual held asset.
Are these fields available? If so, can you please help update the above query?
Also, the output is netted out - is the data re: mutual funds available un-netted?
Thank you so much
Answers
-
Hi @di.ti ,
The moderators on this forum do not have deep expertise inevery type of content available through products. Such expertise is available through the Helpdesk. If the Helpdesk can show you how to retrieve it using =@TR formula in Eikon Excel, thenthe moderators on this forum can help you translate it into get_data method in Eikon Data API call. the Helpdesk canbe reached via
and you may request from them the data you would like to get.0 -
I assumed that you would like to retreive data from the RICs in the TR.FundHoldingRIC field. You may need another ek.get_data call for that. For example:
data, err = ek.get_data('LP65070066', ['TR.FundHoldingRIC', 'TR.FundHoldingName', 'TR.FundNumberOfShares', 'TR.FundNumberOfSharesChanged'], {'Endnum': '1000'}) rics = data["Holding RIC"].replace('', np.nan).dropna().to_list() df, err = ek.get_data(rics,['TR.FundCurrency', 'CF_CURR', 'TR.FiMaturityDate', 'TR.AssetCategory', 'TR.ISIN', 'TR.CommonName']) df
To find the required fields, you can browse available fields by using the Data Item Browser tool. Otherwise, you can contact the helpdesk team via Myaccount, as mentioned by my colleague.
0 -
looks good! but is there a way to find the weighting of each holding within the fund?
the DIB is not helpful in finding that0 -
You can contact the helpdesk team via MyAccount to inquire about the TR fields that provide the required data. The helpdesk team will verify whether those fields are available
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
- 615 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
- 556 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
- 652 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
- 228 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 中文论坛