Baselight

Sample Stock Data.csv

"Stock Market Prediction Using Time Series Forecasting and Regression Analysis"

@kaggle.tehminaasrar_sample_stock_data_csv

Sample Stock Data
@kaggle.tehminaasrar_sample_stock_data_csv.sample_stock_data

  • 43.43 KB
  • 783 rows
  • 6 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

Wed Jan 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)137.45401188473625141.5651460546847398.42754576637188101.013118402774348610
Thu Jan 02 2020 00:00:00 GMT+0000 (Coordinated Universal Time)195.0714306409916199.51855840957495160.23747973689137163.609604640954222993
Fri Jan 03 2020 00:00:00 GMT+0000 (Coordinated Universal Time)173.19939418114052197.09414465713508169.1767900443051191.328694757623681869
Mon Jan 06 2020 00:00:00 GMT+0000 (Coordinated Universal Time)159.86584841970367171.09075451862418159.35360545566053161.257346834481922014
Tue Jan 07 2020 00:00:00 GMT+0000 (Coordinated Universal Time)115.60186404424364189.7858721109921110.6367098219376187.369859346634481602
Wed Jan 08 2020 00:00:00 GMT+0000 (Coordinated Universal Time)115.59945203362028179.2101266519337114.36626712286734172.397305546609371690
Thu Jan 09 2020 00:00:00 GMT+0000 (Coordinated Universal Time)105.80836121681996119.21568857578626101.79865794993644112.055841640369029685
Fri Jan 10 2020 00:00:00 GMT+0000 (Coordinated Universal Time)186.6176145774935196.31857489651483183.11051669757265190.245330728584151489
Mon Jan 13 2020 00:00:00 GMT+0000 (Coordinated Universal Time)160.1115011743209160.9972845706873398.91598360131246106.644384435577487864
Tue Jan 14 2020 00:00:00 GMT+0000 (Coordinated Universal Time)170.80725777960456177.57598053788033145.36504213844907153.39674725477648240

CREATE TABLE sample_stock_data (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT
);

Share link

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