{{ selectedStock.name }}
{{ selectedStock.code }}
¥{{ fmt(selectedStock.price) }}
{{ sign(selectedStock.change_percent) }}{{ fmt(selectedStock.change_percent) }}%
开盘
{{ fmt(selectedStock.open) }}
最高
{{ fmt(selectedStock.high) }}
最低
{{ fmt(selectedStock.low) }}
昨收
{{ fmt(selectedStock.prev_close) }}
成交量
{{ fmtVol(selectedStock.volume) }}
成交额
{{ fmtAmt(selectedStock.amount) }}
换手率
{{ fmt(selectedStock.turnover_rate) }}%
振幅
{{ fmt(selectedStock.amplitude) }}%
{{ idx.name }}
{{ fmt(idx.price, 2) }}
{{ sign(idx.change_pct) }}{{ fmt(idx.change, 2) }} ({{ sign(idx.change_pct) }}{{ fmt(idx.change_pct) }}%)
↑{{ getBreadthFor(idx.code).up }}
—{{ getBreadthFor(idx.code).flat }}
↓{{ getBreadthFor(idx.code).down }}
💰融资余额
📊成交额
💹平均股价
🏆涨跌排行
{{ t.label }}
🔺 涨幅榜
🔻 跌幅榜
加载中...
| 排名 | 名称 | 代码 | 现价 | 涨跌幅 | 成交额 |
|---|---|---|---|---|---|
| {{ i + 1 }} | {{ s.name }} | {{ s.code }} | {{ fmt(s.price) }} | {{ sign(s.pct || s.change_percent) }}{{ fmt(s.pct || s.change_percent) }}% | {{ fmtAmt(s.amount) }} |
暂无数据
🏭热门概念板块
▲ 领涨板块
{{ s.name }}
+{{ fmt(s.pct) }}%
龙头: {{ s.leader }}
▼ 领跌板块
{{ s.name }}
{{ fmt(s.pct) }}%
龙头: {{ s.leader }}