Cannot find the appropriate field to get data from Economic indicators

For the economic indicators, with RIC='aXZBISNXBR', which is shown below

图1.png

There is monthly data in the chart. But when I was looking for the field to get this data, I checked for the DIB, but I could not find the right Item Code for the indicator.

图2.png

I think it should be 'ECON_ACT'. But no data was shown when I checked for this Item Code.

Below is the code and output:

1750316158354.png 1750316236976.png


Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Chengh7

    Thank you for reaching out to us.

    'The record could not be found' indicates that this RIC (aXZBISNXBR) is not available on the Real-Time feed. You can check this via the Quote App. It returns the same error.

    image.png

    You can use the get_history method to get historical data.

    response = ld.get_history(
        universe = ["aXZBISNXBR"])
    
    response