
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
|Build Status|
用户文档会逐步转移到gitbook上,您可以在
https://rainx.gitbooks.io/pytdx/content/
阅读使用该api接口的详细文档。
Pytdx 是一款纯Python语言开发的类似TradeX的行情数据接口的实现。
.dll/.so
\ 文件python2.7+
/3.5+
\ , 以及全平台\ Windows/MacOS/Linux
线程安全
\ 接口调用心跳包
\ 机制,可以在长时间没有交互的情况下保持不断线..
pytdx将重点放在底层包的解析,对于更高层的封装,建议参考或者直接使用\ ```Quantaxis`` https://github.com/yutiansut/QUANTAXIS/blob/master/QUANTAXIS/QAFetch/QATdx.py`__\ 的实现..
::
pip install pytdx
标准行情 pytdx.hq
用于读取标准行情信息
扩展行情 pytdx.exhq
用于读取扩展行情(外盘,期权,期货等)
数据文件读取 pytdx.reader
用于读取行情软件导出的k线数据
历史专业财务数据的爬取和解析
感谢 @datochan 根据 https://github.com/rainx/pytdx/issues/133 方法实现
交易相关 (使用TdxTradeServer(wrapper of trade.dll))
https://rainx.gitbooks.io/pytdx/content/pytdx_trade.html
pytdx.pool (试验性质)
~~~~~~~~~~~~~~~~~~~~~
用于实现备用连接池以及failover支持的行情接口
命令行
------
我们提供了方便命令行调试和导出数据的命令行工具 ``hqget``
以及\ ``hqreader`` 具体使用方法请参考这里。
缘起
----
因为之前TradeX的接口是使用Python扩展的方式调用C++代码实现的,功能上有诸多的限制,如只支持32位的Python,
不支持MacOS, Linux等, 无奈我自己使用的电脑是Mac系统,
服务器又是基于Linux的,所以只能自己重新实现一份。
声明
----
此代码用于个人对网络协议的研究和习作,不对外提供服务,任何人使用本代码遇到问题请自行解决,也可以在github提issue给我,但是我不保证能即时处理。
由于我们连接的是既有的行情软件兼容行情服务器,机构请不要使用此代码,对此造成的任何问题本人概不负责。
其它
----
欢迎对量化交易感兴趣的朋友互相交流,可以来我们的智矿社区看看
http://zhikuang.org
.. |Build Status| image:: https://travis-ci.org/rainx/pytdx.svg?branch=master
:target: https://travis-ci.org/rainx/pytdx
FAQs
A Python Interface to TDX protocol
We found that pytdx demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.