Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Fdx
@kaggle.rprkh15_sp500_stock_prices.fdx

  • 504.59 KB
  • 11159 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Wed Apr 12 1978 00:00:00 GMT+0000 (Coordinated Universal Time)0.82062172889709480.84763807532602410.82062172889709480.820621728897094711657600
Thu Apr 13 1978 00:00:00 GMT+0000 (Coordinated Universal Time)0.85439199209213270.8814083461857470.85439199209213270.85439199209213267366400
Fri Apr 14 1978 00:00:00 GMT+0000 (Coordinated Universal Time)0.90842509269714360.94219596213921320.90842509269714360.90842509269714366771200
Mon Apr 17 1978 00:00:00 GMT+0000 (Coordinated Universal Time)0.90842468749169340.90842468749169340.88140833377838130.88140833377838134076800
Tue Apr 18 1978 00:00:00 GMT+0000 (Coordinated Universal Time)0.88140838689127220.89829422733488170.87465471029281620.87465471029281622966400
Wed Apr 19 1978 00:00:00 GMT+0000 (Coordinated Universal Time)0.89153951406478870.91517902548034580.89153951406478870.89153951406478882272000
Thu Apr 20 1978 00:00:00 GMT+0000 (Coordinated Universal Time)0.9151794314384460.94219579233350040.9151794314384460.9151794314384461699200
Fri Apr 21 1978 00:00:00 GMT+0000 (Coordinated Universal Time)0.91517959637517880.93206461885918680.90842509269714360.90842509269714361046400
Mon Apr 24 1978 00:00:00 GMT+0000 (Coordinated Universal Time)0.9084245260158130.91517902548034580.89153951406478870.8915395140647888931200
Tue Apr 25 1978 00:00:00 GMT+0000 (Coordinated Universal Time)0.93206441402435320.9590807738511460.93206441402435320.9320644140243532256000

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

Share link

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