Baselight

Daily Indian Stock Price Dataset

This Dataset contains daily stock prices of some stocks in the Indian market

@kaggle.pathikghugare_daily_indian_stock_price_dataset

Infy Bse
@kaggle.pathikghugare_daily_indian_stock_price_dataset.infy_bse

  • 147.08 KB
  • 4083 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividend_amount

Dividend Amount

Mon Jan 03 2005 00:00:00 GMT+0000 (Coordinated Universal Time)209921252095.52117.35041661184
Tue Jan 04 2005 00:00:00 GMT+0000 (Coordinated Universal Time)212021202082.25042088.35043134048
Wed Jan 05 2005 00:00:00 GMT+0000 (Coordinated Universal Time)2078207820042051.85045442928
Thu Jan 06 2005 00:00:00 GMT+0000 (Coordinated Universal Time)2055209319942043.15047767552
Fri Jan 07 2005 00:00:00 GMT+0000 (Coordinated Universal Time)20402064.71995.05042050.912393856
Mon Jan 10 2005 00:00:00 GMT+0000 (Coordinated Universal Time)2059208019801994.15047137488
Tue Jan 11 2005 00:00:00 GMT+0000 (Coordinated Universal Time)200120211951.31970.95049212352
Wed Jan 12 2005 00:00:00 GMT+0000 (Coordinated Universal Time)202820281879.91903.350425935248
Thu Jan 13 2005 00:00:00 GMT+0000 (Coordinated Universal Time)192519881924.71965.49117584
Fri Jan 14 2005 00:00:00 GMT+0000 (Coordinated Universal Time)18502005185019766112992

CREATE TABLE infy_bse (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "dividend_amount" DOUBLE
);

Share link

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