← 返回
开发者工具 Key 中文

OpenDART Disclosure

Read Korea OpenDART disclosures using the OpenDART API. Use when the user asks for DART 공시 조회, recent filings by company, filtering by filing type/date, or q...
使用OpenDART API读取韩国OpenDART披露信息。当用户请求DART披露查询、公司近期申报、按申报类型/日期筛选等时使用。
kim-dongchul kim-dongchul 来源
开发者工具 clawhub v1.2.0 1 版本 99897.5 Key: 需要
★ 0
Stars
📥 975
下载
💾 8
安装
1
版本
#latest

概述

OpenDART Disclosure

Fetch and summarize Korean corporate disclosures from OpenDART.

Inputs to collect

  • Company identifier: corp_code (preferred) or company name
  • Date range: bgn_de / end_de in YYYYMMDD
  • Filing type filters (optional): regular report (A), major issue (B), shares (C), etc.
  • Desired output: latest N items, only links, or short summary

Workflow

  1. Resolve company identity.
    • If user gave corp_code, use it directly.
    • If user gave company name, run the script search-corp first.
  2. Pull disclosures with recent.
  3. Sort by latest and keep user-requested count.
  4. Return:
    • filing date
    • report name
    • receipt number
    • OpenDART link (https://dart.fss.or.kr/dsaf001/main.do?rcpNo=)
  5. If asked, add a concise Korean summary of key points.

Commands

Use bundled script:

python3 scripts/opendart.py search-corp --name "삼성전자"
python3 scripts/opendart.py recent --corp-code 00126380 --from 20260101 --to 20261231 --limit 10
python3 scripts/opendart.py recent-by-name --name "삼성전자" --from 20260101 --to 20261231 --limit 10

# Shortcuts (less typing)
python3 scripts/opendart.py recent-by-name --name "삼성전자" --days 7 --limit 10
python3 scripts/opendart.py recent-by-name --name "삼성전자" --today

API key options:

  • --api-key
  • or env var OPENDART_API_KEY

Notes

  • OpenDART returns status codes in JSON. Treat non-000 as API-level failure and report clearly.
  • Company-name matching can be fuzzy. Show top candidates if multiple are close.
  • Prefer citing the direct DART filing URL in final answers.
  • For endpoint details and corp-code behavior, read references/opendart-endpoints.md.

版本历史

共 1 个版本

  • v1.2.0 当前
    2026-03-29 06:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 272 📥 99,846
data-analysis

Stock Watcher

robin797860
管理和监控个人股票自选列表,支持利用同花顺数据添加、删除、列出股票及汇总近期表现。适用于用户希望追踪特定股票、获取表现汇总或管理自选列表时。
★ 112 📥 45,640
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 205 📥 66,155