Data cannot be pulled using ric

I'm trying to pull pricing data for ric like this one CA1YTWI= using eikon data api. However, I'm not able to pull anything out of it. The data item codes I use are tr.askyield, tr.bidyield, tr.highyield, tr.lowyield, tr.bidprice, tr.askprice.

Tagged:

Best Answer

  • Hello @vuk.magdelinic ,

    I run the following test in CodeBook:

    df, err = ek.get_data(
    instruments = ['CA1YTWI='],
    fields = ['tr.askyield', 'tr.bidyield', 'tr.highyield',
    'tr.lowyield', 'tr.bidprice', 'tr.askprice'])
    df

    My result was only the last two, ask and bid prices were populated:

    yields.gif

    I have verified the value of these yield fields for this instrument with Data Item Browser:

    yieldsdib.gif

    that there is no value.

    Hope that this helps, and for more information on content, please contact Refinitiv content experts directly at Refinitiv Helpdesk Online -> Content -> Eikon