Eikon Python API query

Hi,

I am unable to get the price and volume data using the below code.

df, err = ek.get_data( instruments = ['LXRH24'], fields = ['TRDPRC_1', 'CF_VOLUME'] ).

I am getting this error message: module 'eikon' has no attribute 'json_requests'

Best Answer

Answers