{{ detail.fundamentals?.description || detail.data?.profile?.description }}
{{ detail.verdict.summary }}
{{ detail.verdict }}
{{ detail.portfolio_context.recommendation }}
{{ val.detail }}
Avg Price Target: {{ fmtPrice(detail.analyst_consensus.avg_price_target) }}
Last: {{ detail.previous_analysis_delta.last_date }}
{{ detail.previous_analysis_delta.changes }}
| Symbol | Company | Market | Sector | Class | Score | Price | Mkt Cap | Div % | P/E | Held |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ s.symbol }} | {{ truncate(s.company_name, 30) }} | {{ s.market }} | {{ truncate(s.sector, 18) }} | {{ s.classification }} | {{ s.score }}/16 | {{ fmtPrice(s.price) }} | {{ fmtLarge(s.market_cap) }} | {{ s.dividend_yield != null ? s.dividend_yield.toFixed(1) + '%' : '-' }} | {{ s.pe_ratio != null ? s.pe_ratio.toFixed(1) : '-' }} | ● |