Baselight

Historical Data For FAANG Stocks

20 years of EOD data for FAANG stocks

@kaggle.brianthecoder_historical_data_for_faang_stocks

Fb
@kaggle.brianthecoder_historical_data_for_faang_stocks.fb

  • 98.95 KB
  • 2107 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)265.35268.33264.8266.63266.63200098011
Wed Sep 30 2020 00:00:00 GMT+0000 (Coordinated Universal Time)261.98266.085260.1261.9261.9201425461
Tue Sep 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)257.81263.33256.9261.79261.79202155041
Mon Sep 28 2020 00:00:00 GMT+0000 (Coordinated Universal Time)259.4259.6254.8208256.82256.82188262541
Fri Sep 25 2020 00:00:00 GMT+0000 (Coordinated Universal Time)249.4255.75246.61254.82254.82183513111
Thu Sep 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)246.5252.24245.62249.53249.53200067501
Wed Sep 23 2020 00:00:00 GMT+0000 (Coordinated Universal Time)255.26257.9921248.15249.02249.02196412661
Tue Sep 22 2020 00:00:00 GMT+0000 (Coordinated Universal Time)253.31255.32248.22254.75254.75302931031
Mon Sep 21 2020 00:00:00 GMT+0000 (Coordinated Universal Time)247.54249.95244.13248.15248.15247093781
Fri Sep 18 2020 00:00:00 GMT+0000 (Coordinated Universal Time)258.405259.2250.05252.53252.53281307671

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