mootdx 0.11.7
pip install mootdx
Latest version
Released:
通达信数据读取接口.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: bopo
- Requires: Python <4.0, >=3.8
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
Project description
通达信数据读取接口
如果喜欢本项目可以在右上角给颗⭐!你的支持是我最大的动力😎!
郑重声明: 本项目只作学习交流, 不得用于任何商业目的.
- 开源协议: MIT license
- 在线文档: https://www.mootdx.com
- 国内镜像: https://gitee.com/ibopo/mootdx
- 项目仓库: https://github.com/mootdx/mootdx
- 问题交流: https://github.com/mootdx/mootdx/issues
版本更新(倒序)
版本更新日志: https://mootdx.readthedocs.io/zh_CN/latest/history/
运行环境
- 操作系统: Windows / MacOS / Linux 都可以运行.
- Python: 3.8 以及以上版本.
安装方法
新手建议使用
pip install -U 'mootdx[all]'
安装
PIP 安装方法
# 包含核心依赖安装
pip install 'mootdx'
# 包含命令行依赖安装, 如果使用命令行工具可以使用这种方式安装
pip install 'mootdx[cli]'
# 包含所有扩展依赖安装, 如果不清楚各种依赖关系就用这个命令
pip install 'mootdx[all]'
升级安装
pip install -U tdxpy mootdx
如果不清楚各种依赖关系就用这个命令
pip install -U 'mootdx[all]'
使用说明
以下只列举一些例子, 详细说明请查看在线文档: https://www.mootdx.com
通达信离线数据读取
from mootdx.reader import Reader
# market 参数 std 为标准市场(就是股票), ext 为扩展市场(期货,黄金等)
# tdxdir 是通达信的数据目录, 根据自己的情况修改
reader = Reader.factory(market='std', tdxdir='C:/new_tdx')
# 读取日线数据
reader.daily(symbol='600036')
# 读取分钟数据
reader.minute(symbol='600036')
# 读取时间线数据
reader.fzline(symbol='600036')
通达信线上行情读取
from mootdx.quotes import Quotes
# 标准市场
client = Quotes.factory(market='std', multithread=True, heartbeat=True)
# k 线数据
client.bars(symbol='600036', frequency=9, offset=10)
# 指数
client.index(symbol='000001', frequency=9)
# 分钟
client.minute(symbol='000001')
通达信财务数据读取
from mootdx.affair import Affair
# 远程文件列表
files = Affair.files()
# 下载单个
Affair.fetch(downdir='tmp', filename='gpcw19960630.zip')
# 下载全部
Affair.parse(downdir='tmp')
加微信交流
常见问题
M1 mac 系统PyMiniRacer不能使用,访问: https://github.com/sqreen/PyMiniRacer/issues/143
Stargazers over time
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: bopo
- Requires: Python <4.0, >=3.8
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
Release history Release notifications | RSS feed
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 mootdx-0.11.7.tar.gz
.
File metadata
- Download URL: mootdx-0.11.7.tar.gz
- Upload date:
- Size: 99.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.8.18 Linux/5.10.0-19-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 446c15f55c1509bc706a1b44d3f26a0f40d7ac016e326ffd6df3cf7ebcdf1c0a |
|
MD5 | d1bfdceb937a8c07b0b45a798f76ff7f |
|
BLAKE2b-256 | 2a19ede725a3ca8a4a393116ebcf3417f3e708093ff4c55ba87d47fe26ca4b2f |
File details
Details for the file mootdx-0.11.7-py3-none-any.whl
.
File metadata
- Download URL: mootdx-0.11.7-py3-none-any.whl
- Upload date:
- Size: 108.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.8.18 Linux/5.10.0-19-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eab475f1d08b1c71ea51212c8b1b1038c4739798f7d95ad1a6fb7bb26e348ef2 |
|
MD5 | 47e5306ad45c978be05c3bd2a15e5284 |
|
BLAKE2b-256 | bd7cdff7de8e9d29d49a22ffcb03f765cf829be5097019a760319d908009da54 |