I'm trying to obtain information of the set 0#CFI2. The elements are CFI2U3, CFI2V3, CFI2X3, etc.
With the function ek.get_timeseries('0#CFI2+', 'BID') I have a invalid RIC error. With the function ek.get_data('0#CFI2+', 'BID') I have a message "the record couldn't be found". For a single instrument (e.g. CFI2U3 it works properly).
I would like to know if there is a generic way to download information of the set. I want to avoid to list all the RICs because they change in rolling times.
Thank you in advance