Price Target High, Price Target Low, Price Target Median, Price Target Mean data in the API

Guillaume Lakah
Guillaume Lakah Newcomer
edited March 11 in Eikon Data APIs

Hello everyone,

I can't find the Price Target High, Price Target Low, Price Target Median, Price Target Mean data in the API on a universe. The file below is the universe and the parameters I want but only the columns for this data are empty.

Thanks,

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Guillaume Lakah

    Thank you for reaching out to us.

    I tested the following code.

    ld.get_data(
        universe = ['EVNV.VI','OMVV.VI','CHH.N','000617.SZ','603197.SS','300999.SZ','STRV.VI','TUB.BR','2027.TW','TGI.N','COIN.OQ'],
        fields = ['TR.PriceTargetMean','TR.PriceTargeMedian','TR.PriceTargetHigh','TR.PriceTargetLow']
    )
    
    

    It can retrun the data properly, except 000617.SZ.

    image.png

    Please share the runnable code that you are using.