Difference between IDN EXCHANGE ID NYS and NYQ

mktdata
mktdata Contributor

Hello we are using RFA 8.1 C++ api's to consume market data.

When I subscribe to "AA" I get "FID[4] [IDN EXCHANGE ID] as NYQ"

When I subscribe to "AA.N" I get "FID[4] [IDN EXCHANGE ID] as NYS"


May I know what is the difference between NYS and NYQ?

What exchange "NYQ" represents?



Tagged:

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @mktdata

    Thanks for reaching out to us.

    The followings are definitions of those enumerations.

    RDN_EXCHID     4
    !
    ! VALUE      DISPLAY   MEANING
    ! -----      -------   -------
          0        "   "   undefined
    ...
          2        "NYS"   New York Stock Exchange
      ...
          9        "NYQ"   Consolidated Issue, listed by NYSE

    NYS is the exchange code for the primary instrument code trading in the New York Stock Exchange (NYSE) and NYQ is the exchange code for the consolidated instrument code when it is primarily trading in NYSE.

    For more information, you can contact the content support team directly via MyRefinitiv.

    I hope that this information is of help.