# TickFlow ## Docs - [Quotes](https://docs.tickflow.org/api-reference/websockets/quotes.md): 旧版行情推送接口,仅推送行情数据,不支持市场深度。 新接入建议使用 `/v1/ws/stream`。 - [Stream](https://docs.tickflow.org/api-reference/websockets/stream.md): 统一推送接口,按频道(channel)订阅行情和市场深度。 支持频道: `quotes`(需 WebSocket 实时行情权限)、`depth`(需市场深度权限)。 - [API 概述](https://docs.tickflow.org/zh-Hans/api-reference/introduction.md): TickFlow API 认证与使用说明 - [WebSocket 实时推送](https://docs.tickflow.org/zh-Hans/api-reference/websocket.md): 通过 WebSocket 订阅实时行情和市场深度推送 - [常见问题](https://docs.tickflow.org/zh-Hans/faq.md): 使用 TickFlow 过程中的常见问题和解决方法 - [TickFlow 简介](https://docs.tickflow.org/zh-Hans/index.md): 稳定、易用的行情数据服务,支持 A股、ETF、美股、港股 - [OpenClaw Skill](https://docs.tickflow.org/zh-Hans/openclaw.md): 在 OpenClaw 中安装 TickFlow Skill,让 AI 助手帮你查行情、拉 K 线、分析财务数据 - [开始之前](https://docs.tickflow.org/zh-Hans/quickstart.md): 获取 API Key 和配置服务器地址,选择 SDK 或 API接入 - [最佳实践](https://docs.tickflow.org/zh-Hans/sdk/python-best-practices.md): 生产环境使用的最佳实践和注意事项 - [进阶示例](https://docs.tickflow.org/zh-Hans/sdk/python-examples.md): 进阶场景的代码示例,基础用法请参阅快速开始 - [快速开始](https://docs.tickflow.org/zh-Hans/sdk/python-quickstart.md): 5 分钟上手 TickFlow Python SDK - [批量查询 K线数据](https://docs.tickflow.org/zh-hans/api-reference/k线数据/批量查询-k线数据.md) - [批量查询当日分钟K线](https://docs.tickflow.org/zh-hans/api-reference/k线数据/批量查询当日分钟k线.md) - [查询 K线数据](https://docs.tickflow.org/zh-hans/api-reference/k线数据/查询-k线数据.md) - [查询当日分钟K线](https://docs.tickflow.org/zh-hans/api-reference/k线数据/查询当日分钟k线.md) - [查询除权因子](https://docs.tickflow.org/zh-hans/api-reference/k线数据/查询除权因子.md) - [获取交易所列表](https://docs.tickflow.org/zh-hans/api-reference/交易所/获取交易所列表.md): 返回所有已配置元数据的交易所及其标的数量。 - [获取交易所的标的列表](https://docs.tickflow.org/zh-hans/api-reference/交易所/获取交易所的标的列表.md): 返回指定交易所的所有标的,可选按类型过滤。 - [批量查询实时行情](https://docs.tickflow.org/zh-hans/api-reference/实时行情/批量查询实时行情.md) - [查询实时行情](https://docs.tickflow.org/zh-hans/api-reference/实时行情/查询实时行情.md) - [查询市场深度(五档行情)](https://docs.tickflow.org/zh-hans/api-reference/实时行情/查询市场深度(五档行情).md) - [批量查询标的元数据](https://docs.tickflow.org/zh-hans/api-reference/标的/批量查询标的元数据.md): 使用 POST 方法批量查询,支持更多标的(最多 1000 个)。 - [查询标的元数据](https://docs.tickflow.org/zh-hans/api-reference/标的/查询标的元数据.md): 根据标的代码获取元数据,包括名称、交易所、类型等信息。 使用 GET 方法时通过 URL 参数传递标的代码。 - [批量获取标的池详情](https://docs.tickflow.org/zh-hans/api-reference/标的池/批量获取标的池详情.md) - [获取标的池列表](https://docs.tickflow.org/zh-hans/api-reference/标的池/获取标的池列表.md) - [获取标的池详情](https://docs.tickflow.org/zh-hans/api-reference/标的池/获取标的池详情.md) - [查询利润表](https://docs.tickflow.org/zh-hans/api-reference/财务数据/查询利润表.md): 获取指定标的的利润表数据,包含营收、利润、费用、EPS 等核心字段。 - [查询核心财务指标](https://docs.tickflow.org/zh-hans/api-reference/财务数据/查询核心财务指标.md): 获取指定标的的核心财务指标,包含每股指标、盈利能力、成长性和偿债能力。 - [查询现金流量表](https://docs.tickflow.org/zh-hans/api-reference/财务数据/查询现金流量表.md): 获取指定标的的现金流量表数据,包含经营/投资/筹资三类净现金流。 - [查询股本表](https://docs.tickflow.org/zh-hans/api-reference/财务数据/查询股本表.md): 获取指定标的的股本数据,包含总股本和流通股本。 - [查询资产负债表](https://docs.tickflow.org/zh-hans/api-reference/财务数据/查询资产负债表.md): 获取指定标的的资产负债表数据,包含资产、负债、权益核心科目。 ## OpenAPI Specs - [openapi](https://docs.tickflow.org/zh-Hans/api-reference/openapi.json) ## AsyncAPI Specs - [websocket](https://docs.tickflow.org/zh-Hans/api-reference/websocket.yaml)