1. 概述
AllTick REST API 文档包含 K线、批量 K线、最新盘口、最新成交价、股票产品基础信息、停复牌信息查询等说明。2. 基础信息
2.1 Base URL
2.2 认证方式
2.3 通用请求头
| Header | 必填 | 说明 | | --- | --- | |X-API-Key | 是 | 身份认证令牌 |
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 产品类型 | Base URL |
|---|---|
| 美股、港股、A股、大盘数据 | https://quote.alltick.co/quote-stock-b-api |
| 外汇、贵金属、加密货币、原油、CFD指数、商品 | https://quote.alltick.co/quote-b-api |
X-API-Key: {token}
X-API-Key | 是 | 身份认证令牌 |
/v1/kline # 单产品k线
/v1/batch-kline # 多产品k线
/v1/quote # 最新报价
/v1/depth # 最新盘口
/v1/stock-info # 股票基础信息
/v1/trading-status/sse # 上海证券交易所停复牌信息
/v1/trading-status/nyse # 纽约证券交易所停复牌信息
/v1/trading-status/nasdaq # 纳斯达克交易所停复牌信息
