BlockRun
Language:enko
🇰🇷South Korea · KRX · KOSPI · KOSDAQ

005380 · Hyundai Motor

Ticker listing and exchange data for Hyundai Motor on KRX · KOSPI · KOSDAQ. Free to call — no API keys, no accounts, no subscriptions.

Ticker catalog

Equity prices are not served. Realtime and full global coverage are available on request — contact us.

hello@blockrun.ai
CatalogGET https://blockrun.ai/api/v1/stocks/kr/list
All marketsGET https://blockrun.ai/api/v1/stocks/{market}/list

HOW TO ACCESS

Three ways to pull 005380

Every example below hits the same x402-gated endpoint. Wallet, payment, and retries are handled by whichever surface you pick.

FLAGSHIP AGENT

Franklin Agent

The AI agent with a wallet. Ask in plain English — it finds the listing and pays for whatever data the answer needs.

> Is Hyundai Motor (005380) listed, and where?
→ 005380 · Hyundai Motor · market hours 09:00-15:00
SDK · OPEN SOURCE

ClawRouter

Drop into Python or TypeScript. The SDK signs x402 headers, pays in USDC, retries on failure — you just call the endpoint.

$ pip install blockrun-llm
>>> from blockrun_llm import Client
>>> c = Client()  # auto-loads wallet
>>> c.get("/v1/stocks/kr/list?q=005380")
CLAUDE CODE · CURSOR · CHATGPT

BlockRun MCP

One install plugs every BlockRun service — including market data — into your AI assistant as callable tools.

$ claude mcp add blockrun -s user -- \
    npx -y @blockrun/mcp@latest

Or go raw HTTP

The catalog is free and takes no payment header, so any agent can list this market's tickers and their metadata with no prior knowledge.

$ curl -i https://blockrun.ai/api/v1/stocks/kr/list?q=005380
HTTP/1.1 200 OK

{
  "category": "stocks/kr",
  "count": 1,
  "symbols": [
    { "symbol": "005380", "description": "..." }
  ]
}

OTHER TICKERS ON KRX · KOSPI · KOSDAQ

More from South Korea