
Market Data
naver-stock
Naver Stock fetches real-time price data for Korean (KRX) and international securities by scraping Naver Finance. Invoke the bundled Node script with a ticker, name, or code to receive a standardized JSON object containing name, code, current price, regular-market change and percent, Nextrade (NXT)
Overview
Naver Stock fetches real-time price data for Korean (KRX) and international securities by scraping Naver Finance.
Naver Stock fetches real-time price data for Korean (KRX) and international securities by scraping Naver Finance. Invoke the bundled Node script with a ticker, name, or code to receive a standardized JSON object containing name, code, current price, regular-market change and percent, Nextrade (NXT) price and change, and currency. Key features include CLI usage (node index.cjs "삼성전자" / "AAPL"), unified JSON output for easy ingestion, and support for exchange-rate lookups. Use cases include live portfolio monitoring, alerting systems, dashboard widgets, automated trading signals, and back-end integrations requiring up-to-date Korean market and off-hours Nextrade data. Core advantages are simple integration, consistent field definitions, and extended-hours visibility via Nextrade pricing.
Skill.md
How this skill works
Naver Stock fetches real-time price data for Korean (KRX) and international securities by scraping Naver Finance. Invoke the bundled Node script with a ticker, name, or code to receive a standardized JSON object containing name, code, current price, regular-market change and percent, Nextrade (NXT)
Naver Stock
Fetch real-time stock prices for domestic (KRX) and overseas markets using Naver Finance.
Usage
Run the bundled script with a stock name or code.
node index.cjs "삼성전자"
node index.cjs "AAPL"
Output Format
Returns a JSON object with price details.
{
"name": "삼성전자",
"code": "005930",
"price": 160500,
"change": -200,
"changePercent": -0.12,
"nxtPrice": 160800,
"nxtChange": 100,
"nxtChangePercent": 0.06,
"currency": "KRW"
}
Field Descriptions
name: Stock name.code: Stock symbol/code.price: Current price in regular market.change: Price change in regular market.changePercent: Percentage change in regular market.nxtPrice: Current price in Nextrade (NXT) Alternative Trading System.nxtChange: Price change in Nextrade.nxtChangePercent: Percentage change in Nextrade.currency: Currency code (e.g., KRW, USD).
About Nextrade (NXT)
Nextrade is an Alternative Trading System (ATS) in Korea that offers extended trading hours.
- Pre-market: 08:00 ~ 08:50
- After-market: 15:30 ~ 20:00 (Can be traded until 8 PM)
- Note: Prices in Nextrade (
nxtPrice) may differ from the regular KRX market price, providing off-hours trading opportunities.
Examples
Domestic Stock
node index.cjs 005930
Overseas Stock
node index.cjs "Tesla"
Exchange Rate
node index.cjs "USD"
node index.cjs "엔"
Best used for
When to use it
Naver Stock fetches real-time price data for Korean (KRX) and international securities by scraping Naver Finance. Invoke the bundled Node script with a ticker, name, or code to receive a standardized JSON object containing name, code, current price, regular-market change and percent, Nextrade (NXT)

01 · PRE-MEETING
Prepare a decision brief
Turn scattered evidence into a structured case before an investment committee meeting.

02 · TEAM WORKFLOW
Standardize handoffs
Create consistent research outputs across analysts, portfolio managers, and agents.

03 · LIVE UPDATE
Refresh the thesis
Update scenarios after a new catalyst, KPI release, or earnings result.
Community notes
Built to improve with use.
Feedback will appear here as this skill is used and reviewed.
Discover more
Related skills
View allgmgn-market
gmgn-market is a CLI-driven Skill for retrieving crypto and meme-token market data: K-line (candlestick/OHLCV) charts, trending token rankings by USD volume, Trenches token lists, and newly launched…
crypto-price
This Skill retrieves cryptocurrency prices and generates dark-themed candlestick charts via a simple CLI. Invoke the script with a token symbol and optional duration (e.g., 30m, 3h, 12h, 2d) to…
cmc-api-crypto
This skill documents the CoinMarketCap (CMC) Cryptocurrency REST API for programmatic access to market and token data. It details authentication (API key via X-CMC_PRO_API_KEY), base URL, and…