币种数据查询

K线周期:
开始时间:
获取数据 确认更新配置
快捷时间: {{ option.label }}
开始时间 结束时间 交易对 开盘价 收盘价 最高价 最低价 成交量 最高振幅 最低振幅 平均振幅 涨跌幅
{{ 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) }}