dart_financials
ActiveTool of Dart Kr
Key annual / interim financial line items for a Korean company's periodic report. Returns income statement, balance sheet, cash flow items with current-period (thstrm) and prior-period (frmtrm / bfefrmtrm) amounts. Use for fundamental analysis (revenue, operating profit, net income, total assets, liabilities, equity, operating cash flow) on KOSPI/KOSDAQ filers. Pair with ecos_get_series for macro context.
Parameters schema
{
"type": "object",
"required": [
"corp_code",
"bsns_year",
"reprt_code"
],
"properties": {
"fs_div": {
"type": "string",
"description": "Statement basis: \"CFS\" (consolidated, default) or \"OFS\" (separate / parent-only)."
},
"bsns_year": {
"type": "string",
"description": "Required 4-digit business year (e.g., \"2024\"). DART historical data goes back to 2015."
},
"corp_code": {
"type": "string",
"description": "Required 8-digit DART corp identifier."
},
"reprt_code": {
"type": "string",
"description": "Required report type: 11011 (annual), 11012 (half-year/Q2), 11013 (Q1), 11014 (Q3)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Dart Kr
https://github.com/pipeworx-io/mcp-dart-kr
2/7 registries