Baselight

SAP Historical Stock Prices Dataset

System Applications and Products (SAP) For EDA & Analysis

@kaggle.stealthtechnologies_sap_historical_stock_prices_dataset

Sap Stock Data
@kaggle.stealthtechnologies_sap_historical_stock_prices_dataset.sap_stock_data

  • 312.21 KB
  • 7236 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Mon Sep 18 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.2513.2513.2513.259.4623556137084961200
Tue Sep 19 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.37513.37513.37513.3759.5516195297241212000
Wed Sep 20 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.62513.62513.62513.6259.7301588058471687600
Thu Sep 21 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.7513.7513.7513.759.8194236755371143200
Fri Sep 22 1995 00:00:00 GMT+0000 (Coordinated Universal Time)12.87512.87512.87512.8759.19455146789550849600
Mon Sep 25 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.513.513.513.59.6408872604370127200
Tue Sep 26 1995 00:00:00 GMT+0000 (Coordinated Universal Time)141414149.9979600906372098800
Wed Sep 27 1995 00:00:00 GMT+0000 (Coordinated Universal Time)141414149.997960090637209
Thu Sep 28 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.687513.687513.687513.68759.7747898101806642800
Fri Sep 29 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.7513.7513.7513.759.8194236755371113600

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

Share link

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