FindEntityInDocuments
문서내에서 특정 키워드가 언급된 기업을 검색합니다.
Function specification
Parameters
Parameter | Type | Description |
category | string or list of string | 뉴스: news 증권사 보고서: research 공시,IR : company 특허 : patent |
section | string or list of string | Category가 news일 경우 정치: politics 경제: economy 사회: society 문화: culture 세계: world 기술/IT: tech 연예: entertainment 사설: opinion Category가 research일 경우 시장 전망: market 투자전략: strategy 기업 보고서: company 산업 보고서: industry 경제 보고서: economy 채권 보고서: bond Category 가 company 인 경우 IR : ir 공시 : disclosure Category 가 patent 인 경우 특허 : patent |
query | string | 검색 쿼리 |
count | integer | 최대 기업 개수 |
date_from | string | 검색 시작 시점 (YYYYMMDD) |
date_to | string | 검색 종료 시점(YYYYMMDD) |
Examples
Last updated