-
RDP API HVMI Dashboard Endpoint: empty output even I see data in HVMI Frontend
We are using HVMI both in Workspace and via RDP API Endpoints. The problem is: When I check frontend for my user, I see some data under Dashboard tab: When I try to call that data via RDP API Endpoint, I am getting empty dashboard: { "Convictions": [], "Documents": [], "HouseViews": [], "ConvictionLists": [], "Portfolios":…
-
getting 1-minute trading volume in RDP
Hello, I am using the Refinitiv data package and I am trying to get historical 1minute volume for futures (eg ticker ESc1) using rd.get_history. What is the right fieldname for 1minute volume? I tried VOLUME_1 and TRDVOL_1 but they dont seem to work.…
-
Reliable way to get RIC code from ISIN through any API
Hi all, I need to retrieve some information on various asset of different asset classes (Fx, Indexes, ...) I have ISIN, CUSIP and SEDOL information for each asset, and i can get basically any information, except RIC code. Here is what I tried, to get for exemple the RIC of isin : IE00B4L5Y983, which is an ETF df =…
-
How to get expired options using Excel Workspace
Hi. After trying different alternatives, I am unable to retrieve historical bid, ask, and options Greeks data for the S&P 500 using Excel's Workspace function. Although I can extract them using Python without issue, I'm encountering the limitation of 10,000 daily data points. My question here is whether it's possible to…
-
How to get the total returns (per actual week) of former constituents of the Belgian all Shares?
Hi, I'm working on a thesis about the Belgian stock market and for this thesis I need the total returns of all the former constituents of the Belgian all share index (all the way back to 2002 or 2004). I know where the find the list of leavers and joiners but I do not know where to find a time series of actual weekly total…
-
Get root code
Hi all, I'm trying to create a function to creates the RIC code of a futures contract based on information like underlying, expiration date, etc... I understand how the RIC code is constructed, the only thing I need is a reliable way of getting the "root code" of the underlying of my future contract. Is there an API call…
-
Question on Data Platform News AWS message queue
We utilize AWS Queues to retrieve the news stream. Is there a method to log in to AWS and monitor the queues created under the account we've received? Our implementation is built on .NET, and we utilize the library provided by LSEG, specifically Refinitiv.Data version 1.0.0-beta5. Is there a source available for this…
-
How to get Refinitiv Contributor Curves using rd.get_data or rd.get_history?
Hi, Can we use the RD library to get the data, I need to generate a forward curve for these products (Look screenshot) as of 12/29/2023, which means I require data spanning 5-10 years. It should start from January 2024 to whatever the end date is for the curve. For example, how do I access this data for 12/29/2023? This…
-
How to filter through for ETFs using the Morningstar Rating in Refinitiv (using rd.get_history)
Hello LSEG Community, I am currently collecting data on many ESG ETFs through Refinitiv workspace using rd.get_history in Python. However, I would like to know if their is a function I can use to filter ETFs that I have downloaded from Refinitiv Workspace based on their specific Morningstar Ratings. This is so I can only…
-
Handle RIC related errors in endpoint request
With EndpointRequest in “RD Library for .NET” (Refinitiv.Data.Delivery.Request.EndpointRequest) in it is possible to specify multiple RICs. Ex: "https://api.refinitiv.com/data/company-fundamentals/v1/analytics/global/price-volumes?package=base&universe=2010.SE,AAPL.OQ,AMZN.OQ,ALAMAKOTA.XYZ,EITP.CA" What if one or more of…