How can I get the RIC for expired SOFR Futures options?
In order to get the (currently active) SOFR futures call option with strike 99 and expiry in March 2023 I use the RIC "SRA99C3":
ek.get_timeseries("SRA99C3", interval='daily', start_date='2020-01-01', end_date='2022-10-25')
However, for the identical but expired 2022 option I have tried the Eikon "get_timeseries" Python API with the following RICs "SRA99C2^2", "SRA99C2^20", "SRA99C2^C2" , and "SRA99C2^C20" all with no luck.