Schema for table dow_jones_index

API
Columns
Name Type Constraints
quarter INTEGER NOT NULL
stock TEXT NOT NULL
date TEXT NOT NULL
open REAL NOT NULL
high REAL NOT NULL
low REAL NOT NULL
close REAL NOT NULL
volume INTEGER NOT NULL
percent_change_price REAL NOT NULL
percent_change_volume_over_last_wk REAL
previous_weeks_volume INTEGER
next_weeks_open REAL NOT NULL
next_weeks_close REAL NOT NULL
percent_change_next_weeks_price REAL NOT NULL
days_to_next_dividend INTEGER NOT NULL
percent_return_next_dividend REAL NOT NULL
Indexes
none

DbShare 2.7.10