Commodities forward pricing discovery tool in Python

Renzo
Renzo Newcomer
edited October 3 in Eikon Data APIs

Hi everyone,

I have been trying to retrieve through python API the time series of the TTF NG forward curve (the fair value) as shown in the 'Commodities forward pricing discovery tool', has anybody managed to retrieve it successfully?

Thanks in advance

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Renzo

    Thank you for reaching out to us.

    The code could look like this:

    df = ld.get_data(
        universe = ['0#WTICRD:'], 
        fields=['DSPLY_NAME','CRT_MNTH','FAIR_VALUE'])
    df
    
    image.png

    You can get other RICs from that app.

    image.png