Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Rtx
@kaggle.artemburenok_sp_500_stock_prices.rtx

  • 552.8 KB
  • 15281 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Mon Apr 02 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.63915997743606570.63260400295257570.63752102851867680.0971612930297851228816
Tue Apr 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.63588201999664310.61949300765991210.62277102470397950.0949132516980171205934
Wed Apr 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.62768799066543580.60638201236724850.60802102088928220.0926653444766998320342
Thu Apr 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.61129897832870480.58999401330947880.60966002941131590.0929150953888893488141
Fri Apr 06 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.60638201236724850.58999401330947880.58999401330947880.0899178683757782175426
Mon Apr 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.60638201236724850.58999401330947880.58999401330947880.0899178683757782175426
Tue Apr 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.59654897451400760.58507698774337770.58999401330947880.0899178683757782228816
Wed Apr 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.60146600008010860.58671599626541140.59491002559661870.0906670540571212442378
Thu Apr 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.59491002559661870.58179897069931030.58999401330947880.0899178683757782266952
Fri Apr 13 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.60966002941131590.58999401330947880.60966002941131590.0929150953888893327970

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