Baselight

Trading Indexes APR 2019 TO APR 2020

Historical Trade Indexes for S&P 500, Nasdaq, Dow Jones

@kaggle.nickbaynham_trading_indexes_apr_2019_to_apr_2020

Dowjones
@kaggle.nickbaynham_trading_indexes_apr_2019_to_apr_2020.dowjones

  • 17.54 KB
  • 252 rows
  • 7 columns
date

Date

high

High

low

Low

open

Open

close

Close

volume

Volume

adj_close

Adj Close

Mon Apr 22 2019 00:00:00 GMT+0000 (Coordinated Universal Time)26553.0507812526458.60937526510.7695312526511.0507812523257000026511.05078125
Tue Apr 23 2019 00:00:00 GMT+0000 (Coordinated Universal Time)26695.960937526503.56054687526513.83007812526656.39062531169000026656.390625
Wed Apr 24 2019 00:00:00 GMT+0000 (Coordinated Universal Time)26680.58007812526582.85937526652.56054687526597.0507812528337000026597.05078125
Thu Apr 25 2019 00:00:00 GMT+0000 (Coordinated Universal Time)26536.4804687526310.27929687526426.36914062526462.08007812529673000026462.080078125
Fri Apr 26 2019 00:00:00 GMT+0000 (Coordinated Universal Time)26543.56054687526392.5507812526454.61914062526543.33007812531729000026543.330078125
Mon Apr 29 2019 00:00:00 GMT+0000 (Coordinated Universal Time)26602.539062526520.7526559.86914062526554.39062527945000026554.390625
Tue Apr 30 2019 00:00:00 GMT+0000 (Coordinated Universal Time)26614.039062526419.47070312526594.56054687526592.9101562534032000026592.91015625
Wed May 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)26689.39062526426.38085937526639.06054687526430.14062530385000026430.140625
Thu May 02 2019 00:00:00 GMT+0000 (Coordinated Universal Time)26454.68945312526180.35937526407.15039062526307.789062528761000026307.7890625
Fri May 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)26534.960937526370.0898437526379.14062526504.9492187524890000026504.94921875

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

Share link

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