Hello, i am trying to get the constituents with RICs and weights of the MSCI World Index. I have tried several approaches such as
ek.get_data("0#.WORLD(2020-12-09)", "TR.CommonName")
or
ek.get_data(['.WORLD'], ['TR.IndexConstituentName'])
I am unsure if the name 'World' is correct, the latter approach works for '.STOXX50'. Help would be appreciated. Thanks!