Client is using the code:
import lseg.data as ld
ld.open_session()
tickers = ['AZN.L', 'NXT.L', 'RIO.L', 'ULVR.L', 'BATS.L', 'SVT.L', 'EXPN.L', 'WTB.L', 'BNZL.L', 'GSK.L', 'PSN.L', 'BRBY.L', 'GLEN.L', 'RTO.L', 'BARC.L', 'MKS.L', 'SBRY.L', 'KGF.L', 'VOD.L', 'LLOY.L']
df_mktcap = ld.get_data( universe=tickers, fields=['TR.CompanyName', 'TR.CompanyMarketCap'])
print(df_mktcap.sort_values('Company Market Cap', ascending=False).to_string())
ld.close_session()
The code ran yesterday but has an issue today.
Checked and his USER-ID only has access to delayed RICs
We used /AZN.L, /NXT.L in the ticker section in the code but it still has the same issue. Can we confirm why is there an error?