For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
Hello,
I am looking for a way to find all RICs for the S&P500 Index Futures for all available maturities.
So far, I manually found:
Month; RIC; Expiry
JUN0 1SPXFM0 19-Jun-2020
SEP0 1SPXFU0 18-Sep-2020
DEC0 1SPXFZ0 18-Dec-2020
MAR1 1SPXFH1 19-Mar-2021
JUN1 1SPXFM1 18-Jun-2021
Question 1: How can I write single API request with a RIC (Chain) that will cover all available Futures?
Question 2: What is (in the picture below) the difference between "1SPXF- SPF" and "2SPCF - SPF"?
I found this page <TM/FUTEX1> on the speed guide of Taiwan futures.
You can use these chain RICs with Eikon Data APIs to retrieve data. For example:
df, err = ek.get_data(instruments=["0#1SPXF:"], fields=['DSPLY_NAME','CONTR_MNTH','TRDPRC_1','BID','ASK'])
For the second question, from the speed guide page, it may relate to the day and night session.
However, please directly contact the content support team via MyRefinitiv for confirmation and more information.
<0#EXCHANGE/DATES> for discointinued data series and how to find the Date(s) - Eikon API
Get historical expiry dates for futures
Which Eikon (.NET API) fields to use to determine which leg is buy and which is sell for spreads
Best way to get the price for the next expiring Dow Jones and NASDAQ future contracts?
How to get all investors for a list of stocks, historically with the python API