主营构成分析
标识:zygcfx
- 接口地址:
https://way.jd.com/inspur/zygcfx
- 请求方式:
HTTPS GET POST
- 请求示例:
https://way.jd.com/inspur/zygcfx?companyName=神州长城&isAll=false&appkey=您申请的APPKEY
QUERY请求参数
- 公共请求参数
-
名称 类型 必填 示例值 描述 appkey String 是 1 您申请的appkey - 业务请求参数
-
名称 类型 必填 示例值 描述 companyName String 是 神州长城 公司名称,必填,不支持模糊查询 isAll String 否 false 非必填,true or false,默认为false
返回参数
- 公共返回参数
-
名称 类型 示例值 描述 code string 10000 更多返回参数示例值请参看“错误参照码” charge boolean false 或 true false:不扣费 true:扣费 remain long 1305 数据剩余次数 msg string 查询成功 更多返回参数示例值请参看“错误参照码” result object {...} 数据查询结果 - 业务返回参数
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | array | [...] | 结果 |
mainComposition | string | 国外业务 | 主营构成 |
updateperson | null | null | 更改人 |
analysisTime | string | 2016-12-31 00:00:00 | 时间 |
getTime | string | 2000-01-01 00:00:00 | 采集时间 |
companyName | string | 神州长城 | 公司名称 |
mainProfit | string | 9.52亿 | 主营利润(元) |
businessScope | null | null | 业务范围 |
classificationType | string | 按地区分类 | 分类方式 |
mainOperatingCost | string | 22.3亿 | 主营成本 |
source | null | null | 来源网站 |
stockCode | string | 000018 | 股票代码 |
principalRevenue | string | 31.9亿 | 主营收入 |
url | null | null | URL |
sourceurl | null | null | 来源URL |
firstcommit | string | 2017-11-17 08:43:15 | 入库时间 |
costRatio | string | 64.59 | 成本比例 |
id | null | null | ID |
grossMargin | string | 29.87 | 毛利率(%) |
lastupdate | string | 2017-11-17 08:43:19 | 最后更改时间 |
incomeProportion | string | 68.3 | 收入比例 |
profitRatio | string | 78.94 | 利润比例 |
paging | null | null | 分页 |
message | string | 查询成功 | 信息 |
status | string | 200 | 状态 |
返回示例值
{"code":"10000","charge":false,"remain":1305,"msg":"查询成功","result":{
"status": "200",
"message": "查询成功",
"paging": null,
"result": [{
"id": null,
"companyName": "神州长城",
"stockCode": "000018",
"businessScope": null,
"analysisTime": "2016-12-31 00:00:00",
"classificationType": "按地区分类",
"mainComposition": "国外业务",
"principalRevenue": "31.9亿",
"incomeProportion": "68.3",
"mainOperatingCost": "22.3亿",
"costRatio": "64.59",
"mainProfit": "9.52亿",
"profitRatio": "78.94",
"grossMargin": "29.87",
"url": null,
"source": null,
"getTime": "2000-01-01 00:00:00",
"firstcommit": "2017-11-17 08:43:15",
"lastupdate": "2017-11-17 08:43:19",
"sourceurl": null,
"updateperson": null
},
{
"id": null,
"companyName": "神州长城",
"stockCode": "000018",
"businessScope": null,
"analysisTime": "2016-12-31 00:00:00",
"classificationType": "按行业分类",
"mainComposition": "工程设计",
"principalRevenue": "1267万",
"incomeProportion": ".27",
"mainOperatingCost": "--",
"costRatio": null,
"mainProfit": "--",
"profitRatio": null,
"grossMargin": null,
"url": null,
"source": null,
"getTime": "2000-01-01 00:00:00",
"firstcommit": "2017-11-17 08:43:15",
"lastupdate": "2017-11-17 08:43:19",
"sourceurl": null,
"updateperson": null
},
{
"id": null,
"companyName": "神州长城",
"stockCode": "000018",
"businessScope": null,
"analysisTime": "2016-12-31 00:00:00",
"classificationType": "按行业分类",
"mainComposition": "其他",
"principalRevenue": "23.8万",
"incomeProportion": ".01",
"mainOperatingCost": "--",
"costRatio": null,
"mainProfit": "--",
"profitRatio": null,
"grossMargin": null,
"url": null,
"source": null,
"getTime": "2000-01-01 00:00:00",
"firstcommit": "2017-11-17 08:43:15",
"lastupdate": "2017-11-17 08:43:19",
"sourceurl": null,
"updateperson": null
},
{
"id": null,
"companyName": "神州长城",
"stockCode": "000018",
"businessScope": null,
"analysisTime": "2016-12-31 00:00:00",
"classificationType": "按行业分类",
"mainComposition": "医疗业务收入",
"principalRevenue": "8159万",
"incomeProportion": "1.75",
"mainOperatingCost": "--",
"costRatio": null,
"mainProfit": "--",
"profitRatio": null,
"grossMargin": null,
"url": null,
"source": null,
"getTime": "2000-01-01 00:00:00",
"firstcommit": "2017-11-17 08:43:15",
"lastupdate": "2017-11-17 08:43:19",
"sourceurl": null,
"updateperson": null
}]
}}