# 投资事件

# 接口地址

investevent/get_investevent_list_v2

# 接口参数

参数名 必选 说明
event_id 投资事件ID
region 融资公司所在区域,传入值in或out
prov 融资公司所在省份,传入格式为:北京,若传入多条则需用英文逗号分隔:北京,浙江
city 融资公司所在城市,传入格式为:杭州,若传入多条则需用英文逗号分隔:成都,杭州(当筛选城市时,省份为必填项,并且需要与城市对应。如:城市为成都时,省份需要填写四川。)
industry_id 融资公司行业ID, 若传入多条参数需用英文逗号分隔, 例:1,12,28(查看映射关系
sub_industry_id 融资公司子行业ID,若传入多条参数需用英文逗号分隔, 例:1,12,28(查看映射关系
round_id 投资轮次ID(查看映射关系
currency_id 投资币种ID(查看映射关系
date_pattern 按照时间筛选模式, 1为按照数据创建时间筛选, 2为按照数据更新时间筛选, 3为投资事件发生时间筛选
date_start 时间筛选模式下的必选参数, 起始日期, 如:2017-4-1
date_end 时间筛选模式下的必选参数, 截止日期, 如:2017-4-10 注, 起始日期需早于截止日期
page 分页, 默认为1, 表示第一页, 每页显示20条投资事件
start 起始显示条数(默认为0)
limit 每页显示公司个数 (默认为20)
order 对查出数据进行排序, 1为融资事件发生的时间, 2为事件的录入时间,3为事件的更新时间, 默认为1
order_rules 对查出数据排序规则, 1为DESC(倒序), 2为ASC(正序),默认为1

# 返回实例

{
    "code":1000,
    "info":"Success",
    "data":[
        {
            "event_id":"11150453",
            "event_title":"慧拓智能完成过亿元人民币A2轮融资",
            "event_des":"慧拓智能专注于特定刚性需求场景下的平行驾驶产品、解决方案和测试评估系统研发。致力成为全球一流的人工智能服务商、平行驾驶技术引领者、无人化作业平台系统提供商及业务运营商。近日完成过亿元人民币的 A2 轮融资,由凯辉基金旗下汽车基金领投,山东省海创千峰新旧动能转换母基金、老股东方和资本和汉能创投跟投,汉能担任独家财务顾问,融资主要用于无人矿山整体解决方案的产品化、平台化和系统化,推进“煤炭井下矿”无人化解决方案的落地,推进矿山无人化设备的量产交付。",
            "invest_year":"2020",
            "invest_month":"3",
            "invest_day":"5",
            "com_id":"33581851",
            "com_name":"慧拓智能",
            "com_legal_name": "杭州卷瓜网络有限公司",
        	"com_credit_code": "911409216880506622",
            "com_logo":"https://cdn.itjuzi.com/images/49aee927bb6fc6d8923348251e9f8540.png",
            "com_slogan":"无人驾驶技术研发商",
            "com_region":"国内",
            "com_prov":"山东",
            "com_city":"青岛",
            "com_industry_id":"28",
            "com_industry_name":"汽车交通",
            "com_sub_industry_id":"278",
            "com_sub_industry_name":"自动/无人驾驶",
            "round_id":"14",
            "round_name":"A+轮",
            "approxmiate_amount_id":"4",
            "approximate_amount_name":"亿元及以上",
            "detail_amount":"10000",
            "juzi_detail_amount":"10000",
            "currency_id":"1",
            "currency_name":"人民币",
            "equity_ratio":"",
            "detail_valuation":"",
            "approximate_valuation_id":"5",
            "approximate_valuation_name":"数十亿",
            "juzi_valuation":50000,
            "leading_investor":[
                {
                    "type":"investment",
                    "id":"165",
                    "name":"凯辉基金",
                    "logo":"https://cdn.itjuzi.com/images/1b8f4175ae805eb63acda84c00ffca8f.jpg"
                }
            ],
            "unstructured_leading_investor":[

            ],
            "following_investor":[
                {
                    "type":"investment",
                    "id":"6607",
                    "name":"方和资本",
                    "logo":"https://cdn.itjuzi.com/images/73c03aa9bc987ab1ac43dbe785d05263.png"
                },
                {
                    "type":"investment",
                    "id":"252",
                    "name":"汉能投资",
                    "logo":"https://cdn.itjuzi.com/images/42c99b77a17ca9edcf86222553aeac74.jpg"
                }
            ],
            "unstructured_following_investor":[
                "海创千峰新旧动能转换母基金"
            ],
            "secondary_investor":[
                {
                    "type": "person",
                    "id": "73005",
                    "name": "吴叶楠",
                    "logo": "https://cdn.itjuzi.com/images/c1110d1a55599ba366aed2fb563a07a9.png",
                    "institution_id": "5442,11047,11731",
                    "institution_name": "鼎兴量子,鹰盟资本,龙鼎资本"
                }
            ],
            "unstructured_secondary_investor":[

            ],
            "fa":[
                {
                    "fa_id":"252",
                    "fa_name":"汉能投资"
                }
            ],
            "unstructured_fa":[

            ],
            "news":[
                {
                    "title":"「慧拓」获凯辉基金领投过亿人民币A2轮融资,推进无人矿山全球化布局",
                    "url":"https://36kr.com/p/5296981",
                    "time":"2020-03-05"
                }
            ],
            "create_time":"2020-06-24 15:25:41",
            "update_time":"2020-06-24 15:25:41"
        }
    ],
    "total":1
}

# 字段说明

字段 说明
event_id 投资事件ID
event_title 投资事件标题
event_des 投资事件描述
invest_year 投资时间-年
invest_month 投资时间-月
invest_day 投资时间-日
com_id 融资的公司ID
com_name 融资的公司名称
com_legal_name 融资的公司工商全称
com_credit_code 融资的公司信用代码
com_logo 融资的公司LOGO
com_slogan 融资的公司Slogan
com_region 融资的公司所在地-国内外
com_prov 融资的公司所在地-省份
com_city 融资的公司所在地-城市
com_industry_id 融资的公司行业ID
com_industry_name 融资的公司行业名称
com_sub_industry_id 融资的公司子行业ID
com_sub_industry_name 融资的公司子行业名称
round_id 融资轮次ID
round_name 融资轮次名称
approxmiate_amount_id 融资近似金额ID
approximate_amount_name 融资近似金额名称
detail_amount 融资详细金额(单位:万)
juzi_detail_amount 融资额等值人民币(单位:万)(估算值,仅供宏观统计使用)
currency_id 融资金额的币种ID
currency_name 融资金额的币种名称
equity_ratio 融资股权占比(%)
detail_valuation 明细估值(单位:万)
approximate_valuation_id 近似估值ID
approximate_valuation_name 近似估值名称
juzi_valuation 桔子估算估值(单位:万)(估算值,仅供宏观统计使用)
leading_investor 领投方信息
leading_investor/type 领投方类型
leading_investor/id 领投方ID
leading_investor/logo 领投方LOGO
leading_investor/name 领投方名称
unstructured_leading_investor 非结构化领投方
following_investor 跟投方信息
following_investor/type 跟投方类型
following_investor/id 跟投方ID
following_investor/name 跟投方名称
following_investor/logo 跟投方LOGO
unstructured_following_investor 非结构化跟投方
secondary_investor 负责人或参投基金
secondary_investor/type 负责人或参投基金类型
secondary_investor/id 负责人或参投基金ID
secondary_investor/name 负责人或参投基金名称
secondary_investor/logo 负责人或参投基金LOGO
secondary_investor/institution_id 负责人或参投基金所属机构ID(string)
secondary_investor/institution_name 负责人或参投基金所属机构名称
unstructured_secondary_investor 非结构化的负责人或参投基金
fa FA信息
fa/fa_id FA ID
fa/fa_name FA名称
unstructured_fa 非结构化FA名称
news 新闻报道
news/title 新闻标题
news/url 新闻对应的链接
news/time 新闻的披露时间
create_time 事件创建时间
update_time 事件修改时间