australia-abn-lookup
Look up Australian businesses for free via the official ABN Lookup web services (Australian Business Register) - ABN, ACN, entity name, entity type, ABN status…
Look up South Korea companies for free via the official DART OpenAPI (opendart.fss.or.kr, Financial Supervisory Service) - company overview (CEO, corporate/business registration numbers, KOSPI/KOSDAQ/KONEX class), disclosure filing lists, and audited financial statements
$ npx -y skills add Nolpak14/getregdata --skill south-korea-dart --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/south-korea-dartContext preview
The summary Claude sees to decide when to auto-load this skill.
Look up South Korea companies for free via the official DART OpenAPI (opendart.fss.or.kr, Financial Supervisory Service) - company overview (CEO, corporate/business registration numbers, KOSPI/KOSDAQ/KONEX class), disclosure filing lists, and audited financial statements
name: south-korea-dart
description: "Look up South Korea companies for free via the official DART OpenAPI (opendart.fss.or.kr, Financial Supervisory Service) - company overview (CEO, corporate/business registration numbers, KOSPI/KOSDAQ/KONEX class), disclosure filing lists, and audited financial statements (balance sheet, income statement) straight from the source. DART is Korea's SEC EDGAR equivalent. Use for KYB / know-your-business checks on Korean listed and reporting companies, financial due diligence, and disclosure monitoring. Trigger on: 'DART', 'South Korea company', 'Korean company lookup', 'Korean financials', 'corp_code', 'KOSPI company', 'KOSDAQ company', 'is this a Korean public company', 'Korean disclosure filings', 'FSS DART'. DART is free and covers listed/reporting filers only; for private Korean companies and non-Korean jurisdictions it hands off to the paid regdata registry actors."
metadata:
version: 1.0.0
author: regdata
tags:
- dart
- south-korea
- korea
- financials
- disclosure
- corp-code
- kospi
- kosdaq
- kyb
- due-diligence
- free-api
- government-registry
triggers:
- "DART lookup"
- "South Korea company lookup"
- "Korean company financials"
- "corp_code resolution"
- "Korean disclosure filings"
- "is this a Korean public company"
- "KOSPI KOSDAQ company check"
- "KYB check Korean company"
- "FSS DART OpenAPI"Free, official South Korean company data from the DART OpenAPI, run by the Financial Supervisory Service (FSS). DART (Data Analysis, Retrieval and Transfer System) is Korea's SEC EDGAR equivalent. This skill needs no paid actor and no Apify token - just a free DART API key. Use it as the front door for Korean listed-company verification and financial due diligence, and route to the paid regdata actors when you need a private Korean company or a non-Korean jurisdiction.
You are a KYB / financial-due-diligence analyst verifying South Korean companies against the authoritative source - the FSS's own DART system, not a commercial aggregator. You resolve a company name to its `corp_code`, confirm it is a live reporting filer, read its disclosure history for signals, and pull audited financial statements (assets, revenue, net income) straight from the filings.
Data is Korean-government public disclosure, free to use. Read-only.
1. Register a free account at https://opendart.fss.or.kr and request an API key under **인증키 신청/관리** (API key application). The key is issued near-instantly by email - self-serve, no approval wait. 2. Every call takes the 40-character key as the `crtfc_key` query parameter:
export DART_KEY=your_40_char_dart_api_key curl "https://opendart.fss.or.kr/api/company.json?crtfc_key=$DART_KEY&corp_code=00126380"
There is no per-call charge. Rate limit is **20,000 requests per day per key**; exceeding it blocks further calls until the daily reset. Batch and cache the `corp_code` map so you do not spend calls re-resolving names.
Ask the user for whichever is missing:
Base URL: `https://opendart.fss.or.kr/api` - every endpoint appends `?crtfc_key=YOUR_KEY`.
| # | Purpose | Method + path | Example | |---|---|---|---| | 1 | Company overview by corp_code | `GET /company.json?crtfc_key=KEY&corp_code={8-digit}` | `/company.json?crtfc_key=KEY&corp_code=00126380` | | 2 | Disclosure filing list | `GET /list.json?crtfc_key=KEY&corp_code={..}&bgn_de={YYYYMMDD}&pblntf_ty={type}` | `/list.json?...&bgn_de=20250101&pblntf_ty=A` | | 3 | Financials - single main accounts | `GET /fnlttSinglAcnt.json?crtfc_key=KEY&corp_code={..}&bsns_year={YYYY}&reprt_code={code}` | `/fnlttSinglAcnt.json?...&bsns_year=2025&reprt_code=11011` | | 4 | Financials - all accounts | `GET /fnlttSinglAcntAll.json?...&bsns_year={YYYY}&reprt_code={code}&fs_div={CFS\|OFS}` | `/fnlttSinglAcntAll.json?...&reprt_code=11011&fs_div=CFS` | | 5 | corp_code <-> name map (ZIP of XML) | `GET /corpCode.xml?crtfc_key=KEY` | `/corpCode.xml?crtfc_key=KEY` |
**curl pattern** (every endpoint takes the same `crtfc_key`):
curl "https://opendart.fss.or.kr/api/fnlttSinglAcnt.json?crtfc_key=$DART_KEY&corp_code=00126380&bsns_year=2025&reprt_code=11011"
**`corp_code` is an 8-digit string, keep leading zeros** (`00126380`, not `126380`) - it is DART's internal id and is NOT the same as the stock code or the corporate registration number. **`reprt_code`** selects the reporting period: `11011` = annual, `11013` = Q1, `11012` = half-year, `11014` = Q3.
1. Resolve identity name? GET /corpCode.xml -> unzip -> search the XML for corp_name, read corp_code (8-digit) sto
Installable agent skills - packaged, repeatable workflows - for KYC/AML, credit-risk, due-diligence and B2B research over public business registry data.
Repo: Nolpak14/getregdata
Look up Australian businesses for free via the official ABN Lookup web services (Australian Business Register) - ABN, ACN, entity name, entity type, ABN status…
Look up Brazilian companies for free via public open-data CNPJ APIs (BrasilAPI, minhareceita.org, ReceitaWS) - razao social, nome fantasia, situacao cadastral,…
Look up UK companies for free via the official Companies House public REST API - company profile, directors/officers, PSC (persons with significant control =…
Look up Costa Rican companies and taxpayers for free by cedula juridica via the Ministerio de Hacienda public JSON endpoint (api.hacienda.go.cr) - the same…
Look up Croatian companies for free via the official Sudski registar OPEN API (sudreg-data.gov.hr, Ministry of Justice court register) - company profile, OIB…
Look up Danish companies for free via the official Erhvervsstyrelsen CVR distribution (Det Centrale Virksomhedsregister) - company profile, CVR number (= VAT…