A few months back, I was able to get the historical data from the following index, "KLSE" using the following API:
get_data('0#.KLSE(2018-01-01)', list('TR.InstrumentName', 'TR.CompanyMarketCap(ShType=OUT)'))
But recently, nothing is returned unless I removed the date parameter. Using its other name, "KLCI" also did not return anything. However, the historical data are accessible on Eikon's UI.
Other indexes historical data such as "KLFI" are accessible e.g.
get_data('0#.KLFI(2018-01-01)', list('TR.InstrumentName', 'TR.CompanyMarketCap(ShType=OUT)'))
I've contacted customer support regarding the matter and they have asked me to post the question here.
Anything changed?