New Zealand Exports Hit Record High


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

New Zealand’s exports climbed 7.3% year-on-year in March 2026, reaching a record NZD 7.94 billion. The increase was driven by strong gains in several categories, including precious metals, jewellery, and coins (up 166%); fruits (up 24%); milk powder, butter, and cheese (up 3.4%); and preparations of milk, cereals, flour, and starch (up 21%). By destination, exports rose to China (up 11%), Australia (up 38%), the United States (up 5.9%), the European Union (up 14%), and Japan (up 4.1%).




Source link

Scroll to Top