Baselight

Historical Data For FAANG Stocks

20 years of EOD data for FAANG stocks

@kaggle.brianthecoder_historical_data_for_faang_stocks

Nflx
@kaggle.brianthecoder_historical_data_for_faang_stocks.nflx

  • 206.68 KB
  • 4623 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)506.03529.55503.6527.51527.5181537101
Wed Sep 30 2020 00:00:00 GMT+0000 (Coordinated Universal Time)492.57504.63489.2704500.03500.0346341111
Tue Sep 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)489.5496.2868486.53493.48493.4835431931
Mon Sep 28 2020 00:00:00 GMT+0000 (Coordinated Universal Time)489.1094492477.88490.65490.6547734971
Fri Sep 25 2020 00:00:00 GMT+0000 (Coordinated Universal Time)474.39484.87468.0258482.88482.8837694361
Thu Sep 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)470.53477467.82473.08473.0837272011
Wed Sep 23 2020 00:00:00 GMT+0000 (Coordinated Universal Time)491.04491.04469470.61470.6137264231
Tue Sep 22 2020 00:00:00 GMT+0000 (Coordinated Universal Time)489.01491.82479.26491.17491.1734823241
Mon Sep 21 2020 00:00:00 GMT+0000 (Coordinated Universal Time)467.6923487.775466.32487.35487.3554575391
Fri Sep 18 2020 00:00:00 GMT+0000 (Coordinated Universal Time)472.51479.4458.6469.96469.9667177111

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