How can I get the Actual as well as the Poll data for 'USJOB=ECI' that comes every week? Though I tried it this way (code snippet attached below), I'm only getting the Actual data, and not the Poll data. import refinitiv.data as rd rd.open_session() df=rd.get_history( universe='USJOB=ECI', start='2011-01-01',…
Client has access to CODEBK (and he uses that for accessing financial data). However, he does not to seem to have access to filings data via Codebook. This is strange, given that he does have access to filings data via Advanced Filing Search (ADVFIL). He does already have the code in CodeBook, but do not get any output…
Hello, When we run the following get_data query in Python using one login, we receive data but with another login no data comes up: rd.get_data('0005.HK', fields=['CF_CLOSE', 'CF_CURR', 'CF_BID', 'CF_ASK']) Support team has no idea why this is the case and suggested to ask here. Anyone has any idea why? Thanks in advance!
Hi, I have downloaded data from around 30 countries and noticed that many funds (more than 30,000) are missing their Asset Universe information Here are the Lipper IDs of some of these funds: 402350604023506140209231402092394020924240209238402092494020925640209257402092514003959940039600 Is there an alternative way to…
Is it possible to retrieve power intraday price forecast by Eikon API? For example, I can manually download the .csv file from power intraday price forecast for Germany from the app, but I would to retrieve by API.
hello, for many symbols, for one example, CUSIP 094235108 DIB shows data for: 'TR.PriceTargetMedian', 'TR.PriceTargetMean', 'TR.PriceTargetNumIncEstimates', but when i pull the data with rd.get_data in python, all three return <NA>. is there a difference in pulling via CUSIP as i do in rd.get_data vs how Eikon converts the…
Hello, I have access to Refinitiv Workspace. Could you advise how to open the equivalent of API Proxy? I can’t even log into the API proxy. When I try log in, nothing happens. when I exit, the following message comes up. I need this set up for Workspace. Thanks
(429 Too Many Requests) I have not been able to use the API for 4 days since this error message - is this not far too long?
I am trying to access the Refinitiv API through Python, using JupyterNotebook. However, when I try to do so, I get the error message "Port number was not identified". I followed the instructions in this link: https://developers.lseg.com/en/article-catalog/article/eikon-data-api-python-troubleshooting-refinitiv When I get…
I want to get German continuous intraday spot prices using Eikon API. How can I do that?
It looks like you're new here. Sign in or register to get started.