get_corporate_event
Retrieve corporate events from DART reports. Use single mode for a specific event type or timeline mode to aggregate capital-related events chronologically for narrative analysis.
Instructions
DS005 주요사항보고서 36종 이벤트 조회. mode='single' 은 단일 event_type 상세, mode='timeline' 은 자본 관련 이벤트(증자·감자·CB/BW/EB·자사주·합병분할·영업양수도 등)를 지정 기간 병렬 수집 후 날짜순 통합. timeline 은 '최근 N년 자본 스트레스 내러티브' 를 한 번에 뽑기 위한 킬러 모드.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| corp | Yes | 회사명/종목코드/corp_code | |
| mode | No | single: 단일 event_type 조회. timeline: 여러 자본 관련 이벤트를 날짜순 통합 (킬러 모드) | single |
| event_type | No | single 모드 필수. 36개 이벤트 중 하나 | |
| event_types | No | timeline 모드용 수동 선택. 미지정 시 자본 관련 이벤트(capital=true) 전체 자동 선택 | |
| start | No | 시작일 (YYYY-MM-DD / YYYYMMDD) | |
| end | No | 종료일 (YYYY-MM-DD / YYYYMMDD) |