Please provide example code for getting TTF (dutch natural gas) front month prices.

Hi,
I'm not able to find any information on TTF as the search functionality keeps crashing. Does anyone have example code for accessing this type of data?

Best Answer

  • @rmi So the full curve can be downloaded using the chain ric - you can then select which instrument you need and you can request history eetc

    df,err = ek.get_data('0#TRNLTTF:',['CF_LAST','CF_NAME'])
    df

    image

    I hope this can help.