| 종목명 | 현재가 | 등락률 | 거래대금(원) |
|---|---|---|---|
| 케어랩스 | 2,420 | +0.41% | 0 |
| 엔피 | 1,025 | +21.16% | 0 |
| 엔비티 | 1,858 | +5.57% | 0 |
| 포바이포 | 8,500 | +4.17% | 0 |
| 모비데이즈 | 1,455 | +4.15% | 0 |
| 벡트 | 2,160 | +3.85% | 0 |
| SM C&C | 1,167 | +2.64% | 0 |
| 플레이디 | 4,680 | +2.52% | 0 |
| 비케이홀딩스 | 810 | +2.27% | 0 |
| YG PLUS | 5,080 | +1.91% | 0 |
| 제일기획 | 19,440 | +1.57% | 0 |
| 인크로스 | 6,590 | +1.54% | 0 |
| HS애드 | 8,360 | +1.46% | 0 |
| SK스퀘어 | 568,000 | +1.43% | 0 |
| 애드포러스 | 6,220 | +1.14% | 0 |
| 아시아경제 | 1,620 | +1.00% | 0 |
| FSN | 2,160 | +0.93% | 0 |
| 와이즈버즈 | 990 | +0.81% | 0 |
| 이노션 | 18,220 | +0.66% | 0 |
| KT나스미디어 | 11,510 | +0.44% | 0 |
| 이엠넷 | 1,892 | +0.42% | 0 |
| 오리콤 | 5,910 | +0.34% | 0 |
| 에코마케팅 | 16,000 | 0.00% | 0 |
| 드림인사이트 | 1,535 | -0.32% | 0 |
| 지어소프트 | 7,670 | -0.39% | 0 |
| 차이커뮤니케이션 | 3,970 | -0.50% | 0 |
| 원풍 | 5,000 | -0.79% | 0 |
| 아이패밀리에스씨 | 11,240 | -1.06% | 0 |
| 날짜 | 종가 | 전일비 | 등락률 | 순매매 (거래량) | ||
|---|---|---|---|---|---|---|
| 개인 | 외국인 | 기관 | ||||
| 2026-04-10 | 2,420 | 10 | +0.41% | 8,373 | -8,022 | 2 |
| 2026-04-09 | 2,410 | 140 | +6.17% | 14,027 | -15,738 | 3 |
| 2026-04-08 | 2,270 | 85 | +3.89% | -3,245 | 3,243 | 2 |
| 2026-04-07 | 2,185 | 35 | -1.58% | 74 | -542 | 2 |
| 2026-04-06 | 2,220 | 40 | -1.77% | 18,741 | -18,743 | 2 |
| 2026-04-03 | 2,260 | 10 | +0.44% | 12,382 | -11,920 | 3 |
| 2026-04-02 | 2,250 | 120 | -5.06% | 26,483 | -27,175 | 2 |
| 2026-04-01 | 2,370 | 80 | +3.49% | -169 | 167 | 2 |
| 2026-03-31 | 2,290 | 30 | -1.29% | 29,162 | -28,627 | 2 |
| 2026-03-30 | 2,320 | 70 | -2.93% | 8,993 | -8,995 | 2 |
| 증감 | {{(StockData.CurrentHoga.Sell.Ho1 || 0).toNumber()}} | {{(StockData.CurrentHoga.Buy.Ho1 || 0).toNumber()}} | {{getPriceToText(AppData.TotalValue)}} | {{PrevDayVolumeDiff}}% | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
| {{diffText(SellDiffSum)}} | {{(SellRemSum || 0).toNumber()}} | {{DiffIncrease.toNumber('', false)}} | {{(BuyRemSum || 0).toNumber()}} | {{diffText(BuyDiffSum)}} | ||||||||||||||||||||||
| 매도상위 | 매수상위 | ||||
|---|---|---|---|---|---|
| 증권사 | 수량 | 증감 | 증권사 | 수량 | 증감 |
| {{item.SellTrader.replace(/ /gi, '').substring(0, 4)}} | {{item.SellVolume.toNumber()}} | {{item.SellDiff.toNumber()}} | {{item.BuyTrader.replace(/ /gi, '').substring(0, 4)}} | {{item.BuyVolume.toNumber()}} | {{item.BuyDiff.toNumber()}} |
| 외국계 | {{TraderData.SellVolumeSum.toNumber()}} | {{TraderData.SellDiffSum.toNumber()}} | 외국계 | {{TraderData.BuyVolumeSum.toNumber()}} | {{TraderData.BuyDiffSum.toNumber()}} |
| 시간 | 체결가 | 전일대비 | 순간체결 | 체결강도 | |
|---|---|---|---|---|---|
| {{item.Time}} | {{item.Price.toNumber()}} | {{item.DiffType}} {{Math.abs(item.Diff).toNumber()}} | {{Math.abs(item.Volume).toNumber()}} | {{item.Vp.toFixed(2)}} |
| 시간 | 주문번호 | 종목코드 | 종목명 | 매수/도 | 주문수량 | 주문가 | 시장가 | 구문 | 주문취소 | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{item.RegDT}} | {{item.OrderIdx}} | {{item.OrderIdx}} | {{item.StockCode}} | {{item.StockName}} | {{item.BuySell == "B" ? '매수' : "매도"}} | {{item.OrderQuantity}} | {{item.OrderPrice}} | {{item.OrderPriceType == "M" ? '시장가' : '지정가'}} | {{item.RequestType == "A" ? '주문' : item.RequestType == "C" ? "취소" : "정정" }} | 취소 |
| 체결시간 | 주문번호 | 종목코드 | 종목명 | 매수/도 | 체결량 | 체결금액 | 수수료 | 거래세 | 총액 |
|---|---|---|---|---|---|---|---|---|---|
| {{item.CompleteDT}} | {{item.OrderIdx}} | {{item.StockCode}} | {{item.StockName}} | {{item.BuySell == "B" ? "매수" : "매도"}} | {{item.SignQuantity}} | {{item.SignAmount}} | {{item.FeeTrade}} | {{item.TaxTrade}} | {{item.TotalAmount}} |
| 등록시간 | 주문번호 | 종목코드 | 종목명 | 매수/도 | 주문량 | 주문가 | 체결량 | 미체결량 | 시장가 |
|---|---|---|---|---|---|---|---|---|---|
| {{item.RegDT}} | {{item.OrderIdx}} | {{item.StockCode}} | {{item.StockName}} | {{item.BuySell == "B" ? "매수" : "매도"}} | {{item.OrderQuantity}} | {{item.OrderPrice}} | {{item.SignQuantity}} | {{item.UnsignQuantity}} | {{item.OrderPriceType == "M" ? "시장가" : "지정가"}} |
| 등록시간 | 이력번호 | 계좌번호 | 입/출금 | 거래 전 잔고 | 거래금액 | 거래 후 잔고 | 요약 |
|---|---|---|---|---|---|---|---|
| {{item.RegDT}} | {{item.AccountHistoryIdx}} | {{item.AccountNo}} | {{item.IOType == "I" ? "입금" : "출금"}} | {{item.BalanceBefore}} | {{item.Amount}} | {{item.BalanceAfter}} | {{item.Description}} |
| 등록시간 | 종료시간 | 종목코드 | 종목명 | 수량 | 평균 매입가 | 매입금액 | 평균 매도가 | 매도금액 | 실수익 | 수익률 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{item.RegDT}} | {{item.CloseDT}} | {{item.StockCode}} | {{item.StockName}} | {{item.BuyQuantity}} | {{Math.round(item.BuyAmount/item.BuyQuantity)}} | {{item.BuyAmount}} | {{Math.round(item.SellAmount/item.SellQuantity)}} | {{item.SellAmount}} | {{CalcValueGainLoss(item.BuyAmount, item.SellAmount)}} | {{CalcDiffGrinLoss(item.BuyAmount, item.SellAmount)}} |
| 등록시간 | 종목코드 | 종목명 | 수량 | 평균 매입가 | 매입금액 | 평균 매도가 | 매도금액 | 실수익 | 수익률 | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{item.RegDT}} | {{item.CloseDT}} | {{item.StockCode}} | {{item.StockName}} | {{item.BuyQuantity}} | {{Math.round(item.BuyAmount/item.BuyQuantity)}} | {{item.BuyAmount}} | {{Math.round(item.SellAmount/item.SellQuantity)}} | {{item.SellAmount}} | {{CalcValueGainLoss(item.BuyAmount, item.SellAmount)}} | {{CalcDiffGrinLoss(item.BuyAmount, item.SellAmount)}} |
| 종목코드 | 종목명 | 수량 | 매입가 | 매입금액 | 평가금액 | 현재가 | 평가손익 | 수익률 |
|---|---|---|---|---|---|---|---|---|
| {{item.stockCode}} | {{item.stockName}} | {{item.buyQuantity - item.sellQuantity}} | {{Math.round(item.buyAmount/item.buyQuantity)}} | {{item.buyAmount}} | {{item.currentPrice * item.buyQuantity}} | {{item.currentPrice}} | {{item.grinLossValue}} | {{item.grinLossDiff}} |
