-
Bank Ric history
Hi, I would like to get all OTP Bank RICs existed after 2010, in pyhton. The following query only results in the currently existing bonds, how to get all the history, including the already matured ones? import refinitiv.data as rd rd.open_session() rics_df = rd.discovery.search( view =…
-
In Codebook, the screener does not work when the field TR.NAICSNationalIndustryCode is included. For
In Codebook, the screener does not work when the field TR.NAICSNationalIndustryCode is included. For example, the commands screener_output=Screener('U(IN(Equity(active,public,primary))), IN(TR.GICSSectorCode,"45"), IN(TR.NAICSNationalIndustryCode,"513210"), TOP(TR.H.EV(Curn=USD),7,nnumber),Curn=Native')…
-
Historical OHLC request freezes for 50+ ETF RICs over a 14-year range
I am trying to extract daily OHLCV data for a list of instruments using the Refinitiv Data Library. Here is the code I am using: import refinitiv.data as rd import pandas as pd rd.open_session() instruments = [ "IWDA.L","VAVUAG.L","VWRP.L","VWRA.L","EEDS.L","ISACI.L","SWDA.L","EIMI.L",…
-
Geograin Data through API
Hi! New(er) to using this API. I am trying to fetch basis data for the past month in order to model, using the geograin RICs. My dataframe was returning empty, See code chunk below. I'm a bit confused because DIB in workspace doesn't show any time series codes non-blank for the RIC, but I have a working excel formula (also…
-
how to get web link of a news article of I have its URN?
Hello Team, I would like to check if there is any programmatic method or API capability that allows us to retrieve the public web link for a Reuters news article directly from the NewsML URN returned by the API. For example, for the following URN: urn:newsml:reuters.com:20260312:nL1N40006E I was able to manually search…
-
Why am I losing trades when streaming tick data for YTCc1 using the LSEG-data pricing stream, even t
I am trying to stream tick level information about YTCc1 using the LSEG-data package in python. I can pull tick histories no worries, but i seem to be losing trades on the stream. I am only getting a small subset of trades in my stream. I have the require data permissions i believe, as i can see the tick stream in the…
-
How can I retrieve historical values for FID 9940 for Q‑suffix RICs using Python?
I am trying to extract historical data for FID 9940 for several Q‑suffix RICs. I am using the lseg-data Python library and the get_history() method, but it does not return any data for this field on historical dates. From what I understand, FID 9940 may be a real‑time or snapshot-only field, but I need to confirm whether…
-
The close price from the workspace doesn't match the one from the API
When I search for the price of EVs1 in the workspace, the closing price displayed on the page is inconsistent with the price obtained through the API. However, the Open, Low, and High prices are the same.
-
How to map Screener "Data Item Names" to "Data Item Codes (TR Codes)" via API or Master Dictionary?
I am an academic researcher using the lseg.data Python library to extract historical M&A data (SCREEN). Currently, I use the Workspace Screener to identify the variables I need. However, the Excel export only provides the "Data Item Name" (e.g., Premium Paid - 4 Weeks Prior to Announcement, Target Primary Ticker Symbol),…
-
SQL Query for IPOs
Currently, we are able to access information about upcoming IPOs through Dscreen. Could you please confirm if there is any database table available that we can query directly via SQL to fetch the latest announced upcoming IPOs? Specifically, we’d like to know: If such a table exists in our database The schema or table name…