NIFTY 50 INDEX Data [1990-2024]
Historical Data NIFTY 50
@kaggle.adarshde_nifty_50_data_1990_2024
Historical Data NIFTY 50
@kaggle.adarshde_nifty_50_data_1990_2024
The Nifty 50 is a well diversified 50 stock index and it represent important sectors of the economy. The base period selected for Nifty 50 index is the close of prices on November 3, 1995, which marks the completion of one year of operations of NSE's Capital Market Segment. The base value of the index has been set at 1000 and a base capital of Rs.2.06 trillion.
CREATE TABLE nifty_50_historical_pr_01011990to11102024 (
"index_name" VARCHAR,
"date" VARCHAR,
"open" VARCHAR,
"high" VARCHAR,
"low" VARCHAR,
"close" DOUBLE
);
Anyone who has the link will be able to view this.