メニュー
×
株式売却シミュレーター
ナンピン計算
値幅制限チェッカー
ナンピン計算
価格(円)
×
数量(株)
−
+
小計
{{ (row.price * row.amount).toLocaleString() }}
円
✖
+
取得単価:
{{ avgPrice }}
円
合計株数:
{{ totalAmount }}
株
総額:
{{ totalCost.toLocaleString() }}
円
入力してください
目標株価で売却した場合
目標株価(円)
税引前利益:
{{ profitBeforeTax.toLocaleString() }}
円
税額:
{{ (profitBeforeTax * 0.2).toLocaleString() }}
円
税引後利益:
{{ profitAfterTax.toLocaleString() }}
円
損失:
{{ profitBeforeTax.toLocaleString() }}
円
※ 税率20%で計算(利益=(目標株価×合計株数−総額)×0.8)