Baselight

India Nifty50 Data 2020 Till April

India Nifty50 dataset for 2020 till April

@kaggle.mayankagrawalds_india_nifty50_data_2020_till_april

Loading...
Loading...

About this Dataset

India Nifty50 Data 2020 Till April

Context

India's Nifty 50 dataset to calculate the continuously compounded returns and analyze the week-day effect(and other) on its returns.

Inspiration

To gauge whether the stock market returns are dependent on any day or similar attributes?

Tables

Nifty50 Data

@kaggle.mayankagrawalds_india_nifty50_data_2020_till_april.nifty50_data
  • 9.28 KB
  • 82 rows
  • 7 columns
Loading...

CREATE TABLE nifty50_data (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "shares_traded" BIGINT,
  "turnover_rs_cr" DOUBLE
);

Share link

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