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'
Hi @kiosk3.mktvec.ny, I seem to have access to this data:
I believe that in this case, you do not have the nessesary permissions. Please raise a ticket on my.refinitiv.com on this matter.
Hi @kiosk3.mktvec.ny,
May I ask if you could try collecting this data with the new Library version, the Refinitiv Data Library? You can find examples of its use here.
Hi @jonathan.legrand - appreciate your prompt response.
I just tried using the Refinitiv data library, however I am getting 'Empty DataFrame' as output. Here's the code:
rd.get_data(
universe=['LXRH24'],
fields=['TRDPRC_1', 'CF_VOLUME']
)
Hi @kiosk3.mktvec.ny ,
Regarding an error, module 'eikon' has no attribute 'json_requests', Which version of Eikon library are you using? Could you please uninstall then re-install the Eikon library.