hello, are you aware of list of possible values for this field - 'select'? search.Definition object response = search.Definition( view=search.Views.FIXED_INCOME_INSTRUMENTS, select="ISIN,RIC,IssueDate,Currency,FaceIssuedTotal,CouponRate,CouponType,MaturityDate", filter=filter_str, top=10000, ).get_data() I am looking for…
Hi, I'm trying to retrieve equity options prices using the refinitiv.data library in Python. As an example, I'm attempting to retrieve equity options prices for NASDAQ (0#NDX*.U) as of 28/06/2024. I have split the total options RICs (around 5,000 RICs) into 8 buckets of 700 RICs each. I have also added a short delay of…
Unfortunately, as a research assistant, I don't have access to the helpdesk, so I hope that someone here can answer my question: I want to carry out an event study and need the date on which an ESG score was published in Refintiv Eikon. The papers I have found use TRESGScore.date as the publication date, but is the ESG…
I am trying to export a search query in Eikon, and the fields I choose are: However, the code provided by the Export Query does not contain the fields I added. So my questions are: 1. Why are the user-added fields not in the Export Query screen on Workspace? 2. Could you tell me the correct field for all the variables I…
1. In mmdyields.jsonl file for MMD feeds, How do we calculate Maturity year for YieldCurveName : AAA PRERE TE? 2. Do we have all the YieldCurveName values mandatory in every feed or there is a chance of missing few?
Hi, I am working on a monitoring tool for SAFEX contracts. I'm trying to pull the blended order book and log the transactions per broker in excel. I'm stuck on the data stream though, I cant find a way to get the data to pull the data from the "BY order" tab seen in Refinitiv Workspace, it keeps pulling from the first tab…
I have a list of firm LEIs and need to obtain PermIDs and Deal Advisor Codes for those LEIs to download basic information about the Equity Deals in which these firms were involved as Bookrunners, Co-Managers, or Financial Advisors. Can I do that in the CodeBook environment?
Is the functionality C# in Python available in Workspace? If not, is this functionality within the roadmap of enhancement in Workspace?
I'm attempting to access historical data for a set of companies using the LSEG Data Library for Python, but I am struggling to find the right methods. Particularly, I'm looking to find cash flows for previous years given a company's name. Is this achievable via this API and if so, what is the correct methodology? Thank you!
Is there a list of all possible filters for a search on the LSEG Python Data API? It seems that all of the data items in the DIB don't exist via API. My goal is to execute a search for all of the subsidiary companies in a particular region but am having trouble finding the right filter to determine if a company has a…
It looks like you're new here. Sign in or register to get started.