-
RTSDK Java library and the value add Reacto
the RTSDK Java library and the value add Reactor. We are using the Reactors Watch List facility to manage subscriptions on our behalf in-case of disconnectivities with the ADS etc. We have noticed that if the Directory Listing has changed after a recovery – the Watch list does not work because all items are using an old…
-
I keep receiving this error when I run some code that usually run
Hi Teams, I am receiving this when I run a code that used to run on my computer. any clue? ---------------------------------------------------------------------------AttributeError Traceback (most recent call last)Cell In[2], line 3 1 import refinitiv.data as rd 2 rd.open_session()----> 3 rd.discovery.search( 4 view =…
-
DSS Debt Corporate Actions Iso Report Template
Hi Team, Could you please share working API request for Debt Corporate Actions ISO 15022? I've been trying to use example provided in API tree, but the query isn't working. Here's what I've been running: { "ExtractionRequest": { "@odata .type":…
-
History of Ultimate Parent Given RIC or Perm ID
Hello, Hope everyone is doing well! I asked LSEG helpdesk about something and was redirected here. I have a list of RICs and Permanent IDs. Say I would like to get a 5 year history of multiple fields for these companies, including the history of the ultimate parent of those companies. Is there a way via Python's…
-
Quick Question: get_timeseries for SZZF
Quick question: when I run the following python API call for ticker SZZF: Sub_ticker = ['SZZFM5^2', 'SZZFN5^2', 'SZZFQ5^2', 'SZZFU5', 'SZZFV5', 'SZZFX5', 'SZZFZ5', 'SZZFF6', 'SZZFG6', 'SZZFH6', 'SZZFJ6', 'SZZFK6', 'SZZFM6', 'SZZFN6', 'SZZFQ6', 'SZZFU6', 'SZZFV6', 'SZZFX6', 'SZZFZ6', 'SZZFF7', 'SZZFG7', 'SZZFH7', 'SZZFJ7',…
-
Unable to Retrieve Quarterly Equity Shareholder Data for ROG.S from 2014Q1 to 2024Q2 Using Standard
I am looking to get the portfolio investment equity shareholder info for ROG.S at a quarterly frequency from 2014Q1 to 2024Q2. Ideally, it would be a CSV file with Firm,InvestorName,InvestorCountry,YearQuarter,InvestorShare. Firm would show ROG.S, InvestorName and InvestorCountry would be strings and YearQuarter would be…
-
Can I retrieve prices at a weekly interval and on a specific weekday ?
I'm currently getting weekly data using get_history "df_px = rd.get_history(universe=tickers, fields=['TR.ClosePrice'], interval='1W', start=start_date, end=end_date)" However i'm only getting data every friday. Is there a way I can specify that I want the data weekly but every Tuesday ? FYI, In the excel library it is…
-
Back adjusted EoD continuous series, Tick History Rest API
Hello, I am currently extracting data using the Tick History Rest API in Python. I have trialled this on Ric codes ESc1 (and ESv1 ). Regarding back adjusted continuous series, from my understanding the EoD series ESc1 (and ESv1) we are extracting is continuous but unadjusted (simply the raw continuous stitched front-month…
-
Can I get historical Time & Sales data with the LSEG API?
I have access to the Workspace application, where I can see Time & Sales data for a given RIC, and I would like to get the same using the LSEG API that comes with my Workspace login, and Python. Thanks
-
Installing the Refinitiv Data Library for Python
Hi Refinitiv Dev team, We would like to install the Refinitiv Data Library for Python on our LINUX servers, but our LINUX server doesn't have internet access. Therefore, we would like to know is there any way for us to install Refinitiv Data Library for Python during this scenario without internet access? It was because…
-
Error Resolution When Connecting to RTO Specifying RIC and FID
When attempting to connect to RTO by specifying RIC and FID, the following error occurred. Could this be due to incorrect specification of parameters passed to the consumer, or is it caused by something else, such as connection settings? ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー 10 08, 2025 5:55:53 午後…
-
How to extract the RIC of a company using API?
How to extract the RIC of a company using API? Please provide sample code.
-
How to get historical Bid and Ask Price using RDP/API account
Hi, I'm trying to figure out what the best scope would be to grab historical Bid and Ask prices when using the RDP/API account? Below is what I have but I'm running into issues. Could you just confirm if this is correct or not? --data-urlencode 'grant_type=password' --data-urlencode 'username= 'XXXXX' --data-urlencode…
-
SFC to RFA migraion
Hi Team, one of our client is currently using SFC to consume market data and willing to move to RFA. Client is using below 3 SFC services, DF_TOR - Direct data feed for Canadian symbols ITS - ITS Consolidated data ELEKTRON_DD_FT - US Data symbols In the process of migration, we need some details from your side: Could you…
-
API AUTHENTICATION ISSUE
Below is the error message we received while doing API authorization: 401 {"error":"invalid_client" ,"error_description":"Invalid client or client credentials." } We tried Auth v1 and v2 but didnt work, please help and let us know which endpoint/URL should we use. Thank you!
-
Conflate data
Hello, I am currently using C# to get market data and wondering whether the data is being conflated from the server (3 update per second?) Below is snippet of my LSEG.Ema.Access.RequestMsg private static RequestMsg CreateEquityRequestMsg(InstrumentSymbol instrumentSymbol) { var fieldArray = new OmmArray();…
-
Excluding Holidays on API.
When pulling returns data for specific date range, how can we drop holidays to avoid unnecessary non-trading days?
-
link Workspace and chat gpt
is there a away i can automate a link between Refinitiv and chat GPT? i'm looking to use chatgpt to analyse call transcripts.
-
RIC no longer works
I created a program that uses constituent data from the FTSE All World index, that no longer works. Is constituent data no longer available? indicies = rd_get_data( universe = ['0#.FTAWORLDSR'], fields = ['TR.IndexConstituentRIC'], parameters = { 'SDate':date_formatted } )
-
EUR Ratings based curves validity
Hi, I need EUR sovereign, ratings based curves history and I found the following, for example for 2Y tenor: EUSOVAAAEUR2Y,EUSOVAEUR2Y, EUSOVBBEUR2Y,EUSOVBEUR2Y. How reliable are these curves? What data cleaning steps do you recommend? I will calculate their VaR so to winsor the percentiles wont work. My another question…