文档
测试

行情信息(我关注的/A版..)

POST
http://opentv.takungae.com/tv/getProGroupInfo

请求头

参数名
类型
描述
必填
t
String
token 登录后需头部携带此参数
必填
d
String
设备类型(非空大写) IOS,ANDROID,WAP,PC
必填

请求参数

参数名
类型
描述
必填
groupType
分组类型
分组类型 a:A版 b:B版 c:C版 y:艺术品板块 z:指数板块 my:自选
必填

响应参数

参数名
类型
描述
必填
data
object
数据字典
必填
a
object
数据字典
必填
data
array
数据列表
必填
amount
int
示例:0
必填
code
string
示例:10055
必填
codeName
string
示例:春华秋实
必填
finishAmount
int
示例:50216
必填
finishMoney
float
示例:5098879.53
必填
hasStop
string
示例:N
必填
high
float
示例:107.75
必填
low
float
示例:98.21
必填
lowPrice
float
示例:94.57
必填
open
float
示例:105.8
必填
preClosePrice
float
示例:105.08
必填
price
float
示例:100.65
必填
tradeDate
object
示例:null
必填
upDownScale
float
示例:-4.22
必填
upPrice
float
示例:115.59
必填
groupType
string
示例:a
必填
title
string
示例:A版
必填
b
object
数据字典
必填
data
array
数据列表
必填
amount
int
示例:0
必填
code
string
示例:10002
必填
codeName
string
示例:骁腾万里
必填
finishAmount
int
示例:9999
必填
finishMoney
float
示例:1384.86
必填
hasStop
string
示例:N
必填
high
float
示例:0.14
必填
low
float
示例:0.13
必填
lowPrice
float
示例:0.12
必填
open
float
示例:0.14
必填
preClosePrice
float
示例:0.13
必填
price
float
示例:0.14
必填
tradeDate
object
示例:null
必填
upDownScale
float
示例:7.69
必填
upPrice
float
示例:0.14
必填
groupType
string
示例:b
必填
title
string
示例:B版
必填
c
object
数据字典
必填
data
array
数据列表
必填
amount
int
示例:1005000
必填
code
string
示例:00010
必填
codeName
string
示例:巅峰J罗
必填
finishAmount
int
示例:1
必填
finishMoney
float
示例:0.14
必填
hasStop
string
示例:N
必填
high
float
示例:0.14
必填
low
float
示例:0.14
必填
lowPrice
float
示例:0.12
必填
open
float
示例:0.14
必填
preClosePrice
float
示例:0.13
必填
price
float
示例:0.14
必填
tradeDate
object
示例:null
必填
upDownScale
float
示例:7.69
必填
upPrice
float
示例:0.14
必填
groupType
string
示例:c
必填
title
string
示例:C版
必填
my
object
数据字典
必填
data
array
数据列表
必填
groupType
string
示例:my
必填
title
string
示例:自选
必填
y
object
数据字典
必填
data
array
数据列表
必填
amount
int
示例:0
必填
code
string
示例:30033
必填
codeName
string
示例:田黄1
必填
finishAmount
int
示例:0
必填
finishMoney
int
示例:0
必填
hasStop
string
示例:N
必填
high
int
示例:0
必填
low
int
示例:0
必填
lowPrice
float
示例:1.18
必填
open
int
示例:0
必填
preClosePrice
float
示例:1.31
必填
price
int
示例:0
必填
tradeDate
object
示例:null
必填
upDownScale
int
示例:-100
必填
upPrice
float
示例:1.44
必填
groupType
string
示例:y
必填
title
string
示例:艺术品板块
必填
z
object
数据字典
必填
data
array
数据列表
必填
amount
int
示例:0
必填
code
string
示例:90001
必填
codeName
string
示例:大公综指
必填
finishAmount
int
示例:852232
必填
finishMoney
float
示例:120085231.1
必填
hasStop
string
示例:N
必填
high
float
示例:36459.17
必填
low
float
示例:34903.08
必填
lowPrice
int
示例:0
必填
open
float
示例:35117.83
必填
preClosePrice
float
示例:35111.37
必填
price
float
示例:36420.78
必填
tradeDate
object
示例:null
必填
upDownScale
float
示例:3.73
必填
upPrice
float
示例:99999.999
必填
groupType
string
示例:z
必填
title
string
示例:大公指数
必填

说明 / 示例

响应数据为JSON格式 最外层数据说明请参照[APP版本信息](doc:7jD6O0lf)中的参数说明 **groupType** 当groupType为空时, 返回全部数据, 当不为空, 则返回相对应的板块数据 **DATA数据** data为JSON对象, a:A版 b:B版 c:C版 y:艺术品板块 z:指数板块 my:自选 ![image.png](https://cos.easydoc.net/28247269/files/knphe20c.png) 可以按照此数据动态变更行情表头信息, 也可以是APP固定, 分别取json中对应的数据 |变量名|类型|说明| |-|-|-| |amount|int|发行数量| |code|String|产品代码| |codeName|String|产品名称| |finishAmount|float|交易量| |finishMoney|float|交易金额| |hasStop|String|是否停牌 N:否 Y:是| |high|float|最高价| |low|float|最低价| |lowPrice|float|跌停价| |open|float|开盘价| |preClosePrice|float|昨日收盘价| |price|float|现价| |tradeDate|float|上市日期| |upDownScale|float|涨跌幅| |upPrice|float|涨停价|