Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Dri
@kaggle.artemburenok_sp_500_stock_prices.dri

  • 297.16 KB
  • 6950 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue May 09 1995 00:00:00 GMT+0000 (Coordinated Universal Time)5.4378919601440435.9593329429626475.4378919601440435.8103499412536623.4092569351196292629321
Wed May 10 1995 00:00:00 GMT+0000 (Coordinated Universal Time)5.9593329429626476.3317918777465825.9593329429626476.1828079223632813.6278009414672854705896
Thu May 11 1995 00:00:00 GMT+0000 (Coordinated Universal Time)6.1828079223632816.4062829017639166.1828079223632816.3317918777465823.71521615982055663039098
Fri May 12 1995 00:00:00 GMT+0000 (Coordinated Universal Time)6.3317918777465826.4062829017639166.2572999000549326.2572999000549323.67150807380676231584909
Mon May 15 1995 00:00:00 GMT+0000 (Coordinated Universal Time)6.2572999000549326.3317918777465826.2572999000549326.2572999000549323.67150807380676231119421
Tue May 16 1995 00:00:00 GMT+0000 (Coordinated Universal Time)6.2572999000549326.3317918777465826.1828079223632816.2572999000549323.67150807380676231203826
Wed May 17 1995 00:00:00 GMT+0000 (Coordinated Universal Time)6.2572999000549326.2572999000549326.0338249206542976.1083168983459473.58409142494201661458888
Thu May 18 1995 00:00:00 GMT+0000 (Coordinated Universal Time)6.1083168983459476.2572999000549326.1083168983459476.1828079223632813.627800941467285420349
Fri May 19 1995 00:00:00 GMT+0000 (Coordinated Universal Time)6.2572999000549326.2572999000549326.1083168983459476.1828079223632813.627800941467285414476
Mon May 22 1995 00:00:00 GMT+0000 (Coordinated Universal Time)6.4807748794555666.7787418365478526.4062829017639166.6297578811645513.8900477886199951283868

CREATE TABLE dri (
  "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.