8000 Update api.md · qos-max/qos-quote-api-stock-api@16bd689 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16bd689

Browse files
authored
Update api.md
1 parent 9da8f6b commit 16bd689

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@
14031403
|------------|--------|------|-----------------------------|
14041404
| `kline_reqs` | array ||K线请求数组 |
14051405
| > `c` | string || 股票代码,多个股票代码用逗号分隔 |
1406-
| > `co` | integer || Count 请求多少根 |
1406+
| > `co` | integer || Count 请求多少根,默认可以请求所有类型最近1000根K线,需要更多历史K线数据请联系客服。|
14071407
| > `a` | integer || 复权类型 0:不复权 1:前复权 |
14081408
| > `kt` | integer || K线类型,取值参看[2.1章节](#21K线类型)K线类型定义|
14091409
> [返回目录](#目录)
@@ -1591,7 +1591,7 @@
15911591
|------------|--------|------|-----------------------------|
15921592
| `kline_reqs` | array ||K线请求数组 |
15931593
| > `c` | string || 股票代码,多个股票代码用逗号分隔 |
1594-
| > `co` | integer || Count 请求多少根 |
1594+
| > `co` | integer || Count 请求多少根,默认可以请求所有类型最近1000根K线,需要更多历史K线数据请联系客服。 |
15951595
| > `a` | integer || 复权类型 0:不复权 1:前复权 |
15961596
| > `kt` | integer || K线类型,取值参看[2.1章节](#21K线类型)K线类型定义|
15971597
| > `e` | integer || 请求K线的结束时间戳,单位秒 |
@@ -3137,7 +3137,7 @@
31373137
| `type` | 请求类型:RK,响应的type也是RK |
31383138
| `kline_reqs` | K线请求数组 |
31393139
| > `c` | string 股票代码,多个股票代码用逗号分隔 |
3140-
| > `co` | integer Count 请求多少根 |
3140+
| > `co` | integer Count 请求多少根,默认可以请求所有类型最近1000根K线,需要更多历史K线数据请联系客服。 |
31413141
| > `a` | integer 复权类型 0:不复权 1:前复权 |
31423142
| > `kt` | integer K线类型,取值参看[2.1章节](#21K线类型)K线类型定义|
31433143
| `reqid` | integer 可选。请求id,由客户端传入,服务器会原值返回,用于客户端自己索引一条唯一的请求和返回。客户端结合自身需要考虑是否传入合适的值。 |
@@ -3239,7 +3239,7 @@
32393239
| `type` | 请求类型:RH,响应的type也是RH |
32403240
| `kline_reqs` | array K线请求数组 |
32413241
| > `c` | string 股票代码,多个股票代码用逗号分隔 |
3242-
| > `co` | integer Count 请求多少根 |
3242+
| > `co` | integer Count 请求多少根,默认可以请求所有类型最近1000根K线,需要更多历史K线数据请联系客服。 |
32433243
| > `a` | integer 复权类型 0:不复权 1:前复权 |
32443244
| > `kt` | integer K线类型,取值参看[2.1章节](#21K线类型)K线类型定义|
32453245
| > `e` | integer 请求K线的结束时间戳,单位秒 |

0 commit comments

Comments
 (0)
0