South Korea’s FX Reserves Rise for 3rd Month


‘,
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);

In August 2025, South Korea’s foreign exchange reserves experienced an uptick, reaching $416.3 billion, an increase from $411.3 billion in the previous month. This boost was primarily attributed to an escalation in securities holdings, which rose to $366.2 billion from $365.1 billion, along with an increase in deposits, which expanded to $25 billion from $21.3 billion. Additionally, Special Drawing Rights (SDRs) saw a slight rise to $15.8 billion from $15.7 billion. Conversely, gold reserves remained constant at $4.8 billion, as did the IMF reserve position at $4.5 billion. Despite these robust reserves, the central bank continues to navigate challenges related to fluctuating currency markets and external economic pressures.




Source link

Scroll to Top