Baselight

All-Time Stock Price Data

"All-Time Stock Prices: Understanding the Evolution of Stock Markets"

@kaggle.hchsmost_test_dataset

Aapl
@kaggle.hchsmost_test_dataset.aapl

  • 456.01 KB
  • 10931 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Dec 12 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.12834799289703370.12890599668025970.12834799289703370.12834799289703370.0991921052336692469033600
Mon Dec 15 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.12221000343561170.12221000343561170.12165199965238570.12165199965238570.0940172001719474175884800
Tue Dec 16 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.11328099668025970.11328099668025970.11272300034761420.11272300034761420.087116539478302105728000
Wed Dec 17 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.11551299691200250.11607100069522850.11551299691200250.11551299691200250.089272737503051786441600
Thu Dec 18 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.11886200308799740.11941999942064280.11886200308799740.11886200308799740.091860979795455973449600
Fri Dec 19 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.12611599266529080.12667399644851680.12611599266529080.12611599266529080.097467139363288848630400
Mon Dec 22 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.13225400447845460.13281300663948060.13225400447845460.13225400447845460.102210819721221937363200
Tue Dec 23 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.13783499598503110.13839299976825710.13783499598503110.13783499598503110.106523945927619946950400
Wed Dec 24 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.14508900046348570.14564700424671170.14508900046348570.14508900046348570.112130150198936448003200
Fri Dec 26 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.15848200023174280.15904000401496880.15848200023174280.15848200023174280.122480735182762155574400

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