EN PL ES
Reservar Visita
Penthouse

Penthouse in Mijas

La Cala de Mijas, Mijas , Malaga

455,000€

Listed: 06 March 2026

Penthouse in Mijas
+23 fotos

Descripción

First floor NO lift. Just reduced from 489.000 to 458.000 for a quick sale.
This spectacular, recently renovated duplex penthouse is located in the heart of the city, just a few minutes walk from the beach, shops, restaurants, and leisure areas. Facing south, west, and north, it enjoys excellent natural lighting and charming views of the old town and the surrounding streets.
The property features a fitted and renovated kitchen, renovated bathrooms, and a laundry room, all in impeccable condition. The master bedroom has an en-suite bathroom, and the double-glazed windows guarantee comfort and tranquility. In addition, the hot/cold air conditioning offers a pleasant environment throughout the year.
With a private solarium and the possibility of extension, this home has high rental potential, making it an excellent investment. Its proximity to schools, golf courses, and tennis courts makes it ideal for families and those looking for a dynamic and urban lifestyle.

Duplex Penthouse, Town Centre, Fitted Kitchen, Parking: None, Facing: South, West and North
Views: Old town, Street, Surrounds
Features: 5-10 minutes to Golf Course, Air Conditioning Hot/Cold, Close to schools, Conveniently Situated for Golf, Conveniently Situated Schools, Conveniently Situated Tennis, Double glazing windows, En suite bathroom, Fitted Kitchen, Good Rental Potential, Immaculate Condition, Possibility of extension, Renovated, Renovated bath, Renovated kitchen, Solarium, Utility Room, Walking distance to beach, Walking Distance to Cafés, Walking distance to rest., Walking distance to shops, Walking distance to T. center

Technical Detalles

168 m²

Área

3

Bedhabitaciones

3

Bathhabitaciones

0 m²

Plot

Amenities

Furnished

Ubicación

Mortgage Calculator

Deposit amount:
Monthly payment:

Interested?

Contacto us to get more information about this property.

Teléfono

+44 20 1234 5678

Correo Electrónico

info@tripinvestuk.co.uk

function updateDepositAmount() { const propertyPrice = 455000.00; const depositPercent = parseFloat(document.getElementById('deposit_percent').value) / 100; const depositAmount = propertyPrice * depositPercent; const displaySpan = document.getElementById('deposit_amount_display'); displaySpan.textContent = depositAmount.toLocaleString() + ' EUR'; } function calculateMortgage() { const propertyPrice = 455000.00; const depositPercent = parseFloat(document.getElementById('deposit_percent').value) / 100; const loanAmount = propertyPrice * (1 - depositPercent); const years = parseInt(document.getElementById('loan_years').value); const annualRate = parseFloat(document.getElementById('interest_rate').value); const monthlyRate = annualRate / 12; const numPayments = years * 12; const monthlyPayment = loanAmount * (monthlyRate * Math.pow(1 + monthlyRate, numPayments)) / (Math.pow(1 + monthlyRate, numPayments) - 1); const resultDiv = document.getElementById('monthly_payment_result'); const amountSpan = document.getElementById('monthly_amount'); amountSpan.textContent = Math.round(monthlyPayment).toLocaleString() + ' EUR/month'; resultDiv.style.display = 'block'; // Update deposit amount display updateDepositAmount(); } // Dynamiczne obliczanie przy zmianie wartości document.addEventListener('DOMContentLoaded', function() { const loanYearsSelect = document.getElementById('loan_years'); const interestRateSelect = document.getElementById('interest_rate'); const depositPercentSelect = document.getElementById('deposit_percent'); if (loanYearsSelect && interestRateSelect && depositPercentSelect) { loanYearsSelect.addEventListener('change', calculateMortgage); interestRateSelect.addEventListener('change', calculateMortgage); depositPercentSelect.addEventListener('input', calculateMortgage); // Oblicz przy ładowaniu strony updateDepositAmount(); calculateMortgage(); } });