// Adds dimensions UUID, Author and Topic into GA4
Friday, July 11, 2025
31.3 C
Singapore

5-storey commercial building on New Bridge Road for sale via tender

SINGAPORE: A five-storey commercial building, located at 49 & 53 New Bridge Road, is now up for sale via public tender, according to Cushman & Wakefield.

This prime property, which includes a mezzanine level, offers significant potential for businesses looking to establish themselves near Singapore’s bustling Central Business District (CBD).

The building spans a total land area of 5,471.29 square feet and comprises two freehold plots and two 99-year leasehold plots.

Altogether, the property boasts a gross floor area of 22,677.38 square feet, making it an attractive option for potential investors and companies seeking a substantial commercial space.

Strategically situated on the fringe of the CBD, the building is within proximity to Clarke Quay MRT station, Boat Quay, and Raffles Place.

The area is surrounded by various amenities, including food and beverage establishments, boutique hotels, fitness studios, and other services, enhancing its appeal as a business location.

The property is zoned for commercial use, and foreign companies can purchase it without incurring Additional Buyer’s Stamp Duty (ABSD), making it even more appealing to international investors. The public tender for the property will close on Tuesday, 8 Oct, at 3 pm. /TISG

See also  Condo rental market booms in 2024 as demand soars to new heights

Hot this week

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