Baselight

Reliance Stock Price Dataset

Dataset of price of Reliance stock

@kaggle.notshrirang_reliance_stock_price_dataset

Loading...
Loading...

About this Dataset

Reliance Stock Price Dataset

A dataset containing prices of Reliance stock since 1996 to 2020. Contains volume, turnover, open, high, low, close prices of the stock. This dataset is meant to use for predicting the stock prices in future. You may use linear regression or neural networks.

Tables

Reliance Data

@kaggle.notshrirang_reliance_stock_price_dataset.reliance_data
  • 392.22 KB
  • 6205 rows
  • 15 columns
Loading...

CREATE TABLE reliance_data (
  "date" VARCHAR,
  "symbol" VARCHAR,
  "series" VARCHAR,
  "prev_close" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "last" DOUBLE,
  "close" DOUBLE,
  "vwap" DOUBLE,
  "volume" BIGINT,
  "turnover" DOUBLE,
  "trades" DOUBLE,
  "deliverable_volume" DOUBLE,
  "n__deliverble" DOUBLE
);

Share link

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