Baselight

Netflix Stock Price With Indicators

Netflux Stock Price and Technical Indicators (2014 - 2023)

@kaggle.aspillai_netflix_stock_price_with_indicators

Nflx 2014–2023
@kaggle.aspillai_netflix_stock_price_with_indicators.nflx_2014_2023

  • 426.74 KB
  • 2516 rows
  • 20 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

rsi_7

Rsi 7

rsi_14

Rsi 14

cci_7

Cci 7

cci_14

Cci 14

sma_50

Sma 50

ema_50

Ema 50

sma_100

Sma 100

ema_100

Ema 100

macd

Macd

bollinger

Bollinger

truerange

TrueRange

atr_7

Atr 7

atr_14

Atr 14

next_day_close

Next Day Close

Thu Jan 02 2014 00:00:00 GMT+0000 (Coordinated Universal Time)52.40142852.51142951.54285851.8314291232560034.72966383904524449.18358365983831-89.573201323852-131.2885794669036850.1128283650.2351565465399646.385428446.650698237421570.751929387765066852.6073571.0528569999999961.16118216301569581.247748475357471751.871429
Fri Jan 03 2014 00:00:00 GMT+0000 (Coordinated Universal Time)5252.49571251.84285751.8714291081710035.5878860765157649.45720840164479-65.8205812919158-103.0261888462612850.2287711999999950.2993265729359246.5375712600000146.754725978120360.62425874672374752.656142750.66428299999999751.09019656829916741.20607236969619751.367142
Mon Jan 06 2014 00:00:00 GMT+0000 (Coordinated Universal Time)51.88999952.04428550.47571651.3671421550150029.82067379962596546.08790036269541-121.4725591924588-139.6405655933445250.3125711799999950.3412032421758946.6809712600000146.846621114968580.4768898087357252.666928451.56856900000000371.1585354871135731.23196498630719348.5
Tue Jan 07 2014 00:00:00 GMT+0000 (Coordinated Universal Time)49.68428449.6985748.15285948.53616760014.37186335654638532.52209136587231-206.7621713700165-238.0291202780492550.3362283450.2689966182780446.7919569846.879558089431440.127277293139982852.56021423.21428300000000181.45221370324020541.373559130958536948.712856
Wed Jan 08 2014 00:00:00 GMT+0000 (Coordinated Universal Time)48.10428649.42571348.07428748.7128562000110018.0490450919038234.07354875015713-117.83670671353-180.76680138531850.3732569250.2079694048635146.9170712700000146.9160748857679-0.131106134132998852.455356951.35142600000000361.4378154599201771.371978193024465748.150002
Thu Jan 09 2014 00:00:00 GMT+0000 (Coordinated Universal Time)48.82428749.13999947.85714348.1500021700720015.93760694882118431.979691589159543-88.16874862929897-153.8399266800301550.439114150.127262143725147.02875699000000546.940650165657296-0.376949239336596552.26928561.28285600000000241.41567839421729461.365612322062508747.44857
Fri Jan 10 2014 00:00:00 GMT+0000 (Coordinated Universal Time)48.29571548.37714447.21857147.448571623790013.6209207715705129.543216566509457-87.12500122399672-138.847973357853650.4529426850.02221207018100647.1321284246.95076490012064-0.621220330308489152.041856951.1585730000000041.37894905218625291.350823798989795848.115715
Mon Jan 13 2014 00:00:00 GMT+0000 (Coordinated Universal Time)47.30428749.81000147.30428748.1157152723700025.61842509443414434.643516467214525-46.12186559921501-92.974323536498650.5062855849.9474452070059347.2228712946.97396116041459-0.75230183665894451.780999952.50571399999999761.5399154733025021.43331595655831548.279999
Tue Jan 14 2014 00:00:00 GMT+0000 (Coordinated Universal Time)48.77714248.79999947.50999848.2799991974000028.47257486557472835.87453097786059-54.55599413642856-83.1445770374893750.5505141849.8820532503236347.3194284099999946.99996387663205-0.833322505907169451.559499951.29000099999999661.50421340568785841.423079173906271847.197144
Wed Jan 15 2014 00:00:00 GMT+0000 (Coordinated Universal Time)47.85714348.36714245.58142947.1971444043200021.9852617826633631.643736098915184-162.11870484644805-102.2269297983150850.5536856599999949.7767597376373647.4060427247.00388923530565-0.973685280747666651.302857052.7857130000000011.68728477630387871.52041016184403247.382858

CREATE TABLE nflx_2014_2023 (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT,
  "rsi_7" DOUBLE,
  "rsi_14" DOUBLE,
  "cci_7" DOUBLE,
  "cci_14" DOUBLE,
  "sma_50" DOUBLE,
  "ema_50" DOUBLE,
  "sma_100" DOUBLE,
  "ema_100" DOUBLE,
  "macd" DOUBLE,
  "bollinger" DOUBLE,
  "truerange" DOUBLE,
  "atr_7" DOUBLE,
  "atr_14" DOUBLE,
  "next_day_close" DOUBLE
);

Share link

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