Contribute Media
A thank you to everyone who makes this possible: Read More

Eurex Tutorial - Interactive Financial Analytics with Python and IPython -- With Examples Based on the VSTOXX Volatility Index

Description

Today's financial market environment demands for ever shorter times-to-insight when it comes to financial analytics tasks. For the analysis of financial times series or for typical tasks related to derivatives analytics and trading, Python has developed to the ideal technology platform.

Not only that Python provides powerful and efficient libraries for data analytics, such as NumPy or pandas. With IPython there is a tool and environment available that facilitates interactive, and even real-time, financial analytics tremendously.

The tutorial introduces into IPython and shows, mainly on the basis of practical examples related to the VSTOXX volatility index, how Python and IPython might re-define interactive financial analytics.

Quants, traders, financial engineers, analysts, financial researchers, model validators and the like all benefit from the tutorial and the new technologies provided by the Python ecosystem.

BACKGROUND

For background information see the Python-based "VSTOXX Advanced Services" and the related backtesting applications:

TECHNICAL REQUIREMENTS

To follow the tutorial, you should have installed the Anaconda Python distribution on your notebook. Download and follow the instructions here:

http://continuum.io/downloads

After installation, start IPython from the command line interface/shell as follows:

$ ipython notebook --pylab inline

IPython should then start in your default Web browser.

Details

Improve this page