Hi Developer Community, I am using Refinitiv workspace codebook to retrieve company guidance data using TR.Guidance* fields. I would like to confirm the official definition/rules of SDate and EDate when they are used with TR.Guidance fields. Based on a recent response from the support team, I was told that for TR.Guidance…
I usually use this python code in the attached photo to extract news data for Egypt so that I can make my own analysis on financial news. However, this gives me tons of irrelevant news (e.g. FIFA World Cup news). I need to modify it by including columns giving me RICs, categories or labels associated with these news (e.g.…
Hi, my client is using WS API through the codebook. they have advised that they are unable to extract funds distributions data using the sample RICS and datatypes below. Is Lipper Data available in Codebook? LP68378190 LP68037657 VAS.AX IOZ.AX…
Hi Team, Can you please advise how to retrieve historical chain constituents specifically for Delivery Baskets (i.e. DLV). from lseg.data.discovery import Chain fchi = Chain(name="0#TYc1=DLV") print(fchi.constituents)
Is it possible to use `ld.discovery.search` for multiple instruments? When I try: ``` ld.discovery.search( # view="EquityInstruments", query=["PA1436583006", "US5128071082"], select='ExchangeCode') ``` I get: `LDError: Error code 400 | Validation error: json.Query in body must be of type string: "array"` even though ```…
Client is using the code: import lseg.data as ld ld.open_session() tickers = ['AZN.L', 'NXT.L', 'RIO.L', 'ULVR.L', 'BATS.L', 'SVT.L', 'EXPN.L', 'WTB.L', 'BNZL.L', 'GSK.L', 'PSN.L', 'BRBY.L', 'GLEN.L', 'RTO.L', 'BARC.L', 'MKS.L', 'SBRY.L', 'KGF.L', 'VOD.L', 'LLOY.L'] df_mktcap = ld.get_data( universe=tickers,…
We are developing a commodity pricing dashboard in Power BI, hosted in Fabric, and would like to integrate daily stock prices of various mining companies via API. Could you kindly connect us with a developer who can assist with linking these data feeds to our dashboard?
CODEBOOK script to get options that have open interest >500 We do have a script but we are unable to use open interest as filter, only column. rd.discovery.search( view = rd.discovery.Views.EQUITY_QUOTES, top = 10, filter = "( SearchAllCategoryv2 eq 'Options')", select =…
I've been trying to extract news using CODEBK, but it many cases it fails to retrieve all the requested data. Can you do this using excel add-on to ensure the full retrieval of requested data?
It looks like you're new here. Sign in or register to get started.