question

Upvotes
Accepted
1 1 2 2

MarketIdentifierCode <-> Reuters Exchange Codes

Given Market Identifier Codes (ISO, can be found e.g. on the ISO-website), does something exist which maps to Reuters exchange codes?

By Reuters exchange code I mean the code you e.g. send along with an equity search:

 {
      "SearchRequest":{
          "SubTypeCodes": subtype_codes,
          "AssetCategoryCodes": asset_code,
          "CurrencyCodes": crncy_codes,
          "DomicileCodes": None,
          "ExchangeCodes":exch_codes,
          "GicsCodes": None,
          "FileCodes": None,
          "Ticker": ticker,
          "IdentifierType": identifier_type,
          "Identifier": identifier,
          "PreferredIdentifierType": "Ric",
          "AssetStatus": "Active"
      }
  }

Thanks in advance

tick-history-rest-apirics
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
Accepted
83.1k 281 53 77

Please refer to this question.

And the list of exchange codes are documented here - https://customers.reuters.com/a/productsupport/Datascope/GCODES/dse_exch_cds.html.

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
13.7k 26 8 12

@idris.kempf, you might also want to look at this question.

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.