VIX Historical Data: CBOE Volatility Index
The dataset contains historical data of the CBOE Volatility Index(VIX)
@kaggle.rohanroy_vix_historical_data_cboe_volatility_index
The dataset contains historical data of the CBOE Volatility Index(VIX)
@kaggle.rohanroy_vix_historical_data_cboe_volatility_index
CREATE TABLE vix_history (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE
);
Anyone who has the link will be able to view this.