Project description
策略易(StrategyEase)Python SDK。
策略易是
爱股网旗下的策略自动化解决方案;提供基于 HTTP 协议的 RESTFul Service,并管理交易客户端。
交流QQ群:115279569

策略易通过调用 WINDOWS API 对交易客户端进行操作。
策略易提供基于 HTTP 协议的 RESTFul Service/API。
SDK 对 API 进行了封装(由 strategyease_sdk/client.py 中的 Client 类实现)。
本地策略或量化交易平台(目前支持聚宽、米筐、优矿)的模拟交易通过调用 SDK 实现自动下单。
正式版 |
pip install --no-binary strategyease_sdk strategyease_sdk
|
测试版 |
pip install --pre --no-binary strategyease_sdk strategyease_sdk
|
正式版 |
pip install --upgrade --no-deps --no-binary strategyease_sdk strategyease_sdk
|
测试版 |
pip install --upgrade --pre --no-deps --no-binary strategyease_sdk strategyease_sdk
|
import logging
import strategyease_sdk
logging.basicConfig(level=logging.DEBUG)
client = strategyease_sdk.Client(host='localhost', port=8888, key='')
account_info = client.get_account('title:monijiaoyi')
print(account_info)
详见:examples/basic_example.py
策略易 HTTP API 封装对应的测试用例见:
查询及下单 |
tests/strategyease_sdk/test_client.py |
客户端管理 |
tests/strategyease_sdk/test_client_management.py |
融资融券 |
tests/strategyease_sdk/test_client_margin_trading.py |
其他 |
tests/strategyease_sdk/… |
C# SDK
由网友 @YBO(QQ:259219140)开发。
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file strategyease_sdk-2.1.0.tar.gz
.
File metadata
-
Download URL:
strategyease_sdk-2.1.0.tar.gz
- Upload date:
- Size: 35.6 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Hashes for strategyease_sdk-2.1.0.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
1ad2bff4392ba30f131f66c9919743236adace2fd4f2704a7cd786554eaa0b31 |
|
MD5 |
64f2ac95d8ebe44933707a668046b3bb |
|
BLAKE2b-256 |
672402838d63f1da788b6348a748615a6c00c5181aaf44f347f5b73386452056 |
|
See more details on using hashes here.
File details
Details for the file strategyease_sdk-2.1.0-py2.py3-none-any.whl
.
File metadata
-
Download URL:
strategyease_sdk-2.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 98.6 kB
- Tags: Python 2, Python 3
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Hashes for strategyease_sdk-2.1.0-py2.py3-none-any.whl
Algorithm |
Hash digest |
|
SHA256 |
e4494b6cd6c4f69286df03b3c4f6c9049201b545cec125e61f626ee9eddf7877 |
|
MD5 |
559f2ae75e118e8625d70eab9f6e169d |
|
BLAKE2b-256 |
2b527df0dd92959e18ea0f79c73c00c5fc1398d7f3179264f8ec8236f10b8b33 |
|
See more details on using hashes here.