jqdatasdk icon indicating copy to clipboard operation
jqdatasdk copied to clipboard

简单易用的量化金融数据包(easy utility for getting financial market data of China)

Results 19 jqdatasdk issues
Sort by recently updated
recently updated
newest added

好多策略得重新改方法- -

the documentation is in chinese, change to english

当写多线程或者多进程代码时, 帐号超过两个线程时,会报错: 帐号登录验证问题。 请问这是有意如此,还是其他可能的原因?

`get_money_flow`, when given a list of tickers, will return a table like this: ![image](https://user-images.githubusercontent.com/7553018/124917096-fee89800-e025-11eb-8879-c30f03ea2213.png) `get_price` will return a table like this: ![image](https://user-images.githubusercontent.com/7553018/124916966-d6f93480-e025-11eb-9a8f-34c9b062ea60.png) 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...

![image](https://user-images.githubusercontent.com/29171795/117986061-db79d780-b36b-11eb-8e32-d6e726adc9b3.png)

My Hong Kong phone number (+852) can not receive the message. What kind of phone number format should I use? ![image](https://user-images.githubusercontent.com/51265886/111603814-b0618480-880f-11eb-817f-bb5034aa524e.png)

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 大家有兴趣的话可以提提意见