Python Wind api
Project description
py_wind
wind 接口简易封装
环境需求
- python 3.6+
使用说明
更多函数用法,详见函数说明.
示例
from py_wind.wind import Wind
if __name__ == '__main__':
w = Wind()
df = w.get_history_day('000001.SH', '2019-03-01')
print(df)
w.stop()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py_wind-0.0.1.tar.gz
(4.4 kB
view details)
File details
Details for the file py_wind-0.0.1.tar.gz.
File metadata
- Download URL: py_wind-0.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
484775f38e15dd2ac773bcc27386c0826a39e154164f5aead62c79f13d1337b6
|
|
| MD5 |
34e909aa220eac386db9608516c9e0ab
|
|
| BLAKE2b-256 |
092f56c75269196214e38fb0fbb86703f5bba6c29548f894d23fb5a9eabc6e7a
|