question

Upvotes
Accepted
1 0 0 1

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"

}

]

}

]

}

}


rkd-apirkd
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
22.6k 59 14 21

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"
        }, {

...
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
25.1k 57 17 14

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?

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.