Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Amp
@kaggle.rprkh15_sp500_stock_prices.amp

  • 218.65 KB
  • 4234 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Sep 15 2005 00:00:00 GMT+0000 (Coordinated Universal Time)26.7943658464818526.8507439656682226.0755266802577526.082572937011721529800
Fri Sep 16 2005 00:00:00 GMT+0000 (Coordinated Universal Time)26.07551964829740526.07551964829740525.79362106323242525.79362106323242562400
Mon Sep 19 2005 00:00:00 GMT+0000 (Coordinated Universal Time)25.79362540758370825.8641014099121125.68791543666800325.864101409912111162300
Tue Sep 20 2005 00:00:00 GMT+0000 (Coordinated Universal Time)25.79362540758370826.07552404012812325.79362540758370825.86410140991211654900
Wed Sep 21 2005 00:00:00 GMT+0000 (Coordinated Universal Time)25.7936241570650125.7936241570650125.3707789171332525.652677536010746424300
Thu Sep 22 2005 00:00:00 GMT+0000 (Coordinated Universal Time)25.65267993107188726.2164745330810525.65267993107188726.21647453308105864800
Fri Sep 23 2005 00:00:00 GMT+0000 (Coordinated Universal Time)26.2164774582525426.85074544813867426.2164774582525426.554754257202151249900
Mon Sep 26 2005 00:00:00 GMT+0000 (Coordinated Universal Time)26.60408020019531226.885978814094226.60408020019531226.604080200195312821400
Tue Sep 27 2005 00:00:00 GMT+0000 (Coordinated Universal Time)26.6040867159030626.7097993941017426.1741924341932126.25171470642091514000
Wed Sep 28 2005 00:00:00 GMT+0000 (Coordinated Universal Time)26.2446592499221226.357418145897125.93457026970281726.075519561767575875700

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

Share link

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