Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Met
@kaggle.artemburenok_sp_500_stock_prices.met

  • 251.91 KB
  • 5710 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Apr 05 2000 00:00:00 GMT+0000 (Coordinated Universal Time)12.92335128784179714.03743267059326212.7562389373779313.8146171569824228.3519525527954177084766
Thu Apr 06 2000 00:00:00 GMT+0000 (Coordinated Universal Time)13.70320892333984414.1488409042358413.5917997360229513.8703212738037138.38562965393066417167722
Fri Apr 07 2000 00:00:00 GMT+0000 (Coordinated Universal Time)13.70320892333984413.87032127380371313.48039245605468813.6475038528442388.25092029571533215131516
Mon Apr 10 2000 00:00:00 GMT+0000 (Coordinated Universal Time)13.75891304016113313.81461715698242213.5917997360229513.7589130401611338.3182764053344736324938
Tue Apr 11 2000 00:00:00 GMT+0000 (Coordinated Universal Time)13.64750385284423813.70320892333984413.42468833923339813.4803924560546888.1498908996582036087860
Wed Apr 12 2000 00:00:00 GMT+0000 (Coordinated Universal Time)13.5917997360229514.92869853973388813.48039245605468814.4273624420166028.7224016189575212169885
Thu Apr 13 2000 00:00:00 GMT+0000 (Coordinated Universal Time)14.48306560516357415.37433242797851614.20454502105712715.1515150070190459.16020488739013711922484
Fri Apr 14 2000 00:00:00 GMT+0000 (Coordinated Universal Time)15.09581089019775415.15151500701904514.0931367874145514.148840904235848.55401706695556610659337
Mon Apr 17 2000 00:00:00 GMT+0000 (Coordinated Universal Time)14.26025009155273414.6501779556274414.26025009155273414.3716583251953128.6887264251708983951908
Tue Apr 18 2000 00:00:00 GMT+0000 (Coordinated Universal Time)14.42736244201660214.53876972198486313.81461715698242214.3716583251953128.6887264251708986083933

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