|
1403 | 1403 | |------------|--------|------|-----------------------------|
|
1404 | 1404 | | `kline_reqs` | array |是 |K线请求数组 |
|
1405 | 1405 | | > `c` | string |是 | 股票代码,多个股票代码用逗号分隔 |
|
1406 |
| -| > `co` | integer |是| Count 请求多少根 | |
| 1406 | +| > `co` | integer |是| Count 请求多少根,默认可以请求所有类型最近1000根K线,需要更多历史K线数据请联系客服。| |
1407 | 1407 | | > `a` | integer |是 | 复权类型 0:不复权 1:前复权 |
|
1408 | 1408 | | > `kt` | integer |是 | K线类型,取值参看[2.1章节](#21K线类型)K线类型定义|
|
1409 | 1409 | > [返回目录](#目录)
|
|
1591 | 1591 | |------------|--------|------|-----------------------------|
|
1592 | 1592 | | `kline_reqs` | array |是 |K线请求数组 |
|
1593 | 1593 | | > `c` | string |是 | 股票代码,多个股票代码用逗号分隔 |
|
1594 |
| -| > `co` | integer |是 | Count 请求多少根 | |
| 1594 | +| > `co` | integer |是 | Count 请求多少根,默认可以请求所有类型最近1000根K线,需要更多历史K线数据请联系客服。 | |
1595 | 1595 | | > `a` | integer |是 | 复权类型 0:不复权 1:前复权 |
|
1596 | 1596 | | > `kt` | integer |是 | K线类型,取值参看[2.1章节](#21K线类型)K线类型定义|
|
1597 | 1597 | | > `e` | integer |是| 请求K线的结束时间戳,单位秒 |
|
|
3137 | 3137 | | `type` | 请求类型:RK,响应的type也是RK |
|
3138 | 3138 | | `kline_reqs` | K线请求数组 |
|
3139 | 3139 | | > `c` | string 股票代码,多个股票代码用逗号分隔 |
|
3140 |
| -| > `co` | integer Count 请求多少根 | |
| 3140 | +| > `co` | integer Count 请求多少根,默认可以请求所有类型最近1000根K线,需要更多历史K线数据请联系客服。 | |
3141 | 3141 | | > `a` | integer 复权类型 0:不复权 1:前复权 |
|
3142 | 3142 | | > `kt` | integer K线类型,取值参看[2.1章节](#21K线类型)K线类型定义|
|
3143 | 3143 | | `reqid` | integer 可选。请求id,由客户端传入,服务器会原值返回,用于客户端自己索引一条唯一的请求和返回。客户端结合自身需要考虑是否传入合适的值。 |
|
|
3239 | 3239 | | `type` | 请求类型:RH,响应的type也是RH |
|
3240 | 3240 | | `kline_reqs` | array K线请求数组 |
|
3241 | 3241 | | > `c` | string 股票代码,多个股票代码用逗号分隔 |
|
3242 |
| -| > `co` | integer Count 请求多少根 | |
| 3242 | +| > `co` | integer Count 请求多少根,默认可以请求所有类型最近1000根K线,需要更多历史K线数据请联系客服。 | |
3243 | 3243 | | > `a` | integer 复权类型 0:不复权 1:前复权 |
|
3244 | 3244 | | > `kt` | integer K线类型,取值参看[2.1章节](#21K线类型)K线类型定义|
|
3245 | 3245 | | > `e` | integer 请求K线的结束时间戳,单位秒 |
|
|
0 commit comments