# 基金详情
# 接口地址:
- /investment/get_investment_fund_info
# 接口参数:
| 参数名 | 必选 | 说明 |
|---|---|---|
| fund_id | 是 | 基金id |
# 返回实例
{
"code": 1000,
"info": "Success",
"data": {
"fund_id": "603",
"fund_name": "天津红杉聚业股权投资合伙企业(有限合伙)",
"gp_id": "15",
"gp_name": "红杉资本股权投资管理(天津)有限公司",
"fund_type": "股权投资基金",
"fund_born_time": "2010-12-02",
"fund_records_time": "2014-03-16",
"fund_status": "正在运作",
"fund_number": "SD1420",
"invest_currency_id": "",
"invst": [
{
"invst_id": "1",
"invst_name": "红杉资本中国"
}
],
"historical_invse_count": 26,
"historical_invse": [
{
"invse_id": "14023",
"invse_show": "0",
"invse_title": "生命汇(美力三生)获得5000万元A轮融资",
"invse_year": "2016",
"invse_month": "1",
"invse_day": "7",
"invse_com_id": "19970",
"invse_round_id": "2",
"invse_similar_money_id": "3",
"invse_detail_money": "5000",
"invse_currency_id": "1",
"invse_stock_ownership": "0.00",
"invse_guess_particulars": "0",
"invse_assess_money_id": "0",
"invse_des": "生命汇是一家为用户提供高端私人医疗服务的公司,基于预防性、预测性、个性化和参与性的医学模式,为会员提供从一次医学检测到一生呵护的领先、有效、安心的抗衰老医学服务。 ",
"com_name": "生命汇",
"com_sec_name": "美力三生",
"com_registered_name": "北京美力三生科技有限公司",
"com_logo": "af51e432651954412fa66b53ed135ed7.jpg",
"com_prov": "北京",
"com_city": "朝阳区",
"com_location": "in",
"cat_name": "医疗健康",
"create_time": "2019-03-11 02:07:19",
"update_time": "2019-03-11 02:07:19"
},
// 省略...
],
"quitevent": [],
"quitevent_count": 0
}
}
# 字段说明
| 字段 | 说明 |
|---|---|
| fund_id | 基金id |
| fund_name | 基金名称 |
| gp_id | 私募基金管理人id |
| gp_name | 私募基金管理人名称 |
| fund_type | 基金类型 |
| fund_born_time | 基金成立时间 |
| fund_records_time | 基金备案时间 |
| fund_status | 基金运作状态 |
| fund_number | 基金编号 |
| invest_currency_id | 基金币种id |
| invst | 所属机构 |
| invst/invst_id | 机构id |
| invst/invst_name | 机构名称 |
| 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 | 退出事件总数 |