๐ฐ๐ท Korea IPO Pipeline ยท ์ฝ์คํผ ์ฝ์ค๋ฅ IPO ์ฒญ์ฝ ์ผ์
Pricing
from $400.00 / 1,000 ipo records
๐ฐ๐ท Korea IPO Pipeline ยท ์ฝ์คํผ ์ฝ์ค๋ฅ IPO ์ฒญ์ฝ ์ผ์
Track Korean IPO filings on KOSPI, KOSDAQ, and KONEX via FSS OpenDART (pblntf_ty=C, ๋ฐํ๊ณต์). Prospectus โ final pricing โ listing pending. Offering size (KRW + USD), share count, target listing date, book-building vs competitive, lead underwriter. Bring your own free DART key.
Pricing
from $400.00 / 1,000 ipo records
Rating
0.0
(0)
Developer
NexGenData
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
3 days ago
Last modified
Categories
Share
๐ Korea IPO Pipeline Tracker โ KOSPI & KOSDAQ Listing Calendar via DART
Real-time Korean IPO pipeline: every prospectus, every final-price filing, every listing application โ direct from the FSS DART system of record. KOSPI, KOSDAQ, KONEX.
Pre-IPO research desks, sell-side ECM analysts, and Korean equity buyers waste hours every week stitching together IPO calendars from 38.co.kr, KRX, FN news, and one-off prospectus PDFs. This actor pulls the official OpenDART pblntf_ty=C (๋ฐํ๊ณต์ โ securities issuance) feed and classifies each filing into its IPO pipeline stage so you get a complete pre-listing calendar, top-down, in seconds.
Source of record: Korea Financial Supervisory Service (FSS) โ OpenDART REST API. Cross-referenced against the KRX listing calendar.
โก What you get
Per IPO filing, one structured record with:
| Field | What it tells you |
|---|---|
rcept_no | DART receipt number (stable join key) |
corp_code | DART 8-digit issuer code |
corp_name | Issuer in Korean (e.g. ์์ฝํ๋ก๋น์ ) |
corp_name_en | Issuer in English when DART has it registered |
stock_code | Post-listing KRX ticker (blank pre-listing) |
market | KOSPI / KOSDAQ / KONEX |
filing_title | Korean DART filing title (raw) |
ipo_stage | prospectus / final_pricing / listing_pending / other |
offering_amount_KRW | Best-effort parsed from filing title (์/์ต์/์กฐ์ formats) |
offering_amount_USD | Convenience conversion at default 1,380 KRW/USD |
share_count | Total shares offered (where parseable) |
target_listing_date | Expected first trading day (ISO YYYY-MM-DD) |
listing_method | book_building (์์์์ธก default) or competitive |
underwriter | Lead manager / ์ฃผ๊ด์ฌ in Korean |
underwriter_en | Top-15 Korean broker name in English where mapped |
filing_date | DART filing date (YYYYMMDD) |
prospectus_url | DART filing detail page (no auth needed for read) |
krx_calendar_url | KRX listing-calendar cross-reference |
๐ฏ Use cases
- Pre-IPO secondary buyer (Korean PE / Korea equity fund). Wake up every morning to a list of the new prospectuses and target listing dates โ set up alerts on KOSDAQ tech IPOs above 50B KRW.
- Sell-side ECM analyst. Track which Korean brokerage houses are winning IPO mandates (Mirae Asset, Korea Investment, NH, Samsung, KB, Shinhan) by counting
underwriterrecords per quarter. - Korea equity quant. Backfill the IPO pipeline as a feature in a Korean equity factor model โ
target_listing_date - filing_dateis a useful timing signal. - Retail brokerage product team. Power the "Upcoming IPOs" widget for Korean retail clients with first-party, audit-defensible data from DART.
- Cross-border IB. Map Korean IPO pipeline against Hong Kong / Tokyo / Nasdaq dual-listing candidates.
๐ Sample Output

Rendered with Noto Sans CJK KR. 5 sample rows spanning KOSPI + KOSDAQ filings with all four pipeline stages.
๐ OpenDART API key (required, free, instant)
You must supply your own OpenDART key โ per OpenDART Terms of Service ยง5, NexGenData cannot ship a shared key. Registration takes ~2 minutes and the key is issued instantly:
- Sign up at https://opendart.fss.or.kr/uss/umt/cmm/EgovMberInsertView.do (one-time email confirmation)
- Apply for an API key on the API key management page
- Paste the 40-character key into the
opendart_api_keyinput
Rate limit: 20,000 API calls per key per day (FSS cap). This actor caps itself at 19,900 calls/run to leave headroom. One full 90-day scan typically uses 5โ15 calls.
๐ How to use
Smoke test โ KOSDAQ pipeline, 5 records
{"opendart_api_key": "YOUR_OPENDART_KEY","stage_filter": "all","market_filter": "KOSDAQ","max_records": 5}
Last 30 days, KOSPI only, listing-pending stage
{"opendart_api_key": "YOUR_OPENDART_KEY","stage_filter": "listing_pending","market_filter": "KOSPI","date_from": "2026-05-01","date_to": "2026-05-31","max_records": 100}
Python (apify-client)
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/korea-ipo-pipeline-tracker").call(run_input={"opendart_api_key": "YOUR_OPENDART_KEY","stage_filter": "prospectus","market_filter": "all","min_offering_size_KRW": 50_000_000_000,"max_records": 200,})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item["corp_name"], item["market"], item["target_listing_date"])
cURL
curl -X POST \"https://api.apify.com/v2/acts/nexgendata~korea-ipo-pipeline-tracker/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"opendart_api_key":"YOUR_OPENDART_KEY","stage_filter":"all","market_filter":"KOSDAQ","max_records":5}'
MCP integration
Use this actor through the Apify MCP Server โ point your AI agent (Claude, ChatGPT, Cursor) at the actor and let it pull Korean IPO context on demand.
โ๏ธ Legal & data sources
- Primary source: FSS OpenDART REST API (
opendart.fss.or.kr/api/list.jsonwithpblntf_ty=C) โ securities issuance filings. - Secondary cross-reference: KRX listing calendar at
data.krx.co.kr/contents/MDC/MDI/mdiLoader/index.cmd?menuId=MDC0202. - DART filings are mandated public disclosure under the Korean Financial Investment Services and Capital Markets Act (FSCMA ยง159). No PII; no scraping of unofficial aggregators.
- Each consumer brings their own OpenDART key per OpenDART ToS ยง5.
- This actor pushes structured error records (not crashes) on
010/011(invalid key) and020(quota exceeded) so your downstream pipeline can react gracefully.
โ FAQ
Q: How is this different from nexgendata/apac-ipo-calendar-sweep?
A: The APAC sweep aggregates across Hong Kong, Tokyo, Singapore, Sydney, Mumbai, and Seoul at a calendar-event level. This Korea-only actor goes deeper โ every prospectus revision, every book-building result, every listing application, with offering-size parsing and Korean-broker mapping. Use the sweep for breadth; use this for Korea-specific depth.
Q: Why is offering_amount_KRW sometimes null?
A: Best-effort regex extraction from the Korean filing title catches ~60-70% of filings (the ones that quote the offering total in the title). For the remaining filings, the full amount lives inside the DART XML document, which would require a second per-filing API call. v1 prioritizes API-call efficiency; null amounts pass the size filter through. Future opt-in deep_parse mode can pull from document.xml.
Q: How do I get the actual underwriter for the IPO (not just the filer)?
A: OpenDART's list.json endpoint returns flr_nm (filer name) only, which is usually the issuer itself for prospectus filings. The lead underwriter (์ฃผ๊ด์ฌ) is named inside the prospectus XML body. Same trade-off as above โ v1 stays inside the list endpoint for speed and quota efficiency.
Q: Does this catch SPAC mergers?
A: Yes โ SPAC merger filings (์คํฉ ํฉ๋ณ) appear under pblntf_ty=C and are picked up under ipo_stage: "other". Set stage_filter: "all" to include them.
Q: What's the typical book_building vs competitive split?
A: Since the 2007 reform, ~98% of Korean IPOs use book-building (์์์์ธก). Competitive auction (๊ฒฝ์์
์ฐฐ) is rare โ usually only for government-backed share sales.
ํ๊ตญ์ด ์ค๋ช
์ด ์กํฐ๋ ๊ธ์ต๊ฐ๋
์(FSS) ์ ์๊ณต์์์คํ
(DART) OpenDART REST API์ pblntf_ty=C (๋ฐํ๊ณต์) ์นดํ
๊ณ ๋ฆฌ์์ ํ๊ตญ IPO ํ์ดํ๋ผ์ธ ๋ฐ์ดํฐ๋ฅผ ์์งํฉ๋๋ค. ์ฝ์คํผยท์ฝ์ค๋ฅยท์ฝ๋ฅ์ค ์์ฅ์ ์ถ์ง ์ค์ธ ๊ธฐ์
์ ์ฆ๊ถ์ ๊ณ ์, ๊ณต๋ชจ๊ฐํ์ ๊ฒฐ๊ณผ, ์์ฅ์ ์ฒญ์๋ฅผ ์๋์ผ๋ก ๋ถ๋ฅํ์ฌ ํ๊ตญ IPO ํ์ดํ๋ผ์ธ ์ ์ฒด๋ฅผ ํ๋์ ๋ณผ ์ ์๊ฒ ๋ง๋ญ๋๋ค.
์ฃผ์ ํ์ฉ ์ฌ๋ก:
- ํ๋ฆฌ IPO ์ธ์ปจ๋๋ฆฌ ํฌ์ (ํ๊ตญ PE / ํ๊ตญ ์ฃผ์ํ ํ๋): ๋งค์ผ ์์นจ ์๋ก ์ ์ถ๋ ์ฆ๊ถ์ ๊ณ ์์ ์์ฅ ์์ ์ผ ๋ฆฌ์คํธ๋ฅผ ๋ฐ์ 50์ต ์ ์ด์ ์ฝ์ค๋ฅ ๊ธฐ์ ๊ธฐ์ IPO์ ๋ํ ์๋ฆผ์ ์ค์ ํฉ๋๋ค.
- ์ ์ฌ์ด๋ ECM ์ ๋๋ฆฌ์คํธ: ํ๊ตญ ์ฆ๊ถ์ฌ(๋ฏธ๋์์ , ํ๊ตญํฌ์, NH, ์ผ์ฑ, KB, ์ ํ ๋ฑ)์ IPO ์ฃผ๊ด ์ค์ ์ ๋ถ๊ธฐ๋ณ๋ก ์ง๊ณํฉ๋๋ค.
- ํํธ ๋ฆฌ์์น:
target_listing_date - filing_date์๊ทธ๋์ ํ๊ตญ ์ฃผ์ ํฉํฐ ๋ชจ๋ธ ํผ์ฒ๋ก ํ์ฉํฉ๋๋ค. - ๋ฆฌํ ์ผ ๋ธ๋ก์ปค๋ฆฌ์ง: 1์ฐจ ์์ฒ(DART)์์ ๊ฐ์ ธ์จ ๊ฐ์ฌ ๊ฐ๋ฅํ IPO ๋ฐ์ดํฐ๋ฅผ ์์ฌ ๋ฆฌํ ์ผ ์ฑ์ '์์ IPO' ์์ ฏ์ ์ฐ๊ฒฐํฉ๋๋ค.
OpenDART API ํค ๋ฐ๊ธ:
- https://opendart.fss.or.kr ํ์ ๊ฐ์ (1ํ, ์ด๋ฉ์ผ ์ธ์ฆ)
- API Key ์ ์ฒญ (์ฆ์ ๋ฐ๊ธ, 40์)
opendart_api_key์ ๋ ฅ๋์ ๋ถ์ฌ๋ฃ๊ธฐ
์ผ์ผ ํธ์ถ ํ๋ 20,000ํ/ํค โ ๋ณธ ์กํฐ๋ 19,900ํ๋ก ์์ฒด ์บก์ ๊ฑธ์ด ์ฌ์ ๋ถ์ ๋จ๊น๋๋ค.
๋ฐ์ดํฐ ์ถ์ฒ: ๊ธ์ต๊ฐ๋ ์ ์ ์๊ณต์์์คํ (DART), ์๋ณธ์์ฅ๋ฒ ์ 159์กฐ์ ๋ฐ๋ฅธ ๊ณต์ ์๋ฌด ๋์ ์๋ฃ์ ๋๋ค. ๊ฐ์ธ์ ๋ณด(PII)๋ฅผ ํฌํจํ์ง ์์ผ๋ฉฐ, ๋น๊ณต์ ์ง๊ณ ์ฌ์ดํธ(38.co.kr ๋ฑ)๋ ์คํฌ๋ํํ์ง ์์ต๋๋ค.
๐ Related Actors โ Korea & Asia Capital Markets Cluster
| Actor | What it does |
|---|---|
| kospi-stock-screener | Post-listing KOSPI equity screening โ pair with this actor to track IPOs from prospectus โ first-day pricing โ ongoing screening |
| apac-ipo-calendar-sweep | Cross-region APAC IPO calendar (Hong Kong + Tokyo + Singapore + Sydney + Mumbai + Seoul). Use the sweep for breadth, this actor for Korea depth |
| sgx-company-announcements | Singapore SGX disclosures โ same disclosure-feed pattern for the Singapore market |
| japan-edinet-insider-filings | Japan EDINET filings (FSA-mandated disclosures) โ Japan-side equivalent of DART |
| tse-japan-stock-screener | Tokyo Stock Exchange screener โ for cross-border KR/JP equity workflows |
| sec-edgar-filings-scraper | US SEC EDGAR โ pair with this actor for Korean ADR cross-listing analysis |
๐ท๏ธ About NexGenData
NexGenData builds finance-grade Apify actors for institutional and quantitative users โ exchange filings, regulatory disclosures, IPO calendars, screener data โ across the US, Japan, Korea, Hong Kong, Singapore, Australia, India, and the EU. All actors source from primary regulators (SEC, FSA, FSS, HKEX, SGX, MAS, ASIC, SEBI, ESMA) or licensed exchanges. Data is structured, audit-defensible, and ready for downstream pipelines.
Browse the full fleet: apify.com/nexgendata