大盘指数
{{ lastUpdate || '加载中...' }}
{{ idx.name }}
{{ (idx.price || 0).toFixed(2) }}
{{ (idx.change || 0) >= 0 ? '+' : '' }}{{ (idx.change || 0).toFixed(2) }}
{{ (idx.change_pct || 0) >= 0 ? '+' : '' }}{{ (idx.change_pct || 0).toFixed(2) }}%
涨跌家数
{{ b.name }}
↑{{ b.up }}
─{{ b.flat }}
↓{{ b.down }}
市场情绪
{{ sentimentScore }}
{{ sentimentLabel }}
{{ d.label }}
{{ formatValue(d) }}
市场成交量
{{ idx.name }}
{{ formatVolume(idx.volume) }}
总成交量
{{ formatVolume(totalVolume) }}
总成交额
{{ formatAmount(totalAmount) }}
一周成交量趋势
一周融资余额趋势
涨跌幅榜
{{ tab.label }}
领涨概念
加载中...
{{ i+1 }}
{{ c.name }}
{{ c.leader }}
+{{ c.pct }}%
领跌概念
加载中...
{{ i+1 }}
{{ c.name }}
{{ c.leader }}
{{ c.pct }}%