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.

Hello @kris.backus,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.
Thanks,
AHS

Upvotes
Accepted
22k 58 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
24.6k 54 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.