get_stock_total_qty
Retrieve total outstanding shares of a Korean corporation by providing DART code, year, and report type. Use to get share count from annual, semi-annual, or quarterly reports.
Instructions
주식의 총수 현황을 조회합니다.
Args: corp_code: DART 기업 고유번호 (8자리) bsns_year: 사업연도 (YYYY, 예: "2023") reprt_code: 보고서 코드 ("11011"=사업보고서, "11012"=반기, "11013"=1분기, "11014"=3분기)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bsns_year | Yes | ||
| corp_code | Yes | ||
| reprt_code | Yes |