Hello
I know I can use :
df= ek.get_data(['CFI2K1'], ['TR.CLOSEPRICE.date', 'TR.CLOSEPRICE.value'], {'SDate': '2021-03-01', 'EDate': '2021-04-21'})
to get data for a specific RIC, but what happens if I have a chain
0#CFI2:
which includes the above RIC(CFI2K1) along with CFI2M1,CFI2N1,....etc
Can I do the same thing with one request, without having to make a request for each included RIC separately?
Thank you