Hello,
I am currently attempting to use the get_data function from the LSEG Data Library for Python package to retrieve "0#LC0:".
The code I used, along with the configuration and version details, can be found in the attached file "Code configuration and version.txt".
But the following error was received: File "D:\python\Python39\lib\site-packages\lseg\data_access_layer\get_data_func.py", line 87, in get_data
return _get_data_eikon_approach(universe, fields, parameters, header_type, session)
File "D:\python\Python39\lib\site-packages\lseg\data_access_layer\get_data_func.py", line 138, in _get_data_eikon_approach
raise_if_all(exceptions)
File "D:\python\Python39\lib\site-packages\lseg\data_access_layer\get_data_func.py", line 94, in raise_if_all
raise LDError(message="\n\n".join(exceptions))
lseg.data._errors.LDError: 'The record could not be found' for the instrument '0#LC0:' Requested universes: ['0#LC0:']. Requested fields: ['EXPIR_DATE', 'HST_CLOSE']
I can confirm that the code "0#LCO:" is recorded in the Excel plugin.
Where did I go wrong?
Thank you for your support!