For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 0 0 2

RCC/Websocket API - Field used for close price contribution

I'm using RCC via Websocket API to post Equity Indices data to Refinitiv, using python.

I'm able to connect to UAT correctly and it seems that the data went through

SENT:
{
  "Ack":true,
  "ID":1,
  "Key":{
    "Name":".FCIWD800USDP",
    "Service":"DDS_TRCE"
  },
  "Message":{
    "Fields":{
      "ASK":2284.0247,
      "DSPLY_NAME":"Hello RCC",
      "PRIMACT_1":106,
      "SEC_ACT_1":26
    },
    "ID":0,
    "Type":"Update"
  },
  "PostID":7,
  "Type":"Post"
}
RECEIVED: 
[
  {
    "AckID":7,
    "ID":1,
    "Type":"Ack"
  }
]

Now to contribute close price / last price what would be the best field to use ?

Having a field list documentation would be helpful

I've looked into the Websocket API Protocol Specification but I can't find it there (https://developers.lseg.com/content/dam/devportal/refinitivrealtimeapi_pdfs/websocket_api_protocol_specification.pdf)

Thanks for your help

#product#contentwebsocketspython apiindexrcc-apircc
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.

Hi @jean-hugues.lasbatre ,

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

1 Answer

· Write an Answer
Upvote
Accepted
79.2k 251 52 74

@jean-hugues.lasbatre

Thank you for reaching out to us.

It could be the TRDPRC_1 field. However, you need to contact the content support team directly via MyRefinitiv to confirm it.

You can also use the Data Model Discovery tool to list all available fields.

1698379050762.png

You can search for 4408 which is the CONTEXT_ID of this RIC.

1698379109373.png



1698379050762.png (450.6 KiB)
1698379109373.png (38.2 KiB)
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.