Baselight

Future Stock Prices Preventing By Using SVM

Stock prices preventing by using SVM

@kaggle.tamilselvanarjunan_stockprices

Sharadar Stock
@kaggle.tamilselvanarjunan_stockprices.sharadar_stock

  • 315.67 KB
  • 10000 rows
  • 10 columns
ticker

Ticker

date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

closeunadj

Closeunadj

lastupdated

Lastupdated

XOMFri Sep 21 2018 00:00:00 GMT+0000 (Coordinated Universal Time)85.0185.4384.5285.172619674985.17Fri Sep 21 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
XOMThu Sep 20 2018 00:00:00 GMT+0000 (Coordinated Universal Time)84.8685.3484.5484.821062163884.82Thu Sep 20 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
XOMWed Sep 19 2018 00:00:00 GMT+0000 (Coordinated Universal Time)83.6484.7783.6484.63978732684.63Wed Sep 19 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
XOMTue Sep 18 2018 00:00:00 GMT+0000 (Coordinated Universal Time)83.984.1383.4583.63879979083.63Tue Sep 18 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
XOMMon Sep 17 2018 00:00:00 GMT+0000 (Coordinated Universal Time)8383.6182.9983.41789845183.41Mon Sep 17 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
XOMFri Sep 14 2018 00:00:00 GMT+0000 (Coordinated Universal Time)82.4283.1582.2782.92855158482.92Fri Sep 14 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
XOMThu Sep 13 2018 00:00:00 GMT+0000 (Coordinated Universal Time)83.1583.2582.0182.321083334082.32Thu Sep 13 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
XOMWed Sep 12 2018 00:00:00 GMT+0000 (Coordinated Universal Time)83.2583.7882.8783.131144272983.13Wed Sep 12 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
XOMTue Sep 11 2018 00:00:00 GMT+0000 (Coordinated Universal Time)81.9683.1981.6382.861162262182.86Tue Sep 11 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
XOMMon Sep 10 2018 00:00:00 GMT+0000 (Coordinated Universal Time)82.23682.7481.65581.711046995981.71Mon Sep 10 2018 00:00:00 GMT+0000 (Coordinated Universal Time)

CREATE TABLE sharadar_stock (
  "ticker" VARCHAR,
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT,
  "dividends" DOUBLE,
  "closeunadj" DOUBLE,
  "lastupdated" TIMESTAMP
);

Share link

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