-
what is the time zone for real time prices from ELEKTRON DD for RTO using EMA java.
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…
-
Incorrect Daylight Saving Time adjustment of historical Hourly summaries in NYSE equities
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…
-
Datastream DSWS change time zone of data
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…
-
How to convert the timezone of the API data result from UTC to IST?
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…
-
Timezone in get_historical_price_summaries
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',…
-
how to determine timezone from 'ek.get_timeseries' python function
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
-
thompson and reuters extract raw date-time and GMTOffset behaviour
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…
-
What is the timezone for the field "LV_DATE" in MBP data
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"…
-
Time zones for overnight deposits in time series data
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?
-
Timezone London - How to make sure its correct
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", .......... }
-
Is there any Time zone restriction to connect Datascope Using DSS rest API URL from c# applicatio...
...n to extrcat CDOR rates? Shall we call Rest API URL any time from program and extract data from Datascope? Hi , We are able to retrieve CDOR rates from datascope using C# Rest API URL. We are connecting Windows server 2012 remotely from our Desktop/Laptop and running the .net program to extract the CDOR rates. Program…
-
Is there a way to get all the assessment values for the different time zones (Asia,EU, US) for o...
Is there a way to get all the assessment values for the different time zones (Asia,EU, US) for oil swaps via the API for arbitrage?
-
Using Local Exchange Timezone to query TRTH
Hi, I am doing Range query through C# api. I want to request data between two times expressed in the timezone of the exchange. Same as Datascope with this option : Do you know how I can set this option ? I know that C# has `DateRangeTimeZone` option but that doesn't allow me to have the local exchange timezone Thanks
-
How to return local exchange time in time series?
I use the following code to get data: df1=ek.get_timeseries('2330.TW',fields=["Open","High","Low","Close","Volume"], start_date = "2018-08-02T01:00:00" ,end_date='2018-10-27T23:00:00',interval='minute') but it does not return the local time format , it should be Taiwan timezone, how to fix it , Thanks
-
data_from or data_to parameter, which timezone?
Hi, I have a question about 'date_to' or 'date_from' parameter of get_news_headline method. I use Eikon Data APIs from Japan, though, can I specify these parameters in JST?