신용융자·대주 잔고 추이 조회
get_credit_trendTrack individual investors' credit loan and short-selling balances for a stock. Detect rising liquidation pressure from credit purchases or bearish bets from short positions, using new, repaid, and outstanding amounts by date.
Instructions
특정 종목의 신용융자(빚내서 산 물량) 또는 대주(빌려서 판 물량) 신규·상환·잔고 추이를 조회합니다 (키움 ka10013). 신용잔고가 쌓이면 하락 시 반대매매 압력이, 대주 잔고가 쌓이면 하락 베팅이 늘었다는 신호입니다. 기관·외국인의 대차거래 잔고는 get_stock_lending, 공매도 체결량 추이는 get_short_selling을 쓰세요 — 개인 신용거래를 보는 것은 이 tool뿐입니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | 표시할 행 수 (기본 15, 최대 60; 최신순) | |
| base_date | No | 조회 기준일 yyyyMMdd (기본: 오늘). 이 날짜부터 과거로 거슬러 조회합니다 | |
| stock_code | Yes | 조회할 6자리 종목코드 | |
| credit_type | No | loan=신용융자(기본, 빚내서 매수) / short=대주(빌려서 매도) |