The most recent content from our members.
Hi Team, Could you provide the details of where we can get index constituents and related fields in Refinitiv data api? Thanks, Varun Kumar Mishra
I am trying to figure out the best way in the C# Workspace Data API to pull out historical OHLC data for multiple markets at once to increase the speed instead of doing one by one. Using this sample project: 2.1.01-HistoricalPricing-Summaries My issue is that if I have a list of symbols... in response1, where i pass a…
rd.get_data(batch,["TR.RIC","TR.ISIN","TR.PriceClose(SDate=0M,Curn=INR)","TR.CLOSEPRICE(SDate=0M,FILL=PREVIOUS,Adjusted=0,Curn=INR)","TR.SharesOutstanding(SDate=0M)",'TR.GICSSector','TR.GICSIndustry','TR.GICSSubIndustry','TR.AssetCategory']) I have a variable ric_list which contains approx 2k RICs. In the above code, I try…
Hi, is there a field which can be used in the Python Refinitiv Data IPA Financial Contracts cap/floor definition to change the volatility source? I am looking specifically at USD SOFR caps. For example, on the CAPF gui you can change source with the dropdown below.
This question is kind of me seeking advice on this process based off of my knowledge. What I am doing right now, is that I am trying to pull data asyncrhonously using Refinitiv (financial Platform from the London Stock Exchange Group)'s APIs. There are about 5 tasks I am trying to run asynchronously using Python's Async IO…
...clude Script include - var refinitivWCUtils = Class.create(); refinitivWCUtils.prototype = { initialize: function() {}, getGroupsAuthHeader: function() { // Retrieve environment properties var environment = { "gateway-url": gs.getProperty('x_cbre2_generic_ap.refinitiv.gateway_url'), "gateway-host":…
Dear support team I would like to get historical time series of the following delivery basket information in daily basis. response = bond.Definition( instrument_code='TYc1', extended_params={'instrumentType': "BondFuture"}, fields=["DeliveryBasket"] ).get_data() response.data.raw How can I achieve? Particularly I would…
Hi, I am new to this platform and have been browsing through the forum and couldn't get a definite answer. Just to check am I able to extract historical Quote, Time & Sales data of an expired futures contract like CME ES Mar 2022 or any other contracts ? How far back could I get the data ? Would appreciate any helps on how…
Hello, Due to the fact the Eikon API is going to be phased out, I've started looking at replacing code from using the Eikon Library, to the Refinitiv Data Library in Python. Currently everything is clear and going smoothly, but I've noticed that the RD library has significantly worse performance than the eikon library. For…
I am doing the following Request in code book, that i need to replicate in C# import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['NCSM.O','ZYNE.O'], fields = [ 'TR.PriceClose', 'TR.Volume', 'TR.PriceCloseDate' ], parameters={ 'SDate': '2024-09-11', 'EDate': '2024-09-01' } ) display(df) And i get…
It looks like you're new here. Sign in or register to get started.