DOW JONES Stock Headlines
Dow Jones (DJIA) Stock using News Headlines
@kaggle.lykin22_stock_headlines
Dow Jones (DJIA) Stock using News Headlines
@kaggle.lykin22_stock_headlines
Stock data: Dow Jones Industrial Average (DJIA) is used to "prove the concept".
(Range: 2008-08-08 to 2016-07-01)
Stock Headlines.csv:
I provide this combined dataset with 27 columns.
The first column is "Date", the second is "Label", and the following ones are news headlines ranging from "Top1" to "Top25".
DJIA_table.csv:
Downloaded 5 years data directly from Yahoo Finance: check out the web page for more info.
CREATE TABLE djia_table (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE -- Close*,
"adj_close" DOUBLE -- Adj Close**,
"volume" BIGINT
);Anyone who has the link will be able to view this.