The most recent content from our members.
what is the time zone for real time prices from ELEKTRON DD for RTO using EMA java. I am currently interested in time for TRDPRC_1, OPEN_PRC, BID, ASK. I am using TRDTIM_1, BID_TIME, ASK_TIME, OPEN_TIME corresponding to the before mentioned fields. Also, in case of BID/ASK, I might receive only a single sided quote, does…
When requesting Hourly bars for NYSE equities we have noticed that the raw UTC time stamps have incorrectly been adjusted to account for Daylight Saving Time. The global metadata provides definitions for all existent time zones, which includes UTC offset, DST offset, and DST start and end dates, but only for the current…
Hi, What is the default time zone of the data that Refinitiv Datastream DSWS API returns and does it support changing the timezone of the data to local time? Suspect the default is New York Close but can this be confirmed please. Can it be specified in ds.get_data() function when pulling data from the API or how can I…
For an external client, she is using the below code to get historical data using Phyton from EIkon ek.set_app_key('***') data=ek.get_timeseries('SBI.NS', interval='tick') data.tail(10) output SBI.NS VALUE VOLUME Date 2021-07-09 10:20:09.000 423.75 6 2021-07-09 10:20:21.000 423.75 10 2021-07-09 10:20:24.000 423.75 15…
Hi, I'm using the below code to download historical price summaries for VOD. Is it possible to set the timezone in which start and end should be interpreted? If not what is the timezone of the result timestamps? rdp.get_historical_price_summaries( universe = 'VOD.L', start = '2020-09-24', end = '2020-09-24 15:35:01',…
Hi, I tried to use Help(ek.get_timeseries) but am unable to find the parameter for timezone. How do i know which time zone the data is pull in? This is because the minute data do not match what I pulled in from excel Thanks WL
Hi, I am wondering could someone explain the below behaviour of Date-Time and GMTOffset. Why does my QueryStartDate and QueryEndDate not align with the data returned? Should it all not be GMT/UTC? $ curl -s -k -H "Content-Type:application/json" -xhttps://NAappProxyHTTPNoPers.wlb.nam.nsroot.net:7777-H…
In my MbP subscription, I have received an update message with different value in field "ACTIV_DATE" and "LV_DATE", are they expected to be in the GMT timezone? Any possible reason for the inconsistency? RespMsg : modelType="MarketByPrice" hMask="81" iMask="0" respType="Update" respTypeNum="INSTRUMENT_UPDATE_UNSPECIFIED"…
Hello! I'm collecting overnight deposit data using get_timeseries_data() method and I want to ask - is given time for overnight data prices (rates) local for issuer or it in UTC time zone?
I have a json request and I would like to get the data based on London time Is is the correct way to set this up? What about when London is on BST (UTC+1)? "Condition": { "DateRangeTimeZone": "Utc", "MessageTimeStampIn": "GmtUtc", "ReportDateRangeType": "Range", .......... }
It looks like you're new here. Sign in or register to get started.