I created a program that uses constituent data from the FTSE All World index, that no longer works. Is constituent data no longer available?
indicies = rd_get_data(
universe = ['0#.FTAWORLDSR'],
fields = ['TR.IndexConstituentRIC'],
parameters = {
'SDate':date_formatted
}
)