April 2019
Intermediate to advanced
426 pages
11h 13m
English
The formula for calculating the VIX is given as follows:

Here, the following applies:
Let's find out these values in Python:
In [ ]: dt_start_year = dt_current.replace( month=1, day=1, hour=0, minute=0, second=0) dt_end_year = dt_start_year.replace(year=dt_current.year+1) ...
Read now
Unlock full access