korean-stock-search

Search Korean listed stocks and fetch KRX base information and daily trade snapshots.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill korean-stock-search-nomadamas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: korean-stock-search
Source: https://github.com/NomaDamas/k-skill/tree/main/korean-stock-search
Command: npx skills add https://github.com/NomaDamas/k-skill --skill korean-stock-search-nomadamas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of manually looking up Korean listed stocks by letting you search for KRX-listed tickers and retrieve base information and daily trade snapshots without obtaining or managing a KRX API key yourself.

Core Features & Use Cases

  • KRX stock search: Find matching Korean listed stocks by name or code within a chosen date context.
  • Base information lookup: Retrieve official KRX base metadata for a specific market and security code.
  • Daily trade snapshot: Fetch end-of-day style daily trade data (non-real-time) for a given 기준일.
  • Use cases: Asking an AI to identify the correct ticker (e.g., 삼성전자), confirm official base attributes, and summarize the daily close/volume for a specific date.

Quick Start

Ask: "Use korean-stock-search to find Samsung Electronics (KOSPI) base info and daily trade data for 기준일 20260408."

Frequently Asked Questions about korean-stock-search

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

FAQPage Schema
How do I search Korean listed stocks on KRX without an API key?

Daily trade snapshots for KRX stocks are end-of-day style data for a given 기준일, meaning they provide non-real-time daily close and volume figures rather than live intraday market prices.

Can I retrieve KOSPI and KOSDAQ base information for a specific stock code?

To fetch daily trade data, provide the stock name or code, the target market such as KOSPI or KOSDAQ, and the 기준일 date in YYYYMMDD format to retrieve the daily snapshot for that specific trading day.

Does this proxy approach work for finding ticker codes by company name?

The trade-info and base-info endpoints require the market parameter, the stock code, and the bas_dd parameter, so attempting to retrieve data for future dates or omitting the 기준일 will cause the lookup to fail.

What's the best way to get Korean stock daily trade snapshots for a specific date?

The best way to get Korean stock daily trade snapshots is to use a proxy endpoint with the stock code, market, and 기준일 parameters to fetch end-of-day summary data without managing API keys directly.