Datastream futures contract retrieval

How can we find all the contracts that are used to construct the continuous series?
Is there a way to automatically generate the tickers for the contracts that are yet to expire?

The question is platform and coding language agnostic.

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @michele.costa

    Thanks for reaching out to us.

    As I knew, there are RIC rules used to create future RICs.

    1669697797326.png

    RICs can be used in Datastream Web Service.

    df = ds.get_data(tickers='<JKBZ2>',fields=['NAME','X'],
    kind=0)
    df

    The output is:

    1669697935757.png

    However, to confirm these rules or generate other codes, please contact the Refinitiv Datastream Web Service support team directly via MyRefinitiv.

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.