Baselight

Historical Data For FAANG Stocks

20 years of EOD data for FAANG stocks

@kaggle.brianthecoder_historical_data_for_faang_stocks

Amzn
@kaggle.brianthecoder_historical_data_for_faang_stocks.amzn

  • 232.26 KB
  • 5221 rows
  • 9 columns
timestamp

Timestamp

open

Open

high

High

low

Low

close

Close

adjusted_close

Adjusted Close

volume

Volume

dividend_amount

Dividend Amount

split_coefficient

Split Coefficient

Thu Oct 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3208322431723221.263221.2649719221
Wed Sep 30 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3141.143212.883133.993148.733148.7348961011
Tue Sep 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3175.393188.263132.543144.883144.8835033981
Mon Sep 28 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3148.853175.043117.16843174.053174.0542241651
Fri Sep 25 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3054.863101.5429993095.133095.1346152021
Thu Sep 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)2977.793069.329653019.793019.7955293921
Wed Sep 23 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3120.433126.9992992.37592999.862999.8656526651
Tue Sep 22 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3033.8353133.993000.23128.993128.9969488161
Mon Sep 21 2020 00:00:00 GMT+0000 (Coordinated Universal Time)2906.5296228712960.472960.4761179251
Fri Sep 18 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3031.743037.82905.542954.912954.9188925801

CREATE TABLE amzn (
  "timestamp" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adjusted_close" DOUBLE,
  "volume" BIGINT,
  "dividend_amount" DOUBLE,
  "split_coefficient" DOUBLE
);

Share link

Anyone who has the link will be able to view this.