# 基金-投资事件

# 接口地址

investment/get_investment_fund_investevent_v2

# 接口参数

参数名 必选 说明
fund_id 基金id

# 返回实例

{
    "code":1000,
    "info":"Success",
    "data":{
        "fund_id":25039,
        "fund_name":"深圳市东盛创业投资有限公司",
        "invest_event":{
            "invest_event_number":4,
            "events":[
                {
                    "event_id":"11513565",
                    "event_title":"大丰实业获得天使轮融资",
                    "invest_year":"2013",
                    "invest_month":"2",
                    "invest_day":"15",
                    "com_id":"35807895",
                    "com_name":"大丰实业",
                    "com_region":"国内",
                    "com_prov":"浙江",
                    "industry_id":"115",
                    "industry_name":"文娱传媒",
                    "round_id":"1",
                    "round_name":"天使轮",
                    "detail_amount":"",
                    "approximate_amount_id":"5",
                    "approximate_amount_name":"未透露",
                    "equity_ratio":"",
                    "detail_valuation":"",
                    "approximate_valuation_id":"",
                    "approximate_valuation_name":"",
                    "currency_id":"1",
                    "currency_name":"人民币"
                },
                {
                    "event_id":"2598570",
                    "event_title":"武汉维豪信息获得A轮投资",
                    "invest_year":"2010",
                    "invest_month":"1",
                    "invest_day":"8",
                    "com_id":"15285672",
                    "com_name":"武汉维豪信息",
                    "com_region":"国内",
                    "com_prov":"湖北",
                    "industry_id":"126",
                    "industry_name":"企业服务",
                    "round_id":"2",
                    "round_name":"A轮",
                    "detail_amount":"",
                    "approximate_amount_id":"3",
                    "approximate_amount_name":"数千万",
                    "equity_ratio":"",
                    "detail_valuation":"",
                    "approximate_valuation_id":"",
                    "approximate_valuation_name":"",
                    "currency_id":"1",
                    "currency_name":"人民币"
                },
                ...
            ]
        }
    }
}

# 字段说明

字段 说明
fund_id 基金id
fund_name 基金名称
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 币种名称