Futures Term Structure in Excel

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:
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 :)
 
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 :)

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.
 
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.

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?
 
Our E-Futures platform has an excel DDE link built in. Demo as well.
 
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?

They have continuous contracts in IB tws not sure about if you can put these into excel.
 
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
 
Back
Top