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