How can I assign a specific region of RTO in Refinitiv Data Labrary?

How can I assign a specific region of RTO in Refinitiv Data Library?

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @hiroko.yamaguchi1

    Thank you for reaching out to us.

    I have contacted the product team regarding the way to specify regions when connecting to RTO.

    You can set it in the confiuration file (refinitiv-data.config.json).

    It looks like this:

      "apis": {
        "streaming": {
          "pricing": {
            "endpoints": {
              "main": {
                "locations": [
                  "eu"
                ]
              }
            }
          }
        }
      },

    1700727269461.png

    The valid values could be "ap", "ap-northeast", "ap-southeast", "eu", "eu-central", "eu-west", "us", "us-east", etc.


Answers