Hi, I'm using the Eikon Data API and trying to get streaming prices working from a script (not jupyter). I'm using the example code provided on PyPI and on github (in a script form). Currently the streaming_prices.open() receives updates and refreshes for the specified instruments and then almost immediately completes and…
I get a bunch of NAs at the beginning of this query rics=[SMCI.O,HRMS.PA,TREX.K, 0700.HK] data=ek.get_timeseries(rics,start_date='2017-01-01',fields='CLOSE',interval='daily') data.head() Tried to change the formula to below but same error rics=['GE','AAPL.O','.RUT','.MOVE','EUR=','XAU=','DE10YT=RR']…
Hello Everyone, I am trying to use Refinitiv API through HTTP request to get real-time data in my workflow, but I am stuck at the first step of getting access token. I am not sure what I should put in the URL field. I would really appreciate it if I can get any help or instruction from you, thank you! Also, if I use OAuth…
...ven time ...how can i do that for US stocks i am trying to get the call and put option prices for at the money strike at any given time ...how can i do that
I am trying to run RDP library with Eikon Desktop, and experieincing to see below error while the session was successfully opened. import refinitiv.data as rd from refinitiv.data.content import symbol_conversion rd.open_session() An error occurred while requesting URL('http://localhost:9000/api/status').…
import refinitiv.dataplatform.eikon as e e.set_app_key(xxxxxxxxxxxxxxxxxxxxxxxxxx) df = e.get_timeseries("LCOZ4") The above code was able to connect properly till last week but started to get a ReadTimeout error since then. This is happening with many users in our firm
...for apis.streaming.pricing.endpoints.main endpoint. Hi, I am using the refinitiv.data package in python when running Eikon on my desktop. All functions seem to be working correctly (e.g rd.get_history() works fine) but when I use rd.get_data() i am getting this error: Cannot load the list of associated URLs from…
Hello, I'm trying to download both current and historical research headlines for specific companies, and focusing only on sponsored research. In the Eikon app, I'm aware that I can find this by going to ADVRES, clicking on the dropdown for Contributors >> Independent Research Providers >> and there using a designated tick…
Is there an API capable of retrieving analyst research pdfs in a manner similar to the ADVRES app in the Eikon terminal?
...u please help me understand the scope of the API--what is accessible? I am just wondering if it is possible to use the API to access analyst research reports? Could you please help me understand the scope of the API--what is accessible?
It looks like you're new here. Sign in or register to get started.