Baselight

MAAMA Weekly Stock Data (2012-2022)

Weekly stock data of MAAMA companies (Microsoft, Apple, Alphabet, Meta, Amazon)

@kaggle.arnavr10880_maama_companies_stock_price_20122022

Meta
@kaggle.arnavr10880_maama_companies_stock_price_20122022.meta

  • 30.29 KB
  • 529 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Mon May 14 2012 00:00:00 GMT+0000 (Coordinated Universal Time)42.049999453838.2338.23573576400
Mon May 21 2012 00:00:00 GMT+0000 (Coordinated Universal Time)36.52999936.6630.94000131.9131.91430966300
Mon May 28 2012 00:00:00 GMT+0000 (Coordinated Universal Time)31.4831.69000126.8327.71999927.719999288826000
Mon Jun 04 2012 00:00:00 GMT+0000 (Coordinated Universal Time)27.20000127.7625.5227.127.1203386400
Mon Jun 11 2012 00:00:00 GMT+0000 (Coordinated Universal Time)27.1830.126.8430.0130.01121558000
Mon Jun 18 2012 00:00:00 GMT+0000 (Coordinated Universal Time)29.95999933.45000129.4133.04999933.049999186090800
Mon Jun 25 2012 00:00:00 GMT+0000 (Coordinated Universal Time)32.86000133.43999930.7631.131.1115019800
Mon Jul 02 2012 00:00:00 GMT+0000 (Coordinated Universal Time)31.2531.930.54999931.7331.7343863300
Mon Jul 09 2012 00:00:00 GMT+0000 (Coordinated Universal Time)32.09999832.88000130.54999930.71999930.71999964494000
Mon Jul 16 2012 00:00:00 GMT+0000 (Coordinated Universal Time)30.530.527.1528.7628.7697506700

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