question

Upvotes
Accepted
9 6 7 12

How can i get previous day close for each dy and symbol when making a trth ElektronTimeseries request

tick-history-rest-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

Upvotes
Accepted
79.2k 251 52 74

You can use ElektronTimeseriesExtractionRequest to retrieve historical Elektron end of day prices. The "Last" field represents the last trade price or value. From my test, its value is the same as the CLOSE field of daily historical data.

The request of ElektronTimeseriesExtractionRequest looks like:

{
  "ExtractionRequest":{
    "@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.ElektronTimeseriesExtractionRequest",
    "ContentFieldNames": ["RIC","Trade Date","Open","High","Low","Last"],
    "IdentifierList":{
      "@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
      "InstrumentIdentifiers":[{
        "Identifier":"TRI.N",
        "IdentifierType":"Ric"}
        ],
        "ValidationOptions":{"AllowHistoricalInstruments":true},
        "UseUserPreferencesForValidationOptions":false},
        "Condition":{
          "StartDate":"2017-09-01T00:00:00.000Z",
          "EndDate":"2017-09-25T00:00:00.000Z"}
      }
  }

The request can be used with Extractions/Extract or Extractions/ExtractRaw endpoint. For more information please refer to REST API Tutorial 7: On Demand End of Day extraction.

For the descriptions of all available fields in ElektronTimeseriesExtractionRequest, please refer to TICK HISTORY 11.1 DATA DICTIONARY. On Field Descriptions sheet, please select Elektron Timeseries as a filter for the Tick History Report column.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
9 6 7 12

@jirapongse.phuriphanvichai

Hi ,

I am looking for "previous day close price" which is available from datascope. we are migrating our end of day extractions from datascope to trthv2. So I am looking for "previous day close" for any date-sym I querry. Previous day close = close price of the previous trading date vis-à-vis the date querried for.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@muneish.adya, as far as I understand, the "previous day close" is now the "last" field, as suggested by Jirapongse. All available fields are documented in the data dictionary. Filtering on numeric fields containing "close" and "last", these are the available fields (and corresponding report templates), screenshot:

closeprice.png (28.8 KiB)
Upvotes
9 6 7 12

@Christiaan Meihsl ♦♦

the screenshot says last = last trade price. doesn't look like its previous days close price. so if last is what you say, which column will tell me the queried dates last trading price?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Escalated to TRTHUpgradeSpecialists

Upvotes
262 12 15 18

Hi Muneish,

I have reviewed your query and would like to inform that even though the field Last indicates Last trade price or value, the LAST in Elektron Time Series template (Which provides End of Day Data) is nothing but Close for the trade date in question.Considering the example, TRI.N you can see the output from ETS template:

RIC Trade Date Last TRI.N 9/19/2017 45.57 TRI.N 9/20/2017 45.67 TRI.N 9/21/2017 45.66 TRI.N 9/22/2017 45.92 TRI.N 9/25/2017 45.84 TRI.N 9/19/2017 45.57

So you can refer to the field “Last” on Elektron time series report template for Close Price.

If I may add to the above, there is no Previous Day close Price field in Elektron Time Series report template. You may extend the date range to pull the previous trade day close.

Regards,
Beera

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
9 6 7 12

@Beera.Rajesh

So right now we use Datascope to get all EOD columns including prev_close. Any plans to add prev_close to Elektron Time Series in TRTH?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.