list_dart_filings
Retrieve DART filings for a Korean company by stock code. Returns rcept_no to use with download_dart_report.
Instructions
List DART filings for a Korean listed company by stock code.
Args: stock_code: 6-digit Korean stock code, e.g. "005930" (Samsung Electronics) bgn_de: Start date YYYYMMDD, e.g. "20230101" (optional) end_de: End date YYYYMMDD, e.g. "20241231" (optional) report_types: DART report detail types to filter (default: ["A001","A002","A003"]) limit: Maximum number of filings to return (default 20, max 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| bgn_de | No | ||
| end_de | No | ||
| stock_code | Yes | ||
| report_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |