The most recent content from our members.
I would like to retrieve, through an API, a yield curve that is identical to the curve currently generated in Refinitiv Workspace using the Curve Builder functionality. I have attached an Excel export of the curve as an example. The objective is to automate the retrieval of this same curve, including the same methodology,…
I am trying to get the exact number of holdings of an ETF. I have tried "TR.FundHoldingName.holdingname" but this gives me a list of all the ETF Holdings. We only need the number not the list.
We try to get ISIN codes from ChainRIC in Python.When we run following code but returned error. Does Python support get data by ChainRIC ? ----------------------------------------------------------------------- data,err = ek.get_data('0#GBBMK','TR.ISIN') data.head()…
I am looking for guidance on how to validate RTDS/ADS-published data in Refinitiv Workspace, specifically for UI/display-related behavior. We need to confirm that data from our non-production environment is rendered correctly in Workspace, including items such as: display template behavior /chained RIC handling /any other…
I understand that the fields parameter can return historical data fields such as TIMESTAMP, VALUE, VOLUME, HIGH, LOW, OPEN, CLOSE, and COUNT. Currently, I am using the following parameters: start_date: Previous day end_date: Current day interval: daily fields: CLOSE I have two questions: If I would like to retrieve the…
Is it possible to extract data from the Deals Market Overview (ric: DEALSMOV) Workspace app with the API?
I am trying to extract the futures contracts that compose commodity indices such as BCOM using the Refinitiv/LSEG Python API. My goal is to retrieve, for each index component: the current futures contract used by the index; the next futures contract used for the roll; the settlement or close price for both contracts; I…
I am trying to pull news headline by fee text, but it does not return relevant headlines. Example code is: df = ld.news.get_headlines("Private Credit" and "LEN", start="22.06.2026", end=timedelta(days=-1),count=10) display(df) Please advise if free text is possible?
hi, every time i login the same error coming that "Unable to connect the server kindly contact administrator". Please provide me solution.
Is it possible to access Workspace data via API Code using .NET (i.e. C#)? Thank you for the assistance!
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 ```…
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.