Friday, June 27, 2025
31.1 C
Singapore

Malaysia cuts rates to fight virus impact

Malaysia’s central bank cut its key interest rate on Tuesday to the lowest level since 2010 to combat the impact of the new coronavirus, which has battered economies worldwide.

Bank Negara Malaysia slashed the rate by 25 basis points to 2.5 percent, as expected by economists, in its second cut this year.

It came as Australia’s central bank reduced rates to a record low and as other institutions including the Federal Reserve, Bank of Japan and European Central Bank vow action.

Announcing the move, Malaysia’s central bank said growth “will be affected by the COVID-19 outbreak primarily in the tourism-related and manufacturing sectors”.

More than 3,100 people have been killed and over 90,000 infected globally since the virus emerged in the Chinese city of Wuhan in December, although the crisis has shifted with more new cases now being recorded outside China.

Malaysia has so far reported 36 cases of the disease.

See also  WHO virus probe begins with fieldwork in ground-zero Wuhan

The government last week announced a $4.7 billion stimulus package to fight the impact of the virus, including tax breaks and cash aid.

The cut also comes amid a political crisis in Malaysia after a reformist government collapsed a week ago and Muhyiddin Yassin took office as prime minister backed by a scandal-mired party.

Ex-leader Mahathir Mohamad, 94, is now challenging the new government’s legitimacy.

sr/amj

© Agence France-Presse

/AFP

Hot this week

Singapore launches GaN hub to power next-gen semiconductors

SINGAPORE: Singapore launched a new S$123 million semiconductor facility...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });