diff --git a/app/page.jsx b/app/page.jsx
index dc1a561..059dc02 100644
--- a/app/page.jsx
+++ b/app/page.jsx
@@ -3949,7 +3949,13 @@ export default function HomePage() {
>
{f.name}
- #{f.code}
+
+ {(() => {
+ const holding = holdings[f.code];
+ const profit = getHoldingProfit(f, holding);
+ return profit ? `¥${profit.amount.toFixed(2)}` : `#${f.code}`;
+ })()}
+
{(() => {