MCPcopy Create free account
hub / github.com/shidenggui/easyquant / fetch_quotation

Method fetch_quotation

test.py:37–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 self.source = easyquotation.use('lf')
36
37 def fetch_quotation(self):
38 return self.source.stocks(['162411', '000002'])
39
40
41quotation_choose = input('请输入使用行情引擎 1: sina 2: leverfun 十档 行情(目前只选择了 162411, 000002)\n:')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected