Nifty Strategy Indices Dataset
Historical Dataset for Nifty Strategy Indices.
@kaggle.visheshgupta2004_nifty_strategy_indices_dataset
Historical Dataset for Nifty Strategy Indices.
@kaggle.visheshgupta2004_nifty_strategy_indices_dataset
The National Stock Exchange of India Limited (NSE) is the leading stock exchange of India. Nifty indices are a group of stock market indexes that track the performance of various segments of the Indian stock market. Strategy indices are designed on the basis of quantitative models / investment strategies to provide a single value for the aggregate performance of a number of companies.
The Dataset has the day level information from 1 January 2000 to 1 January 2024.
Dataset contains-
CREATE TABLE nifty100_equal_weight_historical_pr_01012000to01012024 (
"index_name" VARCHAR,
"date" VARCHAR,
"open" VARCHAR,
"high" VARCHAR,
"low" VARCHAR,
"close" DOUBLE
);CREATE TABLE nifty100_low_volatility_30_historical_pr_01012000to01012024 (
"index_name" VARCHAR,
"date" VARCHAR,
"open" VARCHAR,
"high" VARCHAR,
"low" VARCHAR,
"close" DOUBLE
);CREATE TABLE nifty200_momentum_30_historical_pr_01012000to01012024 (
"index_name" VARCHAR,
"date" VARCHAR,
"open" VARCHAR,
"high" VARCHAR,
"low" VARCHAR,
"close" DOUBLE
);CREATE TABLE nifty50_equal_weight_historical_pr_01012000to01012024 (
"index_name" VARCHAR,
"date" VARCHAR,
"open" VARCHAR,
"high" VARCHAR,
"low" VARCHAR,
"close" DOUBLE
);CREATE TABLE nifty50_value_20_historical_pr_01012000to01012024 (
"index_name" VARCHAR,
"date" VARCHAR,
"open" VARCHAR,
"high" VARCHAR,
"low" VARCHAR,
"close" DOUBLE
);CREATE TABLE nifty_alpha_50_historical_pr_01012000to01012024 (
"index_name" VARCHAR,
"date" VARCHAR,
"open" VARCHAR,
"high" VARCHAR,
"low" VARCHAR,
"close" DOUBLE
);CREATE TABLE nifty_alpha_low_volatility_30_historical_pr_01012000to01012024 (
"index_name" VARCHAR,
"date" VARCHAR,
"open" VARCHAR,
"high" VARCHAR,
"low" VARCHAR,
"close" DOUBLE
);CREATE TABLE nifty_midcap150_momentum_50_historical_pr_01012000to01012024 (
"index_name" VARCHAR,
"date" VARCHAR,
"open" VARCHAR,
"high" VARCHAR,
"low" VARCHAR,
"close" DOUBLE
);CREATE TABLE nifty_midcap150_quality_50_historical_pr_01012000to01012024 (
"index_name" VARCHAR,
"date" VARCHAR,
"open" VARCHAR,
"high" VARCHAR,
"low" VARCHAR,
"close" DOUBLE
);CREATE TABLE nifty_smallcap250_momentum_quality_100_historical_pr_0_087f53d8 (
"index_name" VARCHAR,
"date" VARCHAR,
"open" VARCHAR,
"high" VARCHAR,
"low" VARCHAR,
"close" DOUBLE
);CREATE TABLE nifty_smallcap250_quality_50_historical_pr_01012000to01012024 (
"index_name" VARCHAR,
"date" VARCHAR,
"open" VARCHAR,
"high" VARCHAR,
"low" VARCHAR,
"close" DOUBLE
);Anyone who has the link will be able to view this.