The most recent content from our members.
Hi! I'm trying to import the previous date's settlement price for different commodities futures (I believe the data item is STL), but I don't see that on the data items list. Is there a way I can pull the previous day's settlement price into Excel? I'm able to retrieve the current day's settlement, and I want to be able to…
Hi, I have noticed that the data item 'TR.SETTLEMENTPRICE' always return the data from the last trading day, and it does not change even if the 'SDate' parameter is changed to '0D' - Last Trading Day or '1D' - Current (Today). In the picture below I have tried to retrieve the value for the EURO STOXX 50 with both…
I am using the Eikon C# API. I'm given a DataChunk object in my callback, which contains an IEnumerable<IData> called Records; this is the data returned from Eikon, set up via this call: timeSeriesReq_ = DataServices.Instance.TimeSeries.SetupDataRequest().WithRic(ticker_) .From(start) .To(end)…
Hi, I am trying to get Florida Gas Zone 3 Historic settlement prices but I couldn't get the data. I am able to get for HH using the ticker 'NGc1' as in below python code data = ek.get_data('NGc1', ['TR.SETTLEMENTPRICE.Date', 'TR.SETTLEMENTPRICE'], parameters = {"SDate":"2015-01-01","EDate":str(datetime.now().date())}) But…
...ore SETTLE data? Looking at coal futures ATWMc1, the following request returns last weeks settlements df, err= ek.get_data('ATWMc1', ['TR.SETTLEMENTPRICE.date', 'TR.SETTLEMENTPRICE'], {'SDate':'-5D', 'EDate':'0D'}) df whereas df, err= ek.get_data('ATWMc1', ['SETTLE', 'SETTLEDATE'], {'SDate':'-5D', 'EDate':'0D'}) df only…
Hi, Is it possible to get the Indicative Settlement in the Excel?
Hi, I'm looking to extract historical daily settlement procedure trading volumes for many instruments and contract months. Is there any functionality in Eikon that tracks the volume traded in the settlement procedure window - similarly to how we can use TR.SettlementPrice to get the daily settlement price?
Hi, I have been using PyDSWS for while now, but started to have trouble in fetching settlement price for LME futures. Getting this error: running for ticker: LAH0719 Error - please check instruments and parameters (time series or static). What is the issue? Has there been changes in tickers for LME products?
When using the python package eikon, you can easily access OTC data (High, Close, low Open) for a given power future, e.g. TRDEBMc1 (TRPC Electricity Germany Baseload Monthly Continuation 1) df = ek.get_timeseries('TRDEBMc1') I would like to access settlement prices for futures and there is a way for single days described…
Is there a way to pull full precision values of future settlement prices when using Eikon API? More specifically, I am using the below script: a, b = ek.get_data("TUM9", "TR.SETTLEMENTPRICE", parameters = {"SDate":"2019-05-20"}) and I am getting 106.542969. However, when I use Eikon excel add in the price I get is…
It looks like you're new here. Sign in or register to get started.