question

Upvotes
Accepted
1 1 3 7

Market open notification

I want to know when an exchange is open. Is there an exchange-level event that indicates an exchange is open for trading? If not, is there one at the security level? Can you let me know the message type (e.g msg_type, field and enum value) for this type of event?

Thank you.

elektronrefinitiv-realtimetrep
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
38.1k 69 35 53

I don't think that we have RICs for exchanges.

Therefore, it should be available at the security level RIC. From the enumtype.def file, there are several enumeration fields which contain "Market Open" enumeration. For example:

PRC_QL_CD  "PRICE CODE"           118  NULL        ENUMERATED    3 ( 3 )  ENUM             1
!
! Price qualifier code for equities, bonds, and options, generally related to the 
! quote price.
!


DH_MKT_ST  "DATA HLTH M/STT"     1386  NULL        ENUMERATED    3 ( 7 )  ENUM             1
!
! Data Health market status indicator.
!


PRC_QL3    "PRICE QUALIFIER 3"   3264  NULL        ENUMERATED    5 ( 3 )  ENUM             2
!
! Extended Price Qualifier FID generally related to the quote price.
!

However, its usage depends on exchanges.

You should directly contact content team via Contact Us and ask for the available field in the exchange that can be used to indicate market activities. Otherwise, you can use a Thomson Reuters Data Model Discovery tool to explore TR data models, content definitions and data update behaviors.

icon clock
10 |1500

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

Click below to post an Idea Post Idea