Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • TRTH /
avatar image
Question by muneish.adya · Sep 22, 2017 at 01:38 AM · TRTHtrthv2trth v2

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

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

5 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by jirapongse.phuriphanvichai · Sep 25, 2017 at 06:41 AM

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.

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

avatar image
Answer by muneish.adya · Sep 26, 2017 at 02:22 AM

@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.

Comment

People who like this

0 Show 1 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

avatar image
REFINITIV
Christiaan Meihsl ♦♦ · Sep 26, 2017 at 04:44 AM 0
Share

@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)
avatar image
Answer by muneish.adya · Sep 26, 2017 at 06:49 AM

@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?

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

avatar image
REFINITIV
Answer by Beera.Rajesh · Sep 26, 2017 at 07:42 AM

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

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

avatar image
Answer by muneish.adya · Sep 29, 2017 at 05:01 AM

@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?

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
12 People are following this question.

Related Questions

time stamp differences between trth v1 and trth v2.

Does this mean there is only the new GUI via DataScope Select in TRTH V2 and existing Tick History web access will be removed? (from Webinar May 31)

Missing TRTH HistoricalChainResolution Constituents for 0#.AORD

Hi, How can I extract the following columns from corporate actions standard using trth - region,adjtype,description

Is there a way to distinguish options with multiple expiry date?

  • Feedback
  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Careers
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Calais
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRIT
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • World-Check Data File
  • Explore
  • Tags
  • Questions
  • Badges