Hello, I am currently implementing a migration from old Refinitiv Data API to the new .NET Refinitiv Data Library. I am trying to get the following depth data through the PricingStream but I cannot ge…
Hi everyone 👋 I'm trying to retrieve historical data for a company using the Refinitiv Data Library, but I'm running into an issue where most of the fields return nulls. Here's the code I'm using: im…
Hello, I would like to know how can I retrieve historical data from a stock from the ipo date without me knowing what is the ipo date? In this request: https://api.refinitiv.com/data/historical-pricin…
Hello. I am collecting data using this very simply piece of code: response = ld.get_history( start = min_date, universe= security, end = max_date, fields= price_fields, adjustments = adjustment_factor…
Query: Hello, I want to make a request on DataStream/Refinitiv using Python. I tested for 3 ISINs. I first tried with import refinitiv.data then with lseg.data, but I always get the same error: Erreur…
Question 3 – In our code we aim to capture all future dividends using the future dividend cashflows and dividends that have gone XD in the current month up to the current date. Intermediate Capital Gr…
I gather that when requesting historical pricing, every stock is being requested individually, even when requesting one date, is that correct? E.g. if I just ask for Russell 3000 stocks since the star…
.As per client, he can see the data in Workspace desktop but when trying to pull it in API, he is getting the error (screenshot)| Client has relayed access for RIC AAPL.O Client is using the below scr…
Hello, I am trying to set up a Pricing Stream in our app but I am getting a StreamDisconnected msg "Message": "Unable to connect to the remote server", "Endpoint": "ws://localhost:/api/rdp/streaming/p…
Hi,Im trying to use the lseg.data library in python to set up an analysis for my portfolio, I need for that access to data without being connected to the workspace.For my boss to view the data I need …