✓ Verified 🌐 Web Scrapers ✓ Enhanced Data

Naverstock Skill

Fetch text-based real-time stock prices (KRX, Overseas) using Naver Finance.

Rating
3.8 (330 reviews)
Downloads
1,326 downloads
Version
1.0.0

Overview

Fetch text-based real-time stock prices (KRX, Overseas) using Naver Finance.

Complete Documentation

View Source →

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.

bash
node index.cjs "삼성전자"
node index.cjs "AAPL"

Output Format

Returns a JSON object with price details.

json
{
  "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

bash
node index.cjs 005930

Overseas Stock

bash
node index.cjs "Tesla"

Exchange Rate

bash
node index.cjs "USD"
node index.cjs "엔"

Installation

Terminal bash

openclaw install naverstock-skill
    
Copied!

💻Code Examples

node index.cjs "AAPL"

node-indexcjs-aapl.txt
## Output Format

Returns a JSON object with price details.

}

.txt
### 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
example.json
{
  "name": "삼성전자",
  "code": "005930",
  "price": 160500,
  "change": -200,
  "changePercent": -0.12,
  "nxtPrice": 160800,
  "nxtChange": 100,
  "nxtChangePercent": 0.06,
  "currency": "KRW"
}

Tags

#browser_and-automation

Quick Info

Category Web Scrapers
Model Claude 3.5
Complexity One-Click
Author seungdols
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install naverstock-skill