Baselight

Nifty 50 Daily Data Almost (27 Years)

Nifty 50 Index of indian market 27years dataset daily data

@kaggle.narayan63_nifty50_dataset

Loading...
Loading...

About this Dataset

Nifty 50 Daily Data Almost (27 Years)

Content

This dataset collected form Invasting.com this dataset has 3 files
As you can specify a files with the name daily file has a daily data ,monthly has monthly data and yearly has yearly data 👍

In the dataset

Data has more then 4999 rows and 7 columns

Columns

Columns name About data (store in columns)
open market open price
low low price of the day
close market close price
Volume Volume in the market
Price Price of the market
Chg% Change in percentage

Acknowledgements

Data collected form invasting.com

Tables

Nifty50 Data

@kaggle.narayan63_nifty50_dataset.nifty50_data
  • 202.38 KB
  • 4999 rows
  • 7 columns
Loading...

CREATE TABLE nifty50_data (
  "date" TIMESTAMP,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "volume" VARCHAR,
  "chg" VARCHAR
);

Share link

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