The most recent content from our members.
In the workspace, there is a section with the summary holding > debtor domicile, for fixed income funds, like TIP, it shows country and the allocation in percentage. How can I retrieve this data? I couldn't find any data item that links to this specific information: ```python df = rd.get_data( universe=['TIP'], fields=[ #…
Hello, I am trying to get some index constituents details of some indices using Eikon data API. I can get some basic data using "TR.IndexConstituentxxxx" items like the query below. However, I cannot find these fields using DIB in my Workspace. There is no item if I search using "TR.IndexConstituent". If I type…
Hello, is there any list of what the Compustat items are called in Refinitiv? I need the items Investments and Advances (32) and Debt in Current Liabilities (34). Thank you and best regards
For some instruments such as LU1649332886, the DIB shows that the TR.NETASSETVALUE field has data, but when using a get_data request on both the Lipper RIC and the ISIN, the series isn't retrieved for either. I've experienced similar issues with other instruments. Is there a reason this is occurring? Thanks in advance
I want to extract data on "US GDP Final*" using the eikon Data API. How can I find the corresponding instruments, fields and parameters? I tried with Data Item Browser, but I didn't know how to search.
Hi team, Can python to download TR.YieldtoCallDateAnalytics & TR.DiscountMarginAnalytics? If so, could provide sample code. If no, is it any workaround it codebook? thanks. Regards, Sunny
The api docs direct us to either the Data Item Browser (DIB) or the Excel add in to discover the fields and parameters available for use in the api (specifically the get_data method). However take for example the field "TR.IndexConstituentRIC" which frequently appears on this forum, I cannot find this field in either the…
Hi, My data item browser cannot open all the time like this. Could you help me to fix?
Hi, I'm currently trying prices = ek.get_data(codes, ['AVAIL(TR.PRICECLOSE.date,TR.FIPRICE.date,TR.NETASSETVAL.date), AVAIL(TR.PRICECLOSE,TR.FIPRICE,TR.NETASSETVAL)'], {'SDate':'2020-10-01', 'EDate':'2020-10-05'}) to get historical prices for equities, bonds, etfs and funds. Above codes is an array of ISIN codes. All I get…
Until recently, the data item browser from the Eikon API Proxy worked perfectly fine, however, today I am not able to retrieve any information of data fields with the data item browser because it starts loading but does not show anything. The connection is working because when I am searching for instruments the pop-up…
It looks like you're new here. Sign in or register to get started.