📓
PYTDX
  • Introduction
  • 接口API
  • 安装
  • 扩展行情 pytdx.exhq
  • 标准行情 pytdx.hq
  • 数据文件读取 pytdx.reader
  • 历史专业财务数据 pytdx.crawler
  • 交易相关 pytdx.trade
  • 连接池 pytdx.pool
  • hqget
  • hqreader
  • 同花顺的一个爬虫 可以获取前后复权因子
  • 数据的批量完整下载方式代码
  • 基金价格问题
Powered by GitBook
On this page

Was this helpful?

接口API

pytdx 实现了读取行情和数据文件等不同的接口,您可以使用 ipython 通过交互的方式进行调用,也可以在您的python脚本程序中使用。

PreviousIntroductionNext安装

Last updated 5 years ago

Was this helpful?