Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WenqiAngieWu committed Apr 27, 2020
1 parent 0186f71 commit 85f2b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
### -*- coding: utf-8 -*-

#### library ####
import pandas as pd
Expand Down Expand Up @@ -337,7 +337,7 @@ def to_csv_cum_ret(resultPath, name, data, method):
###############################################
###############################################
#################################################
name = 'NYSE' #SP500/TSX/NYSE
name = 'TSX' #SP500/TSX/NYSE
start = dt.datetime(2011, 12, 31)
end = dt.datetime(2020, 1, 1)
initialInvest = 1
Expand Down

0 comments on commit 85f2b04

Please sign in to comment.