Baselight

Technical Indicator Backtest

1993-2017 SPY Index daily return

@kaggle.zhijinzhai_technical_indicator_backtest

Spy Index
@kaggle.zhijinzhai_technical_indicator_backtest.spy_index

  • 250.31 KB
  • 6126 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Jan 29 1993 00:00:00 GMT+0000 (Coordinated Universal Time)43.968743.968743.7543.937543.93751003200
Mon Feb 01 1993 00:00:00 GMT+0000 (Coordinated Universal Time)43.968744.2543.968744.2544.25480500
Tue Feb 02 1993 00:00:00 GMT+0000 (Coordinated Universal Time)44.218744.37544.12544.343744.3437201300
Wed Feb 03 1993 00:00:00 GMT+0000 (Coordinated Universal Time)44.406244.843744.37544.812544.8125529400
Thu Feb 04 1993 00:00:00 GMT+0000 (Coordinated Universal Time)44.968745.093744.46874545531500
Fri Feb 05 1993 00:00:00 GMT+0000 (Coordinated Universal Time)44.968745.062544.718744.968744.9687492100
Mon Feb 08 1993 00:00:00 GMT+0000 (Coordinated Universal Time)44.968745.12544.906244.968744.9687596100
Tue Feb 09 1993 00:00:00 GMT+0000 (Coordinated Universal Time)44.812544.812544.562544.656244.6562122100
Wed Feb 10 1993 00:00:00 GMT+0000 (Coordinated Universal Time)44.656244.7544.531244.718744.7187379600
Thu Feb 11 1993 00:00:00 GMT+0000 (Coordinated Universal Time)44.781245.12544.781244.937544.937519500

CREATE TABLE spy_index (
  "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.