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, I am trying to access historical bid and ask size data for the instrument HKY.OL on a 1-minute interval using Refinitiv's Python Software Development Kit (SDK). However, I'm consistently receiving NA values for both bid and ask sizes. Here's the code I've been working with: import datetime import refinitiv.data as…
I hope this message finds you all well. I'm currently working on a project that requires me to find the ISO country code for a specific region. However, I've been encountering some difficulties in locating this information.I've tried various online resources, but I seem to be getting conflicting information. Can anyone…
...fashion....) Hi community! after the help desk referred me with my problem to this forum, would be great if one of the dev experts could have a look pls. I have checked accross previous entries but seem like this Error code 500 is a bit generic. In eikon version 1.0.1, an error for port 9060 is thrown. Seems though…
Trying to stream prices for LCOc1 and keep getting 'Receive status message for unknown subscription id 2'. Does anyone know why this would fail to establish connection to the platform? Should have ICE and CME live prices subscription enabled and this worked perfectly yesterday and for a week before. * Eikon Python API…
Using .NET - is there a field name for the next projected dividend with full details on dates, type, currency? So far I have only been able to pull historical data. How can I pull the next projected earnings report date and time as well? Please use AAPL.O as an example.
How can I do a bulk download for the list of Ric's in order to improve the time performance? I am currently downloading underlying Ric's for a list of Ric's defined as "unique_col1": combined_data = pd.DataFrame() #Loop through the instruments and fetch data for each for instrument in unique_col1: data, err =…
Hi all, The problem is that when I ran the following codes, I found that the returned value was only the latest market value of the bond, but I expected to get a time series. Bond_fields = ["TR.ASKPRICE.date", "TR.ASKPRICE", "TR.MarketValueAnalytics", "TR.CleanMarketValueAnalytics"] Bond_RICs = ["78490FHF9="] df, err =…
Hi Team, We are trying to replicate the formula and result below in Codebook API Formula: =@TR("MSFT.O","TR.CategoryOwnershipPct","SDate=0CY EDate=-5CY StatType=1 CH=categoryvalue RH=effectiveTo") The closest we were able to get is by using this syntax and result: import refinitiv.dataplatform.eikon as ek…
Dear Refinitiv team, We’re looking to get FX data via restful API (only for EURCHF=, bid and ask of which we’ll take the median). In other words, we want to know which of your API simply returns the real-time exchange rate of a currency pair. Next question: how can we make calls to this API? Many thanks, Lukas
It looks like you're new here. Sign in or register to get started.