Korean Disclosure Filings (DART)
get_dart_filingsList corporate disclosure filings from DART, optionally filtered by company, date range, and disclosure type. Report names are in Korean.
Args:
corp: optional — Company: Korean name (e.g. '삼성전자'), 6-digit stock code (e.g. '005930'), or 8-digit DART corp_code (e.g. '00126380'). Omit for a market-wide list.
from / to: YYYY-MM-DD (default: last 90 days)
type: DART pblntf_ty — A=periodic reports(정기공시), B=major events(주요사항보고), C=securities issuance(발행공시), D=ownership/stake(지분공시), E=other(기타공시), F=external audit(외부감사관련), G=funds(펀드공시), H=asset securitization(자산유동화), I=KRX disclosures(거래소공시), J=fair trade(공정위공시)
limit: results per page, 1-100 (default 20); page: page number (default 1)
Returns: {total, page, filings: [{rcept_no, corp_name, report_nm, flr_nm, rcept_dt, url}]} — url opens the filing in the DART viewer (https://dart.fss.or.kr/dsaf001/main.do?rcpNo=...). The filing body is NOT fetched; follow the url separately if needed.
Examples:
{corp: '삼성전자'} -> Samsung filings in the last 90 days
{type: 'A', from: '2026-03-01', to: '2026-03-31'} -> March periodic reports market-wide
Use to track what a company disclosed. For major events with keyword filtering use get_dart_major_events. Errors: no filings in range (DART status 013) -> widen dates or drop filters; unknown company -> search_dart_company.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date YYYY-MM-DD (default: today) | |
| corp | No | Optional filter — Company: Korean name (e.g. '삼성전자'), 6-digit stock code (e.g. '005930'), or 8-digit DART corp_code (e.g. '00126380') | |
| from | No | Start date YYYY-MM-DD (default: 90 days ago) | |
| page | No | Page number (default 1) | |
| type | No | Disclosure type: A=periodic, B=major events, C=issuance, D=ownership, E=other, F=audit, G=funds, H=asset-backed, I=KRX, J=fair-trade | |
| limit | No | Results per page, 1-100 (default 20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| total | No | ||
| filings | Yes |