# 机构-收购事件
# 接口地址
/investment/get_investment_merger_v2
# 接口参数
参数名 | 必选 | 说明 |
---|---|---|
institution_id | 是 | 机构ID |
# 返回实例
{
"code":1000,
"info":"Success",
"data":{
"institution_id":6616,
"institution_name":"华润资本",
"purchase_event":[
{
"event_id":"6167",
"event_title":"华润资本参与完成收购英国基础设施企业",
"event_des":"Viridor是一家垃圾处理服务商,其业务涵盖垃圾处理全产业链,包含垃圾收取、循环利用、能源回收及填埋制气等。华润资本管理有限公司宣布参与在Kohlberg Kravis Roberts & Co. L.P.(连同其附属公司,简称KKR)及其他投资机构组成的投资财团里,以42亿英镑对价收购英国领先垃圾处理公司Viridor。",
"com_id":"36619195",
"com_name":"Viridor",
"com_legal_name": "杭州卷瓜网络有限公司",
"com_credit_code": "911409216880506622",
"com_logo":"",
"com_industry_id":"269",
"com_industry_name":"新工业",
"com_sub_industry_id":"272",
"com_sub_industry_name":"环保",
"com_prov":"欧洲",
"com_city":"英国",
"purchase_year":"2020",
"purchase_month":"7",
"purchase_day":"13",
"equity_ratio":"",
"remaining_ratio":"",
"detail_amount":"420000",
"approximate_amount_id":"4",
"approximate_amount_name":"数亿",
"currency_id":"5",
"currency_name":"英镑",
"other_purchaser":[
{
"purchaser_id":"2001",
"purchaser_name":"KKR",
"purchaser_type":"机构"
}
],
"other_purchaser_unstructured":[
]
}
]
}
}
# 字段说明
字段 | 说明 |
---|---|
institution_id | 机构ID |
institution_name | 机构名称 |
purchase_event/ | 机构的收购事件(该机构为收购方) |
purchase_event/event_id | 收购事件ID |
purchase_event/event_title | 收购事件标题 |
purchase_event/event_des | 收购事件介绍 |
purchase_event/com_id | 被收购方ID |
purchase_event/com_name | 被收购方名称 |
purchase_event/com_legal_name | 被收购方工商全称 |
purchase_event/com_credit_code | 被收购方信用代码 |
purchase_event/com_logo | 被收购方logo |
purchase_event/com_industry_id | 被收购方行业ID |
purchase_event/com_industry_name | 被收购方行业ID |
purchase_event/com_sub_industry_id | 被收购方子行业ID |
purchase_event/com_sub_industry_name | 被收购方子行业 |
purchase_event/com_prov | 被收购方所在省份 |
purchase_event/com_city | 被收购方所在城市 |
purchase_event/purchase_year | 收购时间-年 |
purchase_event/purchase_month | 收购时间-月 |
purchase_event/purchase_day | 收购时间-日 |
purchase_event/equity_ratio | 收购股权占比(%) |
purchase_event/remaining_ratio | 收购剩余股权比例(%) |
purchase_event/detail_amount | 收购详细金额(单位:万) |
purchase_event/approximate_amount_id | 收购近似金额ID |
purchase_event/approximate_amount_name | 收购近似金额 |
purchase_event/currency_id | 收购币种ID |
purchase_event/currency_name | 收购币种 |
purchase_event/other_purchaser/ | 其他收购方 |
purchase_event/other_purchaser/purchaser_id | 其他收购方ID |
purchase_event/other_purchaser/purchaser_name | 其他收购方名称 |
purchase_event/other_purchaser/purchaser_type | 其他收购方类型 |
purchase_event/other_purchaser_unstructured | 非结构化的其他收购方名称 |