Baselight

Historical Data For FAANG Stocks

20 years of EOD data for FAANG stocks

@kaggle.brianthecoder_historical_data_for_faang_stocks

Goog
@kaggle.brianthecoder_historical_data_for_faang_stocks.goog

  • 77.43 KB
  • 1642 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)1484.271499.041479.211490.091490.0917794971
Wed Sep 30 2020 00:00:00 GMT+0000 (Coordinated Universal Time)1466.81489.751459.881469.61469.617016081
Tue Sep 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)1470.391476.66321458.8051469.331469.339791021
Mon Sep 28 2020 00:00:00 GMT+0000 (Coordinated Universal Time)1474.211476.81449.30121464.521464.5220079411
Fri Sep 25 2020 00:00:00 GMT+0000 (Coordinated Universal Time)1432.6314501413.341444.961444.9613233751
Thu Sep 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)1411.031443.70881409.851428.291428.2914502161
Wed Sep 23 2020 00:00:00 GMT+0000 (Coordinated Universal Time)1458.781460.961407.71415.211415.2116573501
Tue Sep 22 2020 00:00:00 GMT+0000 (Coordinated Universal Time)1450.091469.521434.531465.461465.4615832011
Mon Sep 21 2020 00:00:00 GMT+0000 (Coordinated Universal Time)1440.061448.361406.551431.161431.1628888271
Fri Sep 18 2020 00:00:00 GMT+0000 (Coordinated Universal Time)1498.011503.00321437.131459.991459.9931038821

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