| name | korea-stock |
| description | Query Korea stock market data, including KOSPI / KOSDAQ index and constituent stock quotes. Uses Naver Finance (finance.naver.com) mobile page, no login required. Triggered when user says "Korea stocks", "Korea stock market", "KOSPI", "KOSDAQ", "Samsung Electronics", "SK Hynix".
|
| version | 1.0.0 |
Korea Stock Market Quote Query
Data Source
Naver Finance Mobile — finance.naver.com
- Directly use browser_use with get_readable to get complete data
- No account needed, accessible directly from China IP
Query KOSPI Index
navigate: https://finance.naver.com/sise/sise_index.naver?code=KOSPI
wait_for_dom_stable
get_readable: extract full page content
Data includes:
- KOSPI index current level, change points, change %
- Volume (thousand shares), turnover (millions of KRW)
- Daily high/low, 52-week high/low
- Advancing/declining stocks count
- Individual/foreign/institutional net buying/selling amount
- Hot constituent stocks real-time prices
Query KOSDAQ Index
navigate: https://finance.naver.com/sise/sise_index.naver?code=KOSDAQ
get_text: extract data
Query Individual Stocks
| Stock | Naver Code |
|---|
| Samsung Electronics | 005930 |
| SK Hynix | 000660 |
Report Format
KOSPI: 8,476.15 (+3.55%)
High: 8,476.15 | Low: 8,273.74
Notes
- Naver uses Korean, key data are numeric so unaffected by language
- Korea stock market trading hours: Beijing time 08:00-14:30
- Data delay approximately 15-20 minutes
- China IP can access directly, no VPN needed