コード例 #1
0
ファイル: chstocktest.py プロジェクト: iecjeff/testpy
import chinastock as cs
print(cs.get_stock_today(code='000001', exchange='SZ'))
コード例 #2
0
ファイル: stock_test.py プロジェクト: fuermosi777/china-stock
 def test_get_stock_today(self):
     self.set()
     print(cs.get_stock_today(self.code, self.exchange))
コード例 #3
0
 def test_get_stock_today(self):
     self.set()
     print(cs.get_stock_today(self.code, self.exchange))