// Adds dimensions UUID, Author and Topic into GA4
Thursday, March 12, 2026
28.8 C
Singapore

Sembcorp subsidiary acquires 228MW wind assets in India

SINGAPORE: Green Infra Wind Energy Limited, a Sembcorp subsidiary, acquired 228MW wind assets in India. This move marks a substantial step forward in the company’s commitment to sustainable energy practices.

Singapore Business Review reports that the acquisition involved Green Infra Wind Energy Limited purchasing 100% share capital in two special purpose vehicles (SPVs) owned by Leap Green Energy Private Limited.

These SPVs are responsible for the operation of 228 MW of wind assets located across key regions in India, including Madhya Pradesh, Maharashtra, and Rajasthan.

With the company having another acquisition in the pipeline and a 245 MW wind assets project pending completion, Sembcorp’s total gross renewables portfolio globally now amounts to 13.5 GW. /TISG

Read also: ComfortDelGro subsidiary acquires UK CMAC Group for S$135.4M

See also  SingPost declares 89% higher dividend after nearly doubling earnings for 1HFY2025 with 97.3% YoY increase
- Advertisement -

Hot this week

Vehicle suddenly caught fire under train tracks, trains had no choice but to pass through the thick black smoke

A car suddenly caught fire under the subway tracks, with explosions heard intermittently and thick smoke billowing onto the tracks as subway trains passed through the smoke.

Filipino café chain Mary Grace opens first international outlet in Singapore

After more than three decades of serving Filipino comfort food to generations of loyal guests, Mary Grace is expanding beyond the Philippines for the first time, with a new 28-seater café opening o...

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); } });
// //