- {{ stock.name }} ({{ stock.code }}) - {{ stock.market }}
- {{ stock.name }} ({{ stock.code }}) - {{ stock.market }}
{{ index + 1 }}. {{ stock.name }} ({{ stock.code }})
基于 yfinance 数据源,验证定投策略相对于本金的收益表现。
📊 以下对比显示定投策略的实际收益与投入本金(无收益)的差异
📊 以下对比显示多个股票的定投收益与投入本金的表现
股票名称 | 最终资产 | 总收益率 | 绝对收益 | 最大回撤 |
---|---|---|---|---|
{{ result.stock_name }} | {{ formatCurrency(result.result.final_total) }} | {{ result.result.total_return_pct.toFixed(2) }}% | {{ formatCurrency(result.result.absolute_profit) }} | {{ result.result.max_drawdown_pct.toFixed(2) }}% |