In Codebook, the newer LSEG data libraries produce an error for instrument LP68103366. This error does not appear in the older Refinitiv data libraries. For example, the commands
import lseg.data as dl
dl.open_session()
df=dl.get_data('LP68103366', ['52WK_LOW','52WK_HIGH'])
produce an error (see first attachment), while the commands
import refinitiv.data as dl
dl.open_session()
df=dl.get_data('LP68103366', ['52WK_LOW','52WK_HIGH'])
do not produce an error (see second attachment). Can this be corrected? Note that I have already submitted a support case to the helpdesk (15863513) but they have referred me to you as they mentioned they cannot solve API-related inquiries themselves.
themselves.