tdx_wrapper_async

A Python wrapper of pytdx


Keywords
algorithmic-trading, dataset, quant, zipline
Install
pip install tdx_wrapper_async==1.2.2

Documentation

tdx


PyPI version Build Status Build status

Pytdx 是一款纯Python语言开发的类似TradeX的行情数据接口的实现,

tdx只是对pytdx进行粗略的封装,pytdx详情见https://github.com/rainx/pytdx

安装:

pip install tdx_wrapper

相关:

tdx项目被用于cn-zipline-live https://github.com/JaysonAlbert/zipline 的数据源。 cn-zipline-live是基于zipline-live二次开发的一个项目,可以用zipline对a股进行回测以及实盘。