Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Cvx
@kaggle.artemburenok_sp_500_stock_prices.cvx

  • 518.61 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)3.2961308956146243.24404811859130863.2961308956146240.3527534306049347105840
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)3.30357098579406743.27380990982055663.2886900901794440.3519571423530578127680
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)3.2886900901794443.25892901420593263.25892901420593260.348772108554840175600
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)3.2663691043853763.17708301544189453.17708301544189450.3400128185749054201600
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)3.19196391105651863.1398808956146243.16220188140869140.3384202718734741126000
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)3.20684504508972173.1253.20684504508972170.3431980609893799183120
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)3.20684504508972173.16220188140869143.20684504508972170.343198060989379972240
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)3.2961308956146243.19196391105651863.2886900901794440.3519571423530578112560
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)3.2961308956146243.2514879703521733.281250.3511606752872467124320
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)3.2886900901794443.2291669845581053.2291669845581050.345586925745010492400

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