# 人物投资案例

# 接口地址

person/get_person_portfolios_v2

# 接口参数

参数名 必选 说明
person_id 人物ID

# 返回实例

{
    "code":1000,
    "info":"Success",
    "data":{
        "person_id":111786,
        "person_name":"李泽湘",
        "invest_round":"种子天使轮,A轮,Pre-A轮",
        "invest_industry":"制造业,硬件,汽车交通,人工智能,物流运输,智能制造",
        "invest_case":[
            {
                "event_id":"10479257",
                "event_name":"霍曼科技完成 1000 万元 Pre-A 轮融资",
                "com_id":"53996",
                "com_name":"霍曼HomeRun",
                "com_logo":
              "https://cdn.itjuzi.com/images/c78c806f46f71c7f24d9b49d4eff654b.png",
                "com_slogan":"致力于人工智能科技产品的自主研发型企业",
                "com_prov":"广东",
                "com_city":"广州",
                "com_industry":"智能硬件",
                "com_sub_industry":"智能家居",
                "invest_year":"2019",
                "invest_month":"5",
                "invest_day":"13",
                "detail_money":"1000",
                "approximate_amount":"数千万",
                "detail_valuation":"0",
                "approximate_valuation":"",
                "currency":"人民币",
                "round_name":"Pre-A轮"
            }
        ],
        "invest_event_num":1
    }
}

# 字段说明

字段 说明
person_id 人物id
person_name 人物名称
invest_round 人物投资阶段
invest_industry 人物投资领域
invest_case/ 投资案例
invest_case/event_id 事件id
invest_case/event_title 事件标题
invest_case/com_id 公司id
invest_case/com_name 公司名称
invest_case/com_logo 公司logo
invest_case/com_slogan 公司slogan
invest_case/com_prov 公司所在省份
invest_case/com_city 公司所在城市
invest_case/com_industry 公司主行业
invest_case/com_sub_industry 公司子行业
invest_case/invest_year 投资时间- 年
invest_case/invest_month 投资时间-月
invest_case/invest_day 投资时间-日
invest_case/detail_amount 详情金额
invest_case/approximate_amount 近似金额
invest_case/detail_valuation 详细估值
invest_case/approximate_valuation 近似估值
invest_case/currency_name 币种
invest_case/round_name 轮次名称
invest_event_num 投资事件总数