Baselight

DOW JONES Stock Headlines

Dow Jones (DJIA) Stock using News Headlines

@kaggle.lykin22_stock_headlines

Loading...
Loading...

About this Dataset

DOW JONES Stock Headlines

Description:

Stock data: Dow Jones Industrial Average (DJIA) is used to "prove the concept".
(Range: 2008-08-08 to 2016-07-01)

  1. 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".

  2. DJIA_table.csv:
    Downloaded 5 years data directly from Yahoo Finance: check out the web page for more info.

If you find this dataset useful, please consider upvoting ❤️

Tables

Djia Table

@kaggle.lykin22_stock_headlines.djia_table
  • 66.23 KB
  • 1259 rows
  • 7 columns
Loading...

CREATE TABLE djia_table (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

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