Skip to content

SQANT-ALGORITHM/quandl_api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quandl Api

A repo of scripts for pulling data from the Quandl Api.

$ py [filename].py

QuandlFuturesVix.py

This python script collects the settle and close price of each futures contract. Then it appends the contract name and collects the close price from the VIX Index. The data is then combined in a pandas DataFrame and exported to files data/[date]_quandl_futures_vix.[ext]

FieldsDaily.py

This python script collects data from six indexes related to Volatility: VXST, VIX, VXV, VX1, VX2, and VXMT. This data is exported to files data/[date]_fields_daily.[ext]

TermStructureIndicators.py

This python script uses the data produced from FieldsDaily.py to calculate: VDelta, Roll Yield, Contango, Contango Roll, VRatio, VXV Roll, and VCO. The data is exported to files data/[data]_term_structure_indicators.[ext]

About

Quandl Api scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%