Baselight

BANKNIFTY Historical From 2000 To 2022

Banknifty index historical (Indian Stock Market)

@kaggle.sathyanarayanrao89_banknifty_historical_from_2000_to_2022

Loading...
Loading...

About this Dataset

BANKNIFTY Historical From 2000 To 2022

What is Banknifty ?

Nifty Bank, or Bank Nifty, is an index comprised of the most liquid and large capitalised Indian banking stocks. It provides investors with a benchmark that captures the capital market performance of Indian bank stocks. The index has 12 stocks from the banking sector.

What is in the DataSet ?

This dataset comprises of historical daily chart of BankNifty movement from 2000 to all the way to 2022.

Data Description

The data has 9 columns (excluding the index):

  1. Time: date
  2. Open: Open price for the day.
  3. High: Highest price for the day.
  4. Low: lowest price for the day.
  5. Close: Close price for the day.
  6. Weekday: 0 means Monday and 5 means Friday. This column represents which day was it.
  7. range_HL: Market range from high to low.
  8. range_OC: Market range from open to close.
  9. type: Market type (bullish = close>open), (bearish = close

Tables

Banknifty Data

@kaggle.sathyanarayanrao89_banknifty_historical_from_2000_to_2022.banknifty_data
  • 265.8 KB
  • 5569 rows
  • 10 columns
Loading...

CREATE TABLE banknifty_data (
  "unnamed_0" BIGINT,
  "time" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "weekday" BIGINT,
  "range_hl" DOUBLE,
  "range_oc" DOUBLE,
  "type" VARCHAR
);

Share link

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