Does Eikon Python Data API support retrieving the Future Chain using Chain RIC?
There may be some exceptions to this, but in general yes. E.g.
ek.get_data('0#C:',['TRDPRC_1','OPINT_1','EXPIR_DATE'])
Using Chain Ric 0#SFC:, I found that one of the retrieved contracts is Index rather than Futures, which is .FTXIN9. Does this mean this way will also return the associated Index symbols?