jqdatasdk
jqdatasdk copied to clipboard
简单易用的量化金融数据包(easy utility for getting financial market data of China)
好多策略得重新改方法- -
the documentation is in chinese, change to english
当写多线程或者多进程代码时, 帐号超过两个线程时,会报错: 帐号登录验证问题。 请问这是有意如此,还是其他可能的原因?
`get_money_flow`, when given a list of tickers, will return a table like this:  `get_price` will return a table like this:  and `get_current_tick` will return a table like this:...
When I use `get_current_tick` in a multithreaded setting (see code below), it fails and prints the message "run jqdatasdk.auth first", and returns `None`. When I run any other JQData API...

My Hong Kong phone number (+852) can not receive the message. What kind of phone number format should I use? 
1.0.5 了
requirements = [str(ir.req) for ir in parse_requirements("requirements.txt", session=False)] if sys.version_info.major == 2: requirements = [str(ir.req) for ir in parse_requirements("requirements-py2.txt", session=False)] 在代码环境是python2的时候,由于在py2下的没有req属性,在进if语句前,会直接抛异常,安装失败;可改成if-else结构
开始写一个基于文档的简化版client https://github.com/willgu903/jqdata 大家有兴趣的话可以提提意见