Baselight

Bank Nifty Daily Monthly Yearly Dataset (20years)

Bank Nifty daily monthly yearly data from 2000 to 2022

@kaggle.narayan63_bank_nifty_daily_monthly_yearly_dataset

Loading...
Loading...

About this Dataset

Bank Nifty Daily Monthly Yearly Dataset (20years)

Content

This dataset collected form MoneyControl 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 4000 rows and 7 columns

Columns

Columns name About data (store in columns)
open market open price
low low price of the day or month or year
close market close price
high_to_low difference between high to low
open_to_close difference between open to close
high high of the day or month or year

Acknowledgements

Data collected form MoneyControl

Tables

Bank Nifty Daily Dataset

@kaggle.narayan63_bank_nifty_daily_monthly_yearly_dataset.bank_nifty_daily_dataset
  • 193.14 kB
  • 4,096 rows
  • 7 columns
Loading...
CREATE TABLE bank_nifty_daily_dataset (
  "date" VARCHAR,
  "open" VARCHAR,
  "low" VARCHAR,
  "close" VARCHAR,
  "high_to_low" VARCHAR,
  "open_to_close" VARCHAR,
  "high" DOUBLE
);

Bank Nifty Monthly Dataset

@kaggle.narayan63_bank_nifty_daily_monthly_yearly_dataset.bank_nifty_monthly_dataset
  • 11.18 kB
  • 201 rows
  • 5 columns
Loading...
CREATE TABLE bank_nifty_monthly_dataset (
  "date" VARCHAR,
  "open" VARCHAR,
  "low" VARCHAR,
  "close" VARCHAR,
  "high" DOUBLE
);

Bank Nifty Yearly Dataset

@kaggle.narayan63_bank_nifty_daily_monthly_yearly_dataset.bank_nifty_yearly_dataset
  • 4.48 kB
  • 19 rows
  • 5 columns
Loading...
CREATE TABLE bank_nifty_yearly_dataset (
  "date" VARCHAR,
  "open" VARCHAR,
  "low" VARCHAR,
  "close" VARCHAR,
  "high" DOUBLE
);

Share link

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