交易行情
{{ tab }}
交易行情走势
{{tableTitle}}
{{realTimeData.currentDay ? '('+ realTimeData.currentDay +')' : ''}} |
|||
成交数量 |
{{handleIntFn(realTimeData.exchangeRate)}}吨 |
成交金额 |
{{handleFloatFn(realTimeData.deal)}}元 |
---|---|---|---|
开盘价 |
{{handleFloatFn(realTimeData.beginPrice)}}元 |
最高价 |
{{handleFloatFn(realTimeData.maxPrice)}}元 |
最低价 |
{{handleFloatFn(realTimeData.minPrice)}}元 |
当前价 |
{{handleFloatFn(realTimeData.currentPrice)}}元 |
涨跌 |
{{handleFloatFn(realTimeData.riseDecline)}}元 |
涨跌幅 |
{{handleFloatFn(realTimeData.riseDeclineRate)}}% |
累计成交数量{{handleIntFn(realTimeData.totalTransactionVolume)}}吨 |
历史行情
查看更多
日期 | 品种 | 开盘价(元) |
收盘价(元) |
最高价(元) |
最低价(元) |
涨跌(元) |
涨跌幅(%) |
成交数量(吨) |
成交金额(元) |
---|---|---|---|---|---|---|---|---|---|
{{item.currentDay}} |
{{item.productName || '--'}} | {{handleFloatFn(item.beginPrice)}} | {{handleFloatFn(item.endPrice)}} | {{handleFloatFn(item.maxPrice)}} | {{handleFloatFn(item.minPrice)}} | {{handleFloatFn(item.riseDecline)}} | {{item.riseDeclineRate || '--'}} | {{handleIntFn(item.exchangeRate)}} | {{handleFloatFn(item.deal)}} |
暂无数据 |
碳金融业务开展情况一览表
类型 | 笔数 | 数量(万吨) | 金额(万元) |
---|---|---|---|
配额抵押融资 | {{ financialData.pedyFinCount || '--' }} | {{ financialData.pedyFinNum || '--' }} | {{ financialData.pedyFinAmount || '--' }} |
配额回购融资 | {{ financialData.pehgFinCount || '--' }} | {{ financialData.pehgFinNum || '--' }} | {{ financialData.pehgFinAmount || '--' }} |
配额远期交易 | {{ financialData.peFtCount }} | {{ financialData.peFtNum }} | {{ financialData.peFtAmount }} |
CCER远期 | {{ financialData.ccerFtCount || '--' }} | {{ financialData.ccerFtNum || '--' }} | {{ financialData.ccerFtAmount || '--' }} |
配额托管 | {{ financialData.peCustCount || '--' }} | {{ financialData.peCustNum || '--' }} | {{ financialData.peCustAmount || '--' }} |
交易行情走势
最新行情({{marketDetailNational.currentDay}})
交易产品 | {{marketDetailNational.productName || 'CFA'}} | ||
---|---|---|---|
成交数量 | {{handleIntFn(marketDetailNational.exchangeRate)}}吨 | ||
成交金额 | {{handleFloatFn(marketDetailNational.deal)}}元 | ||
开盘价 | {{handleFloatFn(marketDetailNational.beginPrice)}}元 | 收盘价 | {{handleFloatFn(marketDetailNational.endPrice)}}元 |
最高价 | {{handleFloatFn(marketDetailNational.maxPrice)}}元 | 最低价 | {{handleFloatFn(marketDetailNational.minPrice)}}元 |
涨跌 | {{handleFloatFn(marketDetailNational.riseDecline)}}元 | 涨跌幅 | {{marketDetailNational.riseDeclineRate || '--'}}% |