# 基金管理方-投资事件

# 接口地址

investment/get_investment_gp_investevent_v2

# 接口参数

参数名 必选 说明
gp_id 私募基金管理方id

# 返回实例

{
    "code":1000,
    "info":"Success",
    "data":{
        "gp_id":13,
        "gp_name":"中信资本(天津)投资管理合伙企业(有限合伙)",
        "invest_event":{
            "invest_event_number":6,
            "events":[
                ...
                {
                    "event_id":"14224",
                    "event_title":"京东金融获66.5亿元A轮投资",
                    "invest_year":"2016",
                    "invest_month":"1",
                    "invest_day":"16",
                    "com_id":"27142",
                    "com_name":"京东数科",
                    "com_region":"国内",
                    "com_prov":"北京",
                    "industry_id":"12",
                    "industry_name":"金融",
                    "round_id":"2",
                    "round_name":"A轮",
                    "detail_amount":"665000",
                    "approximate_amount_id":"4",
                    "approximate_amount_name":"亿元及以上",
                    "equity_ratio":"14.25",
                    "detail_valuation":"4665000",
                    "approximate_valuation_id":"6",
                    "approximate_valuation_name":"数百亿",
                    "currency_id":"1",
                    "currency_name":"人民币"
                },
                ...
            ]
        }
    }
}

# 字段说明

字段 说明
gp_id gp id
gp_name gp名称
invest_event/ 历史投资事件
invest_event/invest_event_number 历史投资数量
invest_event/events/ 事件详情
invest_event/events/event_id 投资事件ID
invest_event/events/event_title 投资事件标题
invest_event/events/invest_year 投资时间-年
invest_event/events/invest_month 投资时间-月
invest_event/events/invest_day 投资时间-日
invest_event/events/com_id 投资公司ID
invest_event/events/com_name 投资公司名称
invest_event/events/com_region 国内/国外公司
invest_event/events/com_prov 融资公司所在地-省
invest_event/events/com_city 融资公司所在地-市区
invest_event/events/industry_id 行业ID
invest_event/events/industry_name 行业名称
invest_event/events/round_id 投资轮次ID
invest_event/events/round_name 投资轮次名称
invest_event/events/detail_amount 投资的详细金额(单位:万)
invest_event/events/approximate_amount_id 投资的近似金额ID
invest_event/events/approximate_amount_name 近似金额名称
invest_event/events/equity_ratio 股权占比(%)
invest_event/events/detail_valuation 明细估值(单位:万)
invest_event/events/approximate_valuation_id 近似估值ID
invest_event/events/approximate_valuation_name 近似估值名称
invest_event/events/currency_id 币种ID
invest_event/events/currency_name 币种名称