Skip to content

Commit

Permalink
Merge pull request waditu#423 from yutiansut/master
Browse files Browse the repository at this point in the history
因为凤凰网的hs300的SZ399300数据出错,把hs300的代码换成了000300
  • Loading branch information
jimmysoa authored Jul 16, 2017
2 parents 6373ff1 + ebfee02 commit 1989ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tushare/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.8.2'
__version__ = '0.8.3'
__author__ = 'Jimmy Liu'
"""
for trading data
Expand Down
2 changes: 1 addition & 1 deletion tushare/stock/cons.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
TT_K_TYPE = {'D': 'day', 'W': 'week', 'M': 'month'}
FQ_KEY = ['qfqday', 'hfqday', 'day']
INDEX_LABELS = ['sh', 'sz', 'hs300', 'sz50', 'cyb', 'zxb', 'zx300', 'zh500']
INDEX_LIST = {'sh': 'sh000001', 'sz': 'sz399001', 'hs300': 'sz399300',
INDEX_LIST = {'sh': 'sh000001', 'sz': 'sz399001', 'hs300': 'sh000300',
'sz50': 'sh000016', 'zxb': 'sz399005', 'cyb': 'sz399006', 'zx300': 'sz399008', 'zh500':'sh000905'}
P_TYPE = {'http': 'http://', 'ftp': 'ftp://'}
PAGE_NUM = [40, 60, 80, 100]
Expand Down

0 comments on commit 1989ff9

Please sign in to comment.