What does this RIC #NASDCONS.O return? And how to check what are the available one?
Hi, I am using refinitiv.data.content.search.Definition() which has two argument select and filter. My question is how can I know which columns name are available for specific views and how can I select all columns. "*" doesn't work. For example, in screenshot, your example code select columns…
Hi all, I retrieve some news via RDP api like this: ... query = 'EQMEVN' news.headlines.Definition(query=query, count=100).get_data().data.df ... So I get this the list of news as expected: >>> news.headlines.Definition(query=query, count=100).get_data().data.df headline storyId sourceCode versionCreated 2024-02-27…
Hi, been using Refinitiv-Data for 2 Months now flawlessly after eikon-package didnt work anymore (been using it for >5y) in Python (3.7 at the moment), since yesterday getting below error. RDError: Error code -1 | Cannot load the list of associated URLs from http://localhost:9060/api/rdp/streaming/pricing/v1/ for…
I'm a student doing my master's thesis and I've been instructed by my former supervisor to use Refinitiv dataplatform so seek data and do calculations needed for the thesis in Python. I've been trying to figure things out with documentation and tutorials for weeks and I'm unable to proceed. Also I'm not able to get any…
I want to get real-time stock price for S&P 500 constituents and S&P 500 Index. I did it 2 ways, there are each problem. And there are delayed data only. Do I need additional subscription charged? Please check there are any problem. 1. spx_cons = ['MMM.N', 'AOS.N', 'ABT.N', ....] data, err = ek.get_data(spx_cons,…
Dear Community, I'm working on a project to analyze the investment behaviour of different groups of fund managers in the PE universe. Therefore, I'm considering PE deals within the last 15 years. In order to control for firm size, it would be optimal to retrieve historical AuM for each firm for each year (expanding this…
Is there a way to take a list of RICs (say, 100 RICs) and for each of them download the text of their corporate annual reports into some format readable by a machine, such as a dataframe -- i.e., I don't want to download 100 pdfs. thanks!
dear developer community i rise this topic to share with a strange behavior when using rd.get_data. Indeed, when i use rd.get_data to retrieve Refinitiv fields, the response status and time token depend on fields type requested (TR Fields Vs non TR Fields): - Fields requested contain only TR fields: the response is quick…
Dear Developer community i share with an issue i'am facing since last week. Indeed when opening a Desktop session it tooks a very long time that usual, to finally a state response 'Opened'. But every request to stream data return 0 data. at log level, i got these warning messages: 2024-03-01…
It looks like you're new here. Sign in or register to get started.