Does Eikon Data API provide polls data?

Best Answer

  • jason.ramchandani01
    Answer ✓

    @hiroko.yamaguchi1 yes for some economic indicators we can try. For more details see my article, In short once you have a realtime economic indicator say USADP=ECI you can derive the poll Median, High and Low - each one is a separate RIC:

    df=ek.get_timeseries(['USADP=ECI','pUSADP=M','pUSADP=L','pUSADP=H'],start_date='2010-03-01',end_date='2020-04-26',interval='monthly',)


    df

Answers