The ds.get_data() request that used to return the different sector levels (INDXFS, INDXS) several months ago now only returns NA. I already tested for different equities (both via DSCD and RIC) and cannot solve the problem.
What am I missing?
code example:
data = ds_credentials.get_data(tickers='LTOTMKNL',
fields=["NAME", "RIC", "INDX", "INDXEG", "INDXFS", "INDXS", "P.U"], kind=0)