how I could retrieve via an API call the following data: The code snippet below works for the majority of cases, but for some dates (end of month) we are not able to reconcile with what is displayed on the DHOLD holdings page (which also matches the Bloomberg HLDR page). For example, when using the Eikon API to retrieve…
I am currently trying to get historical data of spreads between specific contract months of LME copper futures with the following python API code. df, _ = ek.get_data(['CMCUF21-G21'], fields=['TR.TSVWAP.Date', 'TR.TSVWAP'], parameters={'SDate':SDate,'EDate':EDate}) In this case, when I specify a contract month prior to…
Hi i am currently trying to work out my own Dividend Yield. I am using the following code to retrieve the daily price close and hope to index and match it with the dividend ex date. df, err = ek.get_data( instruments = [Instrument], fields = [ 'TR.PriceClose.date' 'TR.DivAdjustedNet', 'TR.DivAdjustedGross',…
I am requesting 35 fields for 6600 stocks and the request is taking an hour to complete, is this expected or do I have an issue somewhere? I have broken the request into chunks of 50 stocks but this doesn't seem to help.
Whereas in the past, ek.get_data has worked relatively fast, it has barely worked today. Occasionally, it works with a very long delay. Other times I get one of the following error messages: i) I get HTTP TimeoutException: ., ii) Backend error. 400 Bad Request, or iii) HTTP request failed: EikonError-Backend error. 400 Bad…
Hi, i am trying to get the historical time series data of the book value per share of a specific company and the earnings per share using the get_timeseries and the data item browser for book value per share i get NA using the get_data function i get a series but there is no date time. how should i do this?
Hello, I am looking to get historical options data for QQQ Call and Puts for different strikes through the API, what's the best way to get it?
when we start python program used apache and mod_uwgi , it will run failed File "C:\\refinitive\\rvapi\\urls.py", line 20, in <module>\r, referer: http://localhost:9004/ [Wed Oct 18 14:15:10.955154 2023] [wsgi:error] [pid 10140:tid 2148] [client ::1:64319] from web import views\r, referer: http://localhost:9004/ [Wed Oct…
I am trying to pull historical economic indicator with ek.get_data. While I was able to obtain the time series with ek.get_timeseries, the date returned was in the period which the indicator was responsible for (ie If I'm looking at the CPI released on Oct 12 2023, the data reported was responsible for 2023-09-30. I saw a…
How do i get the latest market price for instrument Apple, i.e during market trading hours. via get data and get time series.
It looks like you're new here. Sign in or register to get started.