仓单交易业务月报 {{report_date1.substring(0,4)}}年{{report_date1.substring(4,6)}}月
暂无数据
仓单交易业务月报 {{report_date.substring(0,4)}}年{{report_date.substring(4,6)}}月
| 品种 | 月开盘价 | 最高价 | 最低价 | 月收盘价 | 月均价 | 月均价涨跌 | 成交张数 | 成交重量 | 成交金额(万元) |
|---|---|---|---|---|---|---|---|---|---|
| {{handleName(item.PRODUCTGROUPID,one2one)}} | {{handlePircePrecision(item.OPENPRICE)}} | {{handlePircePrecision(item.HIGHESTPRICE)}} | {{handlePircePrecision(item.LOWESTPRICE)}} | {{handlePircePrecision(item.CLOSEPRICE)}} | {{item.SETTLEMENTPRICE=="--"? "--":handleDataPrecision(item.SETTLEMENTPRICE,2)}} | {{item.PRICESCOPE=="--"? "--":handleDataPrecision(item.PRICESCOPE,2)}} | {{item.VOLUME=="--"? "--":handleDataPrecision(item.VOLUME,0)}} | {{item.WEIGHT=="--"? "--":handleDataPrecision(item.WEIGHT,4)}} | {{item.TURNOVER=="--"? "--":handleDataPrecision(parseFloat(item.TURNOVER)/10000,2)}} |
月统计
使用声明
仓单交易业务
{{report_date1.substring(0,4)}}年{{report_date1.substring(4,6)}}月
{{handlePircePrecision(props.row.OPENPRICE)}}
{{handlePircePrecision(props.row.HIGHESTPRICE)}}
{{handlePircePrecision(props.row.LOWESTPRICE)}}
{{handlePircePrecision(props.row.CLOSEPRICE)}}
{{handleDataPrecision(props.row.SETTLEMENTPRICE,2)}}
{{handleDataPrecision(props.row.VOLUME,0)}}
暂无数据
基差贸易挂牌成交
{{report_date1.substring(0,4)}}年{{report_date1.substring(4,6)}}月
{{scope.row.WEIGHT===''? 0:scope.row.WEIGHT}}
{{scope.row.WEIGHT===''? "--":scope.row.WEIGHT}}
暂无数据
基差贸易已交收合同
{{report_date1.substring(0,4)}}年{{report_date1.substring(4,6)}}月
{{scope.row.WEIGHT==''? "--":scope.row.WEIGHT}}
{{scope.row.WEIGHT===''? 0:scope.row.WEIGHT}}
暂无数据
上期场外互换业务
{{report_date1.substring(0,4)}}年{{report_date1.substring(4,6)}}月
{{props.row.PRODUCTNAME==undefined||props.row.PRODUCTNAME==""? "--":props.row.PRODUCTNAME}}
{{props.row.REFWARENAME==undefined||props.row.REFWARENAME==""? "--":props.row.REFWARENAME}}
{{props.row.MONTH==undefined||props.row.MONTH==""? "--":props.row.MONTH}}
{{props.row.EXPIREDATE==undefined||props.row.EXPIREDATE==""? "--":props.row.EXPIREDATE}}
{{(props.row.OPENPRICE==undefined || props.row.OPENPRICE==="") ? "--":handleDataPrecision(props.row.OPENPRICE,2)}}
{{(props.row.HIGHPRICE==undefined || props.row.HIGHPRICE==="") ? "--":handleDataPrecision(props.row.HIGHPRICE,2)}}
{{(props.row.LOWPRICE==undefined || props.row.LOWPRICE==="") ? "--":handleDataPrecision(props.row.LOWPRICE,2)}}
{{(props.row.CLOSEPRICE==undefined || props.row.CLOSEPRICE==="") ? "--":handleDataPrecision(props.row.CLOSEPRICE,2)}}
{{(props.row.RAISELOSE==undefined || props.row.RAISELOSE==="") ? "--":handleDataPrecision(props.row.RAISELOSE,2)}}
{{(props.row.RAISERATE==undefined || props.row.RAISERATE==="") ? "--":handleDataPrecision(props.row.RAISERATE,2)}}
{{(props.row.HOLDNUM==undefined || props.row.HOLDNUM==="") ? "--":handleDataPrecision(props.row.HOLDNUM,2)}}
{{(props.row.HOLDCHANGENUM==undefined || props.row.HOLDCHANGENUM==="") ? "--":handleDataPrecision(props.row.HOLDCHANGENUM,2)}}
{{(props.row.SETPRICE==undefined || props.row.SETPRICE==="") ? "--":handleDataPrecision(props.row.SETPRICE,2)}}
{{(props.row.CONTMONEY==undefined || props.row.CONTMONEY==="") ? "--":handleDataPrecision(props.row.CONTMONEY,2)}}
暂无数据
导出EXCEL
导出TXT








导出excel
导出txt
打印