I am successfully using the C# Eikon Data API to retrieve various information and now need to work with getting SOFR information.
I see that there is currently a list of SOFR RICs such as S1RX3, S1RF24 etc. in the SOFR_Futures window.
These appear to be year specific, such as the suffix 24 being used for the year 2024.
I am wondering if there is a way to query all available SOFR RICs currently in existence. That way, I can run that query at any time and be sure that I have the most up to date list, then use that list to query various information.
Thanks.