Does Eikon REST Api provide real-time data?

Best Answer

  • Yes, in the sense that it provides a snapshot of the real-time information.

    df, err = tr.get_data(instruments=['EUR=', 'GBP='], fields=['CF_LAST', 'VALUE_DT1', 'VALUE_TS1'])

    image

    The next version will provide streaming real-time with web sockets.