Baselight

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

Loading...
Loading...

About this Dataset

VIX Historical Data: CBOE Volatility Index

CBOE Volatility Index Historical Data. Data was fetched from the official website of CBOE. VIX is based on the S&P500 index.
Contains the following fields:
DATE OPEN HIGH LOW CLOSE

Tables

Vix History

@kaggle.rohanroy_vix_historical_data_cboe_volatility_index.vix_history
  • 174.92 KB
  • 8702 rows
  • 5 columns
Loading...

CREATE TABLE vix_history (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE
);

Share link

Anyone who has the link will be able to view this.