-
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')…
-
Does the lseg-data Python library provide any way to download IPO Prospectus data?
We are interested in pulling prospectus data for companies that are about to go public. We found some of the data under Equity New Issues Deals through the Deal Screener app in Workspace. Is there any way to pull this data programmatically through the lseg-data Python library?
-
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…
-
HOW CAN I GET ALL TICKER NAMES FROM CONSOLIDATED EXCHANGES IN US
e.g. AAPL.OQ rather than AAPL.O THIS IS MY CODE. I'M USING CODEBOOK ld.open_session()#US#tickers= list(Screener('U(IN(Equity(active,public,primary))/*UNV:Public*/), IN(TR.ExchangeCountryCode,"US"), IN(TR.GICSSectorCode,"10","15","20","25","30","35","40","45","50","55","60"), DOES_NOT_CONTAIN(TR.ExchangeCode,"PNK"),…
-
MnA Deal Information
Hi, I would like to retrieve additional information about deals via the api, but I can only appear to get deal value. Is there a way to retrieve other target financials also? Sample code: screener <- 'SCREEN(U(IN(DEALS)),IN(TR.MnATRBCActivity,"5020101011"))' fields <- c( "TR.MnASDCDealNumber", "TR.MnAAnnDate",…
-
Private Equity/VC data retrieval through API
Hello, I am trying to download the Private Equity/VC data through the API. import refinitiv.data as rd from refinitiv.data.discovery import Screener rd.open_session(name='platform.rdp', config_name="./refinitiv-data.config.json") screenr = "SCREEN(U(IN(Equity(private))), BETWEEN(TR.PEInvestRoundDate,20251225,20251231),…
-
API code to get PE investments from API
What is the code to get Private Equity/VC data from Screener for custom Investment Date for the Investee Company Nation = United States filter. Here are the fields I need: Company Name, Investee Company TRBC Economic Sector, No. of Deals in Search, No. of Firms in Search, No. of Funds in Search, Sum of Equity Invested in…
-
Ongoing Screening Disabled For Automatic Screening
Hello, I am reaching out for help with understanding the World Check functionality as a not-experienced user of this application. My client uses World-Check Customer Risk Screener. Recently I was notified that automatic rescreening of individual screening cases does not work. Here is what I mean: Once the review of the…
-
Hello, I'm downloading same set of listed companies from screener and codebook, and I retrieve diffe
Hello, I'm downloading same set of listed companies from screener and codebook, and I retrieve different results for some fields, what is the reason for this? in particular, IPO date column is quite missing with API, i compare a sample of companies for Australia. but it also applies in general. I tried downloading…
-
How can I form a list that I could use in screener?
How can i form a list that I could use in company screener? Especially, can I form a list in Deal screener and use it in company screener to retrieve ESG related data and other financial data? If yes, how the list should be built?
-
How do I include delisted firms in the screener?
I'm screening for stocks within specific industries that IPO'd on or before Dec 2005. However, I also need firms included that have IPO'd but have since been delisted. I can't seem to make that work? I'm ticking inactive as a status but it doesn't give me firms that I know for sure have been delisted since their IPO on or…
-
I'm using the screener from Python. Is there a way to filter for instruments where TR.TRBCEconomicSe
import eikon as ek import pandas as pd Set your App Keyek.set_app_key("...") expr = ( 'SCREEN(' 'U(IN(Equity(active,public,primary))) AND TR.IsPrimaryQuote = 1 AND TR.IsDelistedQuote = false, IN(TR.TRBCEconomicSector,""), ' 'TOP(TR.CompanyMarketCap, 25, nnumber), ' 'CURN=USD' ')' ) fields = [ "TR.OrganizationID",…
-
How to download panel data from Refinitiv workspace in a long format but not wide format?
I would like to extract ESG score of all public and private firms for the past 20 years. However, the data I extract from the screener is wide format, which is inconvenient to use. How can I download it in a long format? At the same time, the fiscal year end item does not have time series option as the ESG score item.…
-
deals / loans data dictionary
Greetings. Is there are data dictionary for loans somewhere ? i see that i can access 1151 data items via the screener but i would like to have a dictionary or a template with the variables names and corresponding codes