How to get Chain for .AV.TO?

It doesn't work the same way as it does with 0#.GSPTSE for some reason, I'm looking to get the child items of .AV.TO and .AV.V.


Here's my request:

http://api.rkd.refinitiv.com/api/Quotes/Quotes.svc/REST/Quotes_1/RetrieveItem_3

{

"RetrieveItem_Request_3": {

"TrimResponse": "false",

"IncludeChildItemQoS": true,

"ItemRequest": [

{

"IncludeHints": false,

"ExpandChains": true,

"Scope": "All", //List, All

"ProvideChainLinks": false,

"EnableEmptyLinks": false,

"Fields": "DSPLY_NAME:CF_LAST:CF_NETCHNG:CF_VOLUME:YRHIGH:YRLOW:PCTCHNG",

"RequestKey": [

{

"Name": "1#.AV.TO",

"NameType": "RIC"

}

]

}

]

}

}


Tagged:

Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    Hi @kris.backus

    What response are you getting. Your request query seems to work fine, and is able to procide me with the list of chain constituents

    {
     "RetrieveItem_Response_3": {
      "ItemResponse": [{
        "Item": [{
          "RequestKey": {
           "Name": ".AV.TO",
           "Service": "IDN",
           "NameType": "RIC"
          },
          },
          "Status": {
           "StatusMsg": "OK",
           "StatusCode": 0
          },
          "Fields": {
           "Field": [{
             "DataType": "Int32",
             "Name": "PROD_PERM",
             "Int32": 84
            }, {
             "DataType": "Int64",
             "Name": "NUM_MOVES",
             "Int64": 93
            }, {
             "DataType": "Int32",
             "Name": "REF_COUNT",
             "Int32": 14
            }, {
             "DataType": "Int32",
             "Name": "RECORDTYPE",
             "Int32": 117
            }, {
             "DataType": "Utf8String",
             "Name": "LONGLINK1",
             "Utf8String": "APHA.TO"
            }, {
             "DataType": "Utf8String",
             "Name": "LONGLINK2",
             "Utf8String": "DBO.TO"
            }, {
             "DataType": "Utf8String",
             "Name": "LONGLINK3",
             "Utf8String": "YRI.TO"
            }, {

    ...

Answers

  • Hello @kris.backus

    I confirms my colleague replication result. I can request data with your JSON request message via Postman, cURL successfully.

    Did you get any error response message?