-
How to retrieve data for all KPIs linked to the bond in CODEBK?
I’m trying to retrieve data for the KPIs associated with a sustainability-linked bond (SLB). Many SLBs contain multiple KPIs (structured as separate KPI legs). However, when I query the data in CodeBook, I only receive results for the first KPI leg, even though the bond in my example has four KPIs defined (see Screenshot).…
-
Reuters Polls retrieval
hi! can one retrieve historical and current Reuters Polls (Economic Indicators, Central Banks, etc), ideally at the contributor level, from LSEG Data Library API, or any other API? I can see there is an old post for Eikon API but I wonder if this can be done with the new API or in any other way. thanks!…
-
Tick History of expired contract
I am currently using Tick History to get intraday data for gas/power contracts. In the API code, I am using chain RICs to get all RICs of current open contracts (also see code below). def expand_chain(client, chain_ric, max_count, suffix, commodity, daily_intervals, month_codes, quarter_codes): url = client.BASE_URL +…
-
Getting option prices used to create CEVOLSURFACE
Hi, I sent this email to the support desk and they sent me here to ask the question. I am pulling volatility surface data from lseg.data api by doing so : def_get_vol_surface( ul_ric: str,): vol_surface=surfaces.eti.Definition( surface_tag="Vol", underlying_definition=surfaces.eti.EtiSurfaceDefinition(…
-
Media Check API returning error
Hi Using the Postman collection and trying to retrieve media check results {{protocol}}{{gateway-host}}{{gateway-url}}cases/{{case-system-id}}/mediacheck/results I am receiving the error response: [ { "error": "INVALID_PROVIDER_TYPE", "cause": "This operation has failed. You specified case ID without MEDIA_CHECK provider."…
-
If i want to use the api outside of codebook like in VScode how do i do that?
-
TBILLS - Questions
We are using LSEG Workstation to get stream in live prices into our application. We capture BID, ASK, HIGH, LOW and other relevant fields into our application. For TBILLS, I see the BID and ASK are quoted as prices whereas other fields reflect yields. Q1: Is this standard market convention to show BID and ASK are quoted as…
-
Retreiving data for multiple KPI legs
I’m trying to retrieve data for the KPIs associated with a sustainability-linked bond (SLB). Many SLBs contain multiple KPIs (structured as separate KPI legs). However, when I query the data, I only receive results for the first KPI leg, even though the bond in my example has four KPIs defined. My goal is to retrieve the…
-
Is Transcript available in the LSEG Data Library?
Hi, I would like to ask if the Earning Transcript is available for an API call or if there will be a plan to add it to the library if it's not? Regards, Dan Gabriel
-
Can Workspace API get story for news sources outside Reuters?
Hi, Can we call the story of a news in Workspace API where the news source is not from Reuters? For example, a user has a subscription to a News source for example FT. In Workspace News application, the FT news headline will be available and to view the full story, you need to click on a link, and it will redirect you to a…
-
Are DatastreamUCS and DatastreamNavigator officially supported LSEG packages?
Hi, I found two Python packages on PyPI — DatastreamUCS and DatastreamNavigator — that appear to be related to the Datastream Web Service. The PyPI author field lists "London Stock Exchange", and the packages seem to provide features not available in DatastreamPy, such as Navigator search integration and economic filter…
-
Get "1" value in Postman's response for RTH REST API extractions.
When running requests for RTH in Postman, I get "1" in response window instead of proper data. For DSS, everything works fine. I know that the requests are correct, as my colleagues receive results for the same requests. Can you please advise what can be the cause of it and how to correct that?
-
issue in download 4471-ebc6-1aa6f04d-a504-ba1ccafb711d.dat from the a206464-bulk-custom.s3.amazonaws
2026-03-04 06:43:50,552 INFO ==== CURL equivalent for file download ==== curl -X GET…
-
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')…
-
How can one retrieve the ESG ratings of bond issuers?
For different types of bonds (e.g. corporate, government), is it possible to retrieve the issuer and then its ESG ratings (in Python)? For example, for the bond ISINs NO0010844079, XS1989380172, DE000A351MM7 I would need to find the issuer of these bonds, and then the ESG scores or grades (if available) of those issuers.
-
Accesing historical StarMine Value Momentum Model scores
Hello, I've been attempting to download historical StarMine Value Momentum Model Scores with the following code: ld.open_session() fields = [ 'TR.ValMoCountryRank', 'TR.ValMoCountryRank.Date'] params = { 'SDate': '0', 'EDate': '-10', 'Frq': 'FQ'} ids = ld.get_history( universe=universe, fields=fields, parameters=params)…
-
Missing Performance Data
I am trying to request performance data for USYH.MI but only receive null values. In Refinitiv Workspace the corresponding values look fine but there seems to be an issue with the data via the API. What is the issue here? API Request: api.refinitiv.com/user-framework/mobile/fund-service/v1/fund/fund-performance/USYH.MI
-
How to Identify API Endpoints for Workspace API?
Hi, Client is a Workspace user and has a question on API Endpoints. If they know the specific Excel formula corresponding to a certain data field, is there a way to identify exactly which API endpoint they should use? Regards, Dan
-
Requesting an API to monitor news for a defined list of companies
We are building an internal workflow tool for our consulting team to improve how we monitor and analyse developments in a defined set of companies within the Energy & Natural Resources sector. Using our existing Refinitiv licence, we intend to programmatically retrieve news and company updates relating to a small watchlist…
-
Hi, I am struggling with retrieving data via RTH RAW report using REST API.
Hello, please find my request message: { "ExtractionRequest": { "@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.TickHistoryRawExtractionRequest", "IdentifierList": { "@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList", "InstrumentIdentifiers": [ {…