India Nifty50 Data 2020 Till April
India Nifty50 dataset for 2020 till April
@kaggle.mayankagrawalds_india_nifty50_data_2020_till_april
India Nifty50 dataset for 2020 till April
@kaggle.mayankagrawalds_india_nifty50_data_2020_till_april
India's Nifty 50 dataset to calculate the continuously compounded returns and analyze the week-day effect(and other) on its returns.
To gauge whether the stock market returns are dependent on any day or similar attributes?
CREATE TABLE nifty50_data (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"shares_traded" BIGINT,
"turnover_rs_cr" DOUBLE -- Turnover (Rs. Cr)
);Anyone who has the link will be able to view this.