Example #1
0
import chinastock as cs
print(cs.get_stock_today(code='000001', exchange='SZ'))
Example #2
0
 def test_get_stock_today(self):
     self.set()
     print(cs.get_stock_today(self.code, self.exchange))
Example #3
0
 def test_get_stock_today(self):
     self.set()
     print(cs.get_stock_today(self.code, self.exchange))