평당 가격 계산기

아사마루

계산기

평당 가격 계산기

총 가격과 면적으로 평당 가격을 계산합니다.

{{ Formats.moneySimpleKorean(Math.floor(+price * 10000), ' ') }}원

평당 가격
{{ Formats.numberFormat(unitPriceResult.pricePerPyeong) }}
㎡당 가격
{{ Formats.numberFormat(unitPriceResult.pricePerSquareMeter) }}
면적
{{ unitPriceResult.squareMeter }}㎡ ({{ unitPriceResult.pyeong }}평)
총 가격 계산기

평당 가격과 면적으로 총 가격을 계산합니다.

{{ Formats.moneySimpleKorean(Math.floor(+unitPrice * 10000), ' ') }}원

총 가격
{{ Formats.numberFormat(totalPriceResult.total) }}
{{ Formats.moneySimpleKorean(totalPriceResult.total * 10000, ' ') }}원

관련용어

  • 평당 가격

    총 가격을 면적(평)으로 나눈 값으로, 면적이 다른 매물의 가격을 비교할 때 쓴다. 1평은 400/121 ≈ 3.3058㎡ 이다.

    어느 면적을 기준으로 하나

    분양가는 보통 공급면적 기준으로 평당 가격을 매긴다. 실거래가 비교에서는 전용면적 기준을 쓰기도 하므로, 두 값을 비교할 때는 같은 기준의 면적인지 먼저 확인한다.

부동산 관련 계산기