Japan’s Foreign Bond Buying Slumps Sharply to…


‘,
buttonPrevHTML: ”,
};

function adaptBreadcrumbs() {
let breadcrumbs = document.querySelectorAll(‘#header-breadcrumbs’);

for(i = 0; i < breadcrumbs.length; i++) {
let title = breadcrumbs[i].querySelector(‘.breadcrumbs-title’);
let btns = breadcrumbs[i].querySelector(‘.btn-container:last-child’);

if(btns && btns.children && btns.children.length) {
if(parseInt(title.getBoundingClientRect().top + title.getBoundingClientRect().height / 2) == parseInt(btns.getBoundingClientRect().top + btns.getBoundingClientRect().height / 2)) {
title.style=”flex-grow:1;”;
} else {
title.style=”flex-grow:0;”;
}
} else {
title.style=”flex-grow:1;”;
}

}
}

window.addEventListener(‘resize’, adaptBreadcrumbs);
document.addEventListener(‘DOMContentLoaded’, adaptBreadcrumbs);

Japan’s appetite for foreign bonds has dropped dramatically, with net purchases falling to ¥10.3 billion, down from a previous level of ¥762.1 billion. The latest figure, updated on 27 May 2026, points to a sharp slowdown in Japanese investors’ demand for overseas debt securities.

The steep decline from hundreds of billions of yen to just over ¥10 billion suggests a significant shift in portfolio flows. While the data alone does not reveal the underlying drivers, such a contraction in foreign bond buying may indicate growing caution among Japanese investors or a reassessment of risk and return in international fixed-income markets. Market participants will be watching subsequent releases closely to determine whether this is a temporary pullback or the start of a longer-term trend in Japan’s cross-border investment behavior.




Source link

Scroll to Top