Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Fdx
@kaggle.artemburenok_sp_500_stock_prices.fdx

  • 420.5 KB
  • 11267 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Apr 12 1978 00:00:00 GMT+0000 (Coordinated Universal Time)0.94921898841857920.98046898841857920.94921898841857920.94921898841857920.810685515403747611657600
Thu Apr 13 1978 00:00:00 GMT+0000 (Coordinated Universal Time)0.98828101158142081.0195310115814210.98828101158142080.98828101158142080.84404647350311287366400
Fri Apr 14 1978 00:00:00 GMT+0000 (Coordinated Universal Time)1.0507810115814211.0898439884185791.0507810115814211.0507810115814210.89742517471313486771200
Mon Apr 17 1978 00:00:00 GMT+0000 (Coordinated Universal Time)1.0507810115814211.0507810115814211.0195310115814211.0195310115814210.87073594331741334076800
Tue Apr 18 1978 00:00:00 GMT+0000 (Coordinated Universal Time)1.0195310115814211.03906297683715821.0117189884185791.0117189884185790.864064097404482966400
Wed Apr 19 1978 00:00:00 GMT+0000 (Coordinated Universal Time)1.031251.0585939884185791.031251.031250.88074493408203122272000
Thu Apr 20 1978 00:00:00 GMT+0000 (Coordinated Universal Time)1.0585939884185791.0898439884185791.0585939884185791.0585939884185790.9040980935096741699200
Fri Apr 21 1978 00:00:00 GMT+0000 (Coordinated Universal Time)1.0585939884185791.0781251.0507810115814211.0507810115814210.89742517471313481046400
Mon Apr 24 1978 00:00:00 GMT+0000 (Coordinated Universal Time)1.0507810115814211.0585939884185791.031251.031250.8807449340820312931200
Tue Apr 25 1978 00:00:00 GMT+0000 (Coordinated Universal Time)1.0781251.1093751.0781251.0781250.92077827453613282256000

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

Share link

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