Baselight

MAANG-Stock-DATASET

Dataset Contains 5 companies stock Data. When they had issued their first IPO.

@kaggle.rajmillioman_maang_stock_dataset

Aapl
@kaggle.rajmillioman_maang_stock_dataset.aapl

  • 430.07 KB
  • 10498 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.1283480.1289060.1283480.1283480.100178469033600
Mon Dec 15 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.122210.122210.1216520.1216520.094952175884800
Tue Dec 16 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.1132810.1132810.1127230.1127230.087983105728000
Wed Dec 17 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.1155130.1160710.1155130.1155130.0901686441600
Thu Dec 18 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.1188620.119420.1188620.1188620.09277473449600
Fri Dec 19 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.1261160.1266740.1261160.1261160.09843648630400
Mon Dec 22 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.1322540.1328130.1322540.1322540.10322737363200
Tue Dec 23 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.1378350.1383930.1378350.1378350.10758346950400
Wed Dec 24 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.1450890.1456470.1450890.1450890.11324548003200
Fri Dec 26 1980 00:00:00 GMT+0000 (Coordinated Universal Time)0.1584820.159040.1584820.1584820.12369955574400

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.