-
API related
Hi team sharing client's query when using the LSEG API, I have noticed that whether I download a certain field for "FQ", or "CQ", the values are different, even for firms where the fiscal year end is 31/12, so fiscal and calendar quarters should align (as far as I understand). Do you have any idea why that might be…
-
I have defined my rule to generate signal, how to get that live on mail/or pop-up/alert message.
For Example: If RSI touches 80, then I need to get this signal over mail/pop-up message/alert as I cannot be on codebook screen always.
-
Hi Team, posting on behalf of client - Macro Code refreshes a selection
Query : Do we have the same code for macro where it refreshes a selection? As per client, the file has a multiple tab. Upon checking, there are the available macro code that we have : - "WorkspaceRefreshAll" - refreshes all workbooks in the current instance of Excel. - "WorkspaceRefreshWorkbook" - refreshes current…
-
Build a Corporate Bond Universe for UK
Hi, I'm trying to build a UK corporate bond universe via the following two methods. The first is that I use the LSEG workspace. I click on the 'Search Tools' and then choose 'Bonds'. I filter as follows and get the results, as shown in the screenshot. I get around 2,000 bonds. The second is that I use the…
-
Commodities Tradeflow via API
Hi Team. We have a client looking to pull Commodities Tradeflow data monthly as part of their automated process to store the data into a database using a python client. Could you let us know what API options are available?
-
Where can I get the history OAS of a certain bond?
I'm currently using the Workspace (Web terminal) to search the history OAS of a bond (RIC:AE307443295=). And if I search for data like bid yield, the Workspace will output normally. As you can see in the picture below: However, when i search for the OAS, it would report an error like this and say 'Interval Not supported':…
-
definition of investor type for ownership
Dear, I would like to know what are the LSEG official definitions for ownership investor types? Because I want to explore the percentage shares owned by each investor type using "TR.CategoryOwnershipPct" , where "StatType = 1" and "StatType = 7". What are the specific definitions for each investor type under "StatType =…
-
How to use the below in Codebook?
Client wants to retrieve the EUR OIS Swap Zero Curve historically using Codebook. We have this in API Playground. how to use this in codebook? API Playground I also found this in Github but I cant get it to work:…
-
Top News from Workspace Platform
Could you help me with code that can return me the top news on workspace API?
-
I would like to automatically retrieve if possible via Eikon API in python the list of all the data
Hi, I would like to automatically retrieve if possible via Eikon API in python the list of all the datapoints involved in the calculation of E - S and G pillars (e.g TR.PolicyWaterEfficiency, etc). I need the whole list of datapoints used in the calculation for all kind of sectors
-
'8729.T' RIC Historical Pricing issues
Why does import lseg.data as ld ld.open_session() start = '2024-09-23' end = '2025-03-24' ld.get_data( universe=['8729.T'], fields=['TR.ClosePrice', 'HST_CLOSE', 'CF_CLOSE', 'TR.PRICECLOSE', 'TRDPRC_1'], parameters = {'SDate': start, 'EDate': end}) and import lseg.data as ld ld.open_session() start = '2024-09-23' end =…
-
API for Technical Analysis (1 min ticks)
Hi There, I am looking to use an API in python to retrieve the current return ( 1min, 5 min and 15 min) and the RSI (14 min) for USDCAD (CAD=).
-
Workspace + refinitiv.data – Analyst EPS history: some brokers visible, others “Permission Denied
Hi everyone, I’m working with Refinitiv Workspace and the Refinitiv Data Library for Python (refinitiv.data) for academic research on analyst EPS consensus. My goal is to retrieve analyst-level EPS broker estimates over time for an equity (here: ASSAb.ST), so that I can study how individual analyst contributions to the…
-
Historical data on inactive bonds?
Dear developer community, For my upcoming thesis I will require historical data on active as well as inactive bonds, including prices, spreads and ratings. However, it seems as though it simply returns NULLs for all inactive bonds. Therefore my question is whether retrieving such data is possible or not, and if so, how? My…
-
How do i get the historical adresses of US companies?
I would like to investigate the relocation of corporate headquarters of publicly listed US companies. Therfore i need the old and new headquarter addresses and ideally also the relocation date/announcement of relocation date. How do I find that data? I have access to Refinitiv and Refinitiv Eikon.