Hi all, I was previously helped by being shown the difference of a desktop session vs platform session and wanted to convert my rd.get_data() requests to exploit the benefits of a platform session over a desktop session. In doing so I've encountered two anomalies I wanted to see if I could get some clarity on. 1)…
Hi everyone, I'm currently building an application using databricks, and in this process I'm migrating some scripts that were previously running on my local PC to run in a databricks notebook. I'm using refinitiv-data-1.6.2 to query the data. This is my auth flow : rd.open_session(config_name='credentials.json') with…
I have a Human ID ( XXX.XXX.XXX@refinitiv.com) which I am using to get a token and accessing the ASYNC endpoint <https://api.refinitiv.com/data/quantitative-analytics/v1/async-financial-contracts> The human ID has no permission to access <.DJI> but was told by order management that my machine ID(GE-A-XXXX-X-XXXX) has the…
...possible? Please see screenshot attached. I have many similar examples. In RDP API Datagrid I get a few total assets values for the same fiscal year period. How is that possible? Please see screenshot attached. I have many similar examples.
Hi, I am using the screener from Refinitiv workspace to extract daily stock prices for a long list of companies. I want to obtain data from Feb-April 2022, but it seems like it only has the option to either select one specific date or select a range of dates before "today". Am I missing something? Or should i use other…
Hi, We're using the Refinitiv Data library in a way similar to this example to create a subscription to SQS and poll news from the queue. Could you please let us know if there is a way to monitor created subscriptions or sessions across different machine IDs? There is a queue manager, but it only has access to…
Below is the code I am using. Anyone can help? Thank you. ********************************* import refinitiv.data as rd from refinitiv.data.content import search rd.open_session() response = search.Definition("AU000000BHP4 Berlin",top=1).get_data() response.data.df.iloc[0][4] rd.close_session()…
Hi, We're using the Refinitiv Data library in a way similar to this example to create a subscription to SQS. Could you please share the recommended approach to monitor the following aspects: * Verifying an active subscription to ensure we continue receiving news. * Confirming that the queue is operational and live. In…
Hi there, a futures ric convention question what are the differences between these 3 -- the metadata seem exactly the same. 2CDFtmX4 CDFtmX4 1CDFtmX4
Here is the code I did to pull but there is only one date: import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['ABI.BR'], fields = [ 'TR.NumEstRevisingUp', 'TR.NumEstRevisingDown', 'TR.PriceClose.date' ], parameters={ # 'Curn': 'CAD', # 'Frq': "1D" 'SDate': '-5', # "2023-11-01", 'EDate': '0', #…
It looks like you're new here. Sign in or register to get started.