stock_list=['600701','002356','000939','000979','300090','300156','600654','002477','002143','600240','002501','000669','600157','300104','000917','000063','600122','000792','300431']
%run stock_info.py
stock_info(stock_list)
%run bond_default_subjects.py
print(ts.get_realtime_quotes('000979').loc[:,['code','date','price']])
bond_default_subjects('000979')
print(ts.get_realtime_quotes('002477').loc[:,['code','date','price']])
bond_default_subjects('002477')
print(ts.get_realtime_quotes('600701').loc[:,['code','date','price']])
bond_default_subjects('600701')
print(ts.get_realtime_quotes('002356').loc[:,['code','date','price']])
bond_default_subjects('002356')
print(ts.get_realtime_quotes('000939').loc[:,['code','date','price']])
bond_default_subjects('000939')
print(ts.get_realtime_quotes('300090').loc[:,['code','date','price']])
bond_default_subjects('300090')
print(ts.get_realtime_quotes('300156').loc[:,['code','date','price']])
bond_default_subjects('300156')
print(ts.get_realtime_quotes('600654').loc[:,['code','date','price']])
bond_default_subjects('600654')
print(ts.get_realtime_quotes('002143').loc[:,['code','date','price']])
bond_default_subjects('002143')
print(ts.get_realtime_quotes('600240').loc[:,['code','date','price']])
bond_default_subjects('600240')
print(ts.get_realtime_quotes('002501').loc[:,['code','date','price']])
bond_default_subjects('002501')
print(ts.get_realtime_quotes('000669').loc[:,['code','date','price']])
bond_default_subjects('000669')
print(ts.get_realtime_quotes('600157').loc[:,['code','date','price']])
bond_default_subjects('600157')
print(ts.get_realtime_quotes('300104').loc[:,['code','date','price']])
bond_default_subjects('300104')
print(ts.get_realtime_quotes('000917').loc[:,['code','date','price']])
bond_default_subjects('000917')
print(ts.get_realtime_quotes('600122').loc[:,['code','date','price']])
bond_default_subjects('600122')
print(ts.get_realtime_quotes('000792').loc[:,['code','date','price']])
bond_default_subjects('000792')
print(ts.get_realtime_quotes('300431').loc[:,['code','date','price']])
bond_default_subjects('300431')