Skip to content

Commit

Permalink
Add 000906 and 000985
Browse files Browse the repository at this point in the history
  • Loading branch information
chenditc authored Dec 13, 2022
1 parent 2f3018d commit ae7e006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tushare/dump_index_eod_price.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_trade_cal(start_date, end_date):
fields='cal_date')
return df

index_list = ['399300.SZ', '000905.SH', '000300.SH']
index_list = ['399300.SZ', '000905.SH', '000300.SH', '000906.SH', '000985.SH']

def dump_index_data(start_date="19900101", end_date="20500101", skip_exists=True):
trade_date_df = get_trade_cal(start_date, end_date)
Expand Down

0 comments on commit ae7e006

Please sign in to comment.