Welcome to the LSEG Developer Community
hi, every time i login the same error coming that "Unable to connect the server kindly contact administrator". Please provide me solution.
We are currently integrating LSEG data into Power BI and would appreciate your assistance in confirming the correct system field names required to retrieve the expected values. At present, we are only able to retrieve RIC and TR.Close. However, we require the correct field identifiers for the following data points:…
recurring connectivity problems with LSEG Workspace (desktop version) on Windows. Workspace repeatedly becomes unresponsive or loses its connection while the application itself is still visibly running. During these episodes, API requests via the Data Library (.NET, DesktopSession) fail with timeouts. Recent incidents (all…
An issue has been encountered while using the LSEG Python library to retrieve news data. Although the expected daily request limit is 10,000, the number of successful requests appears to be limited to approximately 2,000 to 3,000 per day. def refinitiv_get_news_body(row): if row['status'] == "COMPLETED": #print("body found…
import lseg.data as ld import pandas as pd ld.open_session() df_cds = ld.get_history( universe='.VIX', fields=['TR.ClosePrice'], interval='1D', start='2026-01-01', end='2050-12-31', count=5 ) pd.set_option('display.max_rows', None) display(df_cds) It gives NULL values when running in Python. How can I make this work in…
client is considering using our Exchange/Market Holiday via API, he would like to clarify. How does the API cater for scenarios where the exchange closes unexpectedly for example, typhoon and how are such unexpected closure handled.
The client wants to know if it is possible to retrieve the data being retrieved by this excel formula =@RDP.HistoricalPricing("PLN3YOIS=TTKL","BID;ASK","START:30-Apr-2026 END:30-Apr-2026 INTERVAL:P1D SOURCE:RFV",,"CH:Fd RH:Timestamp") This formula pulls the BID and ASK price of PLN3YOIS=TTKL for April 30, 2026 Moreover, if…
When using RDP, I can request for news metadata using the following URL: https://api.refinitiv.com/data/news/v1/metadata?group=Geography and successfully pull down data. However, on the desktop using Workspace, if I request for the same data, I need to request it through the News Cloud endpoint using this…
I want to extract the following Fields from a RIC via Python / API: DESIRED_FIELDS = { "TR.PriceClose": "Price", "TR.Price52WeekHigh": "52W_High", "TR.Price52WeekLow": "52W_Low", "TR.Volume": "Volume", "TR.PE": "PE_TTM", "TR.EVToEBITDA": "EV_EBITDA", } TECHNICAL_FIELDS = { "TR.PriceTo52WkHigh": "Pct_vs_52W_High",…
It looks like you're new here. Sign in or register to get started.