汇通财经APP讯——最新数据显示,2024/01/06 波罗的海干散货指数(BDI)报 2022 点,创2023/11/23以来新低水平,较前值跌4.17%,创2023/12/13以来最大跌幅,其中,巴拿马型运费指数(BPI)报1605 点,较前值跌3.66%,海岬型运费指数(BCI)报3599 点,跌5.24%,超灵便型船运价指数(BSI)报1194 点,跌1.49%。波罗的海干散货指数+三大分项的最新720天走势图、十年走势图等详见汇通财经特制图表。
element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}

