View for BID_YIELD and ASK_YIELD =TWEB current market values

Options

I am using the Websocket api to get current market values for the BID and ASK, and would like to get the current yields for these as well. Here is a sample request string with a RIC:

{

"ID": 2,

"Key": {

"Name": [

"912796G37=TWEB",

"912796F61=TWEB",

"91282CBU4=TWEB",

"912810EK0=TWEB"

]

},

"View": [

"BID",

"ASK",

"BID_YIELD",

"ASK_YIELD"

]

}

The BID_YIELD and ASK_YIELD are not in the response, while bid and ask are working.

Best Answer

  • Alex Putkov.1
    Alex Putkov.1 ✭✭✭✭✭
    Answer ✓

    @mbravo

    BID_YIELD and ASK_YIELD fields do not exist for these RICs. Use B_YLD_1 and A_YLD_1 instead.