Hello, I was searching for the information about the updated version of Refinitiv Data Platform (Delivery Platform as called now), but could not find any information about the new documentation. As per the article (Essential Guide to the Data Libraries - Generations of Python library (EDAPI, RDP, RD, LD) | Devportal) RDP…
Client said "there is a blank box when I try to retrive data out of codebook. there is no error message per se. you can see there is an empty dataframe when I try to run this script import refinitiv.data as rd from refinitiv.data.content import news from IPython.display import HTML import pandas as pd import numpy as np…
There is a blank box when I try to retrive data out of codebook import refinitiv.data as rd from refinitiv.data.content import news from IPython.display import HTML import pandas as pd import numpy as np from datetime import datetime,timedelta import time import warnings warnings.filterwarnings("ignore") rd.open_session()…
Hello, We want to pull settlement price data for commodity futures using lseg's data library for python. Currently we're using the workspace plug-in for excel, but we wish to migrate this to using the API. When I try to pull the data for ~900 contracts using the API there is a substantial amount of latency (we let it run…
The issue is that for a universe of 25000+ ISINs (mostly Certificates listed on EuroTLX/SeDeX), the rd.get_data() function returns an Empty DataFrame when requesting fundamental fields like TR.BarrierLevel, TR.StrikePrice, or TR.ExpiryDate. However, market data fields (like TR.CLOSEPRICE) work fine for the same ISINs. It…
Dear Sir or Madam, I have a question about firms' segment information. Specifically, I am looking for historical data on the revenue of each segment for firms, or the fraction of each segment’s revenue. Which instrument provides the information? Is Instrument: TR.F.BUSSegRevPct appropriate to use for this purpose? Could…
Can you please confirm how to add filter to screen the funds via API on Workspace? How to build the screening parts into the filter? For example IA sector = North America using the script below : import refinitiv.data as rd import pandas as pd rd.open_session() df_universe = rd.discovery.search(…
I’m getting an error while fetching Qatar Stock Exchange data using the LSEG Python SDK. import lseg.data as ld session = ld.open_session( config_name='config.json') df = ld.get_data( universe=['QNBK.QA'], fields=['TRDPRC_1']) Error: lseg.data._errors.LDError: Cannot prepare connection OMMStreamConnection name :…
Happy Holidays Team! Posting this on behalf of our client: Query: How do i fetch historic data from api? we could take this for an example: i want to get the seasonal data of TR.H.PE, TR.CompanyMarketCapitalization, TR.F.TotRevenue from 20231231 to 20250930 for ['688256.SS','600050.SS'] We have this sample code: import…
Hi team. Raising this question on behalf of an external client (Brian Paul from The Capital Group Companies, Inc) How can get references to utilize the Data Library for Python where I can use a platform session where we have our own LSEG local platform (IP of Local server and DACS username/AppID)
It looks like you're new here. Sign in or register to get started.