I'm trying to get historical information about a company using the following code: <code> import refinitiv.data as rd response = rd.get_history( universe = ["AAPL.O"], fields = ['TR.AvgDailyValTraded5D', 'TR.AvgDailyValTraded20D', 'TR.AvgDailyValTraded30D', 'TR.AvgDailyValTraded52W', 'TR.CompanyMarketCapitalization',…
.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 script: events = rd.get_history( universe=['AAPL.O'], start=dt.date(2024, 1, 1).strftime('%Y-%m-%d'), end=dt.date(2025, 12,…
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 get any returned value. BEST_BID1 (from 1-8) BEST_BSIZ1 (from 1-8) BEST_ASK1 (from 1-8) BEST_ASK1_SZ (from 1-8) I do not see…
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: import refinitiv.data as rd response = rd.get_history( universe=["AAPL.O"], fields=[ "TR.AvgDailyValTraded5D",…
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 pour DE000A1EWWW0 : Unable to collect data for the field 'TR.GICSSector' and some specific identifier(s). Requested…
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/pricing/v1/Websocket" But when I use the example projects for pricing stream. It works well. The endpoint looks a little…
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 it to run on cloud and not on my computer since i cant always be available to run it.Therefore im setting an app at a cloud…
Hi Dev Team, I would like to receive an updated Jupyter notebook on Codebook for bonds whereby I can extract the historical price and yield with the associate events. Thank you for your assistance.
Hi, I am trying to download country specific news data using codebook and have gotten to the stage of storing the news story in either dictionary or dataframe format. My question is, is there a function that allows for summaries of news to be downloaded? Or do I have to perform manual filtering for each news story and…
Query: Good afternoon. I am trying to use the API with Python to gather all analyst EPS estimates, including ones that were subsequently revised, for AAPL in 1FQ2019. I am not sure if I have errors in my code or if I do not have access to the necessary data. Raising this on behalf of the client. We built the formula =@RDP…
It looks like you're new here. Sign in or register to get started.