Baselight

Reliance Stock Price 2022 Complete

This Dataset Can Be Used to Predict the Future Stock Price of (reli)

@kaggle.realaryagupta_reliance_stock_price_2022_complete

Loading...
Loading...

About this Dataset

Reliance Stock Price 2022 Complete

This Dataset Can Be Used to Predict the Future Stock Price of Reliance Industries [India]. You may use Linear Regression or whatever you may feel to use.

This Dataset Contains 7 Columns namely Date, Price, Open, High, Low, Volume, Change%

Tables

Reliance Stock Price

@kaggle.realaryagupta_reliance_stock_price_2022_complete.reliance_stock_price
  • 14.95 kB
  • 248 rows
  • 7 columns
Loading...
CREATE TABLE reliance_stock_price (
  "date" TIMESTAMP,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "volume" VARCHAR,
  "chg" VARCHAR  -- Chg%
);

Share link

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