# K线结构

#### <mark style="color:red;">此文档已停止维护，请使用新的地址</mark>  [<mark style="color:red;">https://docs.itick.org/</mark>](https://docs.itick.org/)

## K线数据结构

| 字段 | 字段含义  | 字段描述               |
| -- | ----- | ------------------ |
| o  | K线开盘价 |                    |
| c  | K线收盘价 |                    |
| h  | K线最高价 |                    |
| l  | K线最低价 |                    |
| v  | 成交数量  |                    |
| tu | 成交金额  |                    |
| s  | 标的    | 订阅kline时存在，查询接口不存在 |

## K线类型定义

| 字段 | 字段含义  | 字段描述 |
| -- | ----- | ---- |
| 1  | 1分钟k  |      |
| 2  | 5分钟k  |      |
| 3  | 15分钟k |      |
| 4  | 30分钟k |      |
| 5  | 1小时k  |      |
| 6  | 2小时k  |      |
| 7  | 4小时k  |      |
| 8  | 1天k   |      |
| 9  | 1周k   |      |
| 10 | 1月k   |      |

<br>

> 🐳 2小时k、4小时k只有数字币产品支持


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.itick.org/start/k-xian-jie-gou.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
