korea-stock

Query KOSPI and KOSDAQ indices and constituent stock quotes from Naver Finance.

1|Updated Jun 20, 2026
One-click install
npx skills add https://github.com/riipandi/minis-skills --skill korea-stock-riipandi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: korea-stock
Source: https://github.com/riipandi/minis-skills/tree/main/korea-stock
Command: npx skills add https://github.com/riipandi/minis-skills --skill korea-stock-riipandi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Getting real-time Korean stock market data usually requires a paid API, an account, or a VPN. This Skill retrieves KOSPI and KOSDAQ index levels and individual stock quotes directly from Naver Finance's public pages, with no login and no API key required. ## Core Features & Use Cases - Index Queries: Fetch KOSPI and KOSDAQ current levels, change points, daily high/low, 52-week range, volume, turnover, and advancing/declining counts. - Individual Stock Quotes: Look up major Korean stocks such as Samsung Electronics (005930) and SK Hynix (000660) by Naver stock code. - Investor Flow Data: Extract individual, foreign, and institutional net buying/selling amounts from the index page. - Use Case: Ask for the current KOSPI level and Samsung Electronics price before the Korean market closes, and receive a formatted report with index level, change percentage, and daily high/low. ## Quick Start Ask the assistant to check the current KOSPI index and Samsung Electronics stock price using the korea-stock skill.

Frequently Asked Questions about korea-stock

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the KOSPI index without an API key?

Navigate to the Naver Finance index page at finance.naver.com/sise/sise_index.naver?code=KOSPI and extract the page content. The page shows the current level, change points, change percentage, volume, and turnover without requiring any login.

How to get Samsung Electronics stock price from Naver Finance?

Samsung Electronics uses Naver stock code 005930. Query its quote page on finance.naver.com with that code to retrieve the current price, daily high and low, and trading volume.

Does Naver Finance data work from a China IP address?

Yes, Naver Finance mobile pages are directly accessible from China IP addresses without a VPN or proxy. No account registration is needed to view index and stock quote pages.

Is Naver Finance stock data real-time or delayed?

The data is delayed by approximately 15 to 20 minutes. Korean market trading hours correspond to 08:00 to 14:30 Beijing time, so quotes outside that window reflect the previous session close.

What are the limitations of scraping Naver Finance for stock quotes?

The pages are in Korean, though key figures are numeric and unaffected by language. Coverage is limited to listed stocks with Naver codes, and the 15-20 minute delay makes it unsuitable for latency-sensitive trading.