I can’t seem to get the TRDPRC_1 value for BRTCALAMc0

I am trying to pull forward curve data off of the RDP API and I can’t seem to get the TRDPRC_1 value for BRTCALAMc0. It keeps giving me <NA> - see below:

image.png

On the Workspace App, I am able to see this value on the Data Item Browser. So I am not sure why that is not possible through the API.

Thanks,

Denis

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Denis Gribenyuk

    Thank you for reaching out to us.

    It looks like the historical pricing API doesn't provide the TRDPRC_1 field for this RIC (BRTCALAMc0).

    ric = 'BRTCALAMc0'
    response = historical_pricing.summaries.Definition(
        universe = ric,
        interval = historical_pricing.Intervals.DAILY).get_data()
    response.data.df.columns
    
    image.png

    Please contact the historical pricing API support team directly via LSEG Support to verify this.

  • prashhh
    prashhh Newcomer

    Thanks @Jirapongse

    Then what is the closest field from this list that I can use to get the last traded price for BRTCALAMc0?

    FAIR_VALUE?

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    It could be the US_CLOSE, ASIA_CLOSE, or EURO_CLOSE field.

    However, please contact the helpdesk team directly via LSEG Support to verify this.

    Please include the URL of this discussion in your raised question to prevent it from being redirected back to this Q&A forum.