| 开始时间 | 结束时间 | 交易对 | 开盘价 | 收盘价 | 最高价 | 最低价 | 成交量 | 最高振幅 | 最低振幅 | 平均振幅 | 涨跌幅 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ item.firstTs }} | {{ item.lastTs }} | {{ item.symbol }} | {{ formatNumber(item.open) }} | {{ formatNumber(item.close) }} | {{ formatNumber(item.high) }} | {{ formatNumber(item.low) }} | {{ formatNumber(item.volume) }} | {{ formatPercent(item.maxAmplitude) }} | {{ formatPercent(item.minAmplitude) }} | {{ formatPercent(item.avgAmplitude) }} | {{ formatPercent(item.upDown) }} |