Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Gd
@kaggle.artemburenok_sp_500_stock_prices.gd

  • 515.78 KB
  • 15344 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Jan 02 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.7531250119209290.72812497615814210.7468749880790710.18078753352165222648000
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.781250.7531250119209290.77187502384185790.18683892488479612092000
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.80624997615814210.77187502384185790.77499997615814210.18759526312351222884000
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.7937499880790710.77499997615814210.7781249880790710.18835182487964631532000
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.7937499880790710.7656250.79062497615814210.19137763977050781676000
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.80624997615814210.781250.7937499880790710.19213387370109551604000
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.8093749880790710.78750002384185790.80312502384185790.1944032758474352020000
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.843750.7968750.843750.20423679053783412324000
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.8625000119209290.8468750119209290.85000002384185790.20574961602687832660000
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.85312497615814210.8312500119209290.8312500119209290.20121106505393981468000

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