Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Vlo
@kaggle.artemburenok_sp_500_stock_prices.vlo

  • 391.74 KB
  • 10325 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Mon Jan 04 1982 00:00:00 GMT+0000 (Coordinated Universal Time)5.4844608306884775.5415902137756355.3987660408020025.5130262374877931.7000559568405151321198
Tue Jan 05 1982 00:00:00 GMT+0000 (Coordinated Universal Time)5.3987660408020025.5130262374877935.2559409141540535.427330970764161.6736279726028442442414
Wed Jan 06 1982 00:00:00 GMT+0000 (Coordinated Universal Time)5.1702470779418955.34163618087768554.9702930450439455.1131172180175781.5767334699630735565817
Thu Jan 07 1982 00:00:00 GMT+0000 (Coordinated Universal Time)5.0274219512939455.1131172180175784.9131631851196294.9988570213317871.5414997339248655508929
Fri Jan 08 1982 00:00:00 GMT+0000 (Coordinated Universal Time)5.0274219512939455.0845518112182624.9702930450439455.0274219512939451.5503078699111938340453
Mon Jan 11 1982 00:00:00 GMT+0000 (Coordinated Universal Time)4.8560328483581545.0845518112182624.6275138854980474.7132081985473631.453414797782898521182
Tue Jan 12 1982 00:00:00 GMT+0000 (Coordinated Universal Time)4.74177312850952154.8274679183959964.6560788154602054.8274679183959961.488648533821106473483
Wed Jan 13 1982 00:00:00 GMT+0000 (Coordinated Universal Time)4.7132081985473634.8560328483581544.57038402557373054.6275138854980471.4269886016845703313322
Thu Jan 14 1982 00:00:00 GMT+0000 (Coordinated Universal Time)4.7132081985473634.8560328483581544.57038402557373054.770338058471681.4710314273834229260810
Fri Jan 15 1982 00:00:00 GMT+0000 (Coordinated Universal Time)4.8560328483581544.9131631851196294.7989029884338384.9131631851196291.51507568359375185980

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