Futures Term Structure in Excel

Discussion in 'Index Futures' started by Adam777, Feb 14, 2022.

  1. Adam777

    Adam777

    Hi

    I've been looking for an excel spreadsheet that charts the current term structure of any chosen futures product using free data. I actually want to chart the VIX term structure with the cash Vix bellow. Hopefully the excel sheet auto updates, even if it's delayed data.

    Otherwise does anyone know of any online tutorials on how this?

    I know VixCentral does this, but I also want to calculate other stuff in excel using the data.

    Thanks
     
    Last edited: Feb 14, 2022
  2. Robert Morse

    Robert Morse Sponsor

    Adam777 likes this.
  3. Adam777

    Adam777

    Thanks Robert. I don't want to do the manual entry thing, and I was hoping to avoid the IB TWS API as my programming skills are rubbish :)
     
  4. ZBZB

    ZBZB

    If you download the tws api you get a sample excel spreadsheet that you can modify to get the futures data into excel in real-time.
     
    Adam777 likes this.
  5. Adam777

    Adam777

    Thanks ZBZB. Is it a simple matter to keep it rolling to the new contracts in the term structure, or do I have to keep pasting in new RTD links?
     
  6. CannonTrading_Ilan

    CannonTrading_Ilan Sponsor

    Our E-Futures platform has an excel DDE link built in. Demo as well.
     
  7. ZBZB

    ZBZB

    They have continuous contracts in IB tws not sure about if you can put these into excel.
     
    Adam777 likes this.
  8. xandman

    xandman

    Use:
    =CONCATENATE(A1," ",B1," ",C1)

    to build your Query/Contract field.

    A1 will be the front half of the argument
    B1 is the month
    C1 will be the back half of the argument
     
    Adam777 likes this.
  9. xandman

    xandman

    Sorry. That example has spaces. But, you'll be able to figure it out if you read the excel definition.
     
    Adam777 likes this.
  10. Adam777

    Adam777

    Thanks guys. I'll check it out
     
    #10     Feb 14, 2022