Ejemplo n.º 1
0
 def test_history(self):
     # codes = ['600420', '600177', '000028', '300246', '601009', ]
     codes = [
         '600420',
     ]
     for code in codes:
         read_history(code, '2013-01-02')
Ejemplo n.º 2
0
 def test_index_history(self):
     for code in ['SH000001', 'SZ399001', 'SZ399005', 'SZ399006']:
         history_list = read_history(code)
         print(history_list)
Ejemplo n.º 3
0
 def test_history(self):
     # codes = ['600420', '600177', '000028', '300246', '601009', ]
     codes = ['600420', 'HKHSAHP']
     for code in codes:
         read_history(code, '2013-01-02')
Ejemplo n.º 4
0
def ah_history():
    read_history('HKHSAHP')
Ejemplo n.º 5
0
 def test_index_history(self):
     for code in ['SH000001', 'SZ399001', 'SZ399005', 'SZ399006']:
         history_list = read_history(code)
         print(history_list)