# 基金管理方详情
# 接口地址:
- /investment/get_investment_gp_info
# 接口参数:
| 参数名 | 必选 | 说明 |
|---|---|---|
| gp_id | 是 | 私募基金管理方id |
# 返回实例
{
"code": 1000,
"info": "Success",
"data": {
"id": "88",
"gp_name": "和谐爱奇投资管理(北京)有限公司",
"gp_group_type": "私募股权、创业投资基金管理人",
"gp_business_nature": "内资企业",
"gp_regcap": "20000.00",
"gp_reccap": "20000.00",
"gp_found_time": "2009-01-06",
"gp_register_time": "2014-04-08",
"gp_site": "",
"gp_register_number": "P1000758",
"gp_register_address": "北京市海淀区海淀区知春路51号慎昌大厦五层5835室",
"gp_job_address": "北京市东城区东城区建国门内大街8号中粮广场A座6层",
"major_executive": {
"name": "熊晓鸽",
"exp": [
"2016.07-2017.06,和谐天明投资管理(北京)有限公司,投资部,法定代表人兼董事长",
"2009.01-2017.06,和谐爱奇投资管理(北京)有限公司,投资部,法定代表人兼董事长",
"2006.03-2017.06,IDG资本投资顾问(北京)有限公司,办公室,法定代表人兼董事长",
"1991.11-2017.06,美国国际数据集团,办公室,全球常务副总裁",
"1987.06-1991.10,美国卡纳斯出版公司,编辑部,责任编辑",
"1984.09-1986.07,中国社会科学院研究生院新闻系,新闻系,学生",
"1981.09-1984.07,机械工业部研究生院,研究生院,英语老师"
]
},
"executive": [
{
"name": "熊晓鸽",
"position": "法定代表人董事长总经理其他"
},
{
"name": "刘小雨",
"position": "合规风控信息填报负责人"
}
],
"invst": [
{
"invst_id": "2",
"invst_name": "IDG资本"
}
],
"fund_count": 7,
"fund": [
{
"fund_id": "1611",
"fund_name": "北京和谐成长投资中心(有限合伙)",
"fund_type": "创业投资基金",
"fund_born_time": "2010-08-25",
"fund_records_time": "2014-04-08"
},
// 省略...
],
"historical_invse_count": 82,
"historical_invse": [
{
"invse_id": "10240727",
"invse_show": "0",
"invse_title": "奇点云完成6000万元A轮融资 晨兴资本领投",
"invse_year": "2018",
"invse_month": "12",
"invse_day": "31",
"invse_com_id": "59977",
"invse_round_id": "2",
"invse_similar_money_id": "3",
"invse_detail_money": "6000",
"invse_currency_id": "1",
"invse_stock_ownership": "0.00",
"invse_guess_particulars": "0",
"invse_assess_money_id": "0",
"invse_des": "奇点云是一家互联网数据智能技术服务公司,专注大数据和人工智能技术并将其应用于商业领域。据报道,已于去年12月底完成近6000万元A轮融资,本轮融资由晨兴资本领投,IDG资本、浙商创投、禧筠资本跟投。",
"com_name": "奇点云",
"com_sec_name": "",
"com_registered_name": "杭州比智科技有限公司",
"com_logo": "24f53bfdbd862612887b0d8b74bffd52.png",
"com_prov": "浙江",
"com_city": "杭州",
"com_location": "in",
"cat_name": "企业服务",
"create_time": "2019-03-13 07:47:52",
"update_time": "2019-03-13 07:47:52"
},
// 省略...
],
"quitevent": [
{
"quit_id": "677",
"com_id": "35185885",
"quit_mode_id": "1",
"quit_mode_name": "上市",
"quit_amount": "0",
"quit_similar_id": "1",
"invse_similar_money_name": "数十万",
"quit_currency_id": "1",
"invse_currency_name": "人民币",
"public_roi": "2.68",
"quit_time": "2011-06-22 00:00:00"
},
// 省略...
],
"quitevent_count": 3
}
}
# 字段说明
| 字段 | 说明 |
|---|---|
| id | 私募基金管理人id |
| gp_name | 私募基金管理人名称 |
| gp_group_type | gp机构类型 |
| gp_business_nature | 企业性质 |
| gp_regcap | 注册资本 |
| gp_reccap | 实缴资本 |
| gp_found_time | gp成立时间 |
| gp_register_time | gp登记时间 |
| gp_site | 机构网址 |
| gp_register_number | 登记编号 |
| gp_register_address | 注册地址 |
| gp_job_address | 办公地址 |
| major_executive | 高管信息 |
| major_executive/name | 法人代表 |
| major_executive/exp | 法人工作履历 |
| executive | 二级高管信息 |
| executive/name | 姓名 |
| executive/position | 职位 |
| invst | 所属机构 |
| invst/invst_id | 机构id |
| invst/invst_name | 机构名称 |
| fund_count | 管理基金数量 |
| fund | 旗下基金 |
| fund/fund_id | 基金id |
| fund/fund_name | 基金名称 |
| fund/fund_type | 基金类型 |
| fund/fund_born_time | 成立时间 |
| fund/fund_records_time | 备案时间 |
| historical_invse_count | 历史投资数量 |
| historical_invse | 历史投资 |
| historical_invse/invse_id | 投资数据ID |
| historical_invse/invse_show | 事件显隐状态, 0为正常显示(web端的显示), 999为神秘事件(app端的神秘事件,web端不显示) |
| historical_invse/invse_title | 投资数据标题 |
| historical_invse/invse_year | 投资数据发生时间-年 |
| historical_invse/invse_month | 投资数据发生时间-月 |
| historical_invse/invse_day | 投资数据发生时间-日 |
| historical_invse/invse_com_id | 融资的公司ID |
| historical_invse/invse_round_id | 投资的轮次ID |
| historical_invse/invse_similar_money_id | 投资的近似金额ID |
| historical_invse/invse_detail_money | 投资的详细金额 |
| historical_invse/invse_currency_id | 投资金额的币种ID |
| historical_invse/invse_stock_ownership | 股权占比 |
| historical_invse/invse_guess_particulars | 明细估值 |
| historical_invse/invse_assess_money_id | 模糊估值ID |
| historical_invse/invse_des | 投资数据一句话描述 |
| historical_invse/com_name | 融资融资公司名称 |
| historical_invse/com_sec_name | 公司别名 |
| historical_invse/com_registered_name | 融资公司注册名称 |
| historical_invse/com_logo | 融资公司LOGO |
| historical_invse/com_prov | 融资公司所在地-省 |
| historical_invse/com_city | 融资公司所在地-市区 |
| historical_invse/com_location | in 国内公司, out 国外公司 |
| historical_invse/com_cat | 融资公司行业 |
| historical_invse/com_cat/cat_id | 行业ID |
| historical_invse/com_cat/cat_name | 行业名称 |
| historical_invse/create_time | 录入时间 |
| historical_invse/update_time | 更新时间 |
| quitevent | 退出事件 |
| quitevent/quit_id | 退出事件id |
| quitevent/com_id | 被退出公司名称 |
| quitevent/quit_mode_id | 退出方式id |
| quitevent/quit_mode_name | 退出方式名称 |
| quitevent/quit_amount | 回报金额 |
| quitevent/quit_similar_id | 模糊金额id |
| quitevent/invse_similar_money_name | 模糊金额名称 |
| quitevent/quit_currency_id | 币种id |
| quitevent/invse_currency_name | 币种名称 |
| quitevent/public_roi | 回报倍数 |
| quitevent/quit_time | 退出时间 |
| quitevent_count | 退出事件总数 |