Mercedes-Benz GLC Amg Glc 43 Premium+ 4matic Auto
£44,750
21,882 Miles
Petrol
Automatic
-
2023
Suv Coupe
M276 E30deh La G Amg-c
3 L
Silver
-
5
-
Key Features
-
This Mercedes-amg GLC is 4 years old and has had 1 registered keeper. With 21882 miles recorded, it has done an average of 5471 miles per year. First registered in 2023. This Silver Suv Coupe is for sale in the Knaresborough region for £44,750.
Interior Ambient Lighting Floor Mats - AMG with Edging and Embroidered AMG Lettering Front Door Sill Panels with Mercedes-Benz Lettering Instrument Cluster with 12.3in Digital Instrument Cluster Display Interior Lighting Package KEYLESS-GO Starting Function Memory Package Rain Sensing Windscreen Wipers Remote Boot Release Seats - Heated Front Sports Pedals in Brushed Stainless Steel with Rubber Studs Steering Column - Electrically Adjustable for Height and Reach Steering Column Gear Selector - DIRECT SELECT Steering Wheel Gearshift Paddles - SPEEDTRONIC Cruise Control with Variable Speed Limiter Steering Wheel - Heated Steering Wheel - Multifunction Sports Steering Wheel in Black Nappa Leather with Flattened Bottom Section Stowage - Double Cup Holder in Centre Console Stowage - Illuminated and Lockable Glove Compartment Stowage Package THERMOTRONIC 3-Zone Automatic Climate Control Trim - AMG Carbon Fibre - Light Longitudinal-Grain Aluminium Leather - Black Exterior 21in Alloy Wheels - AMG 5-Twin-Spoke Design - Painted Black with High Sheen Finish AMG Bodystyling AMG Performance Exhaust System - Selectable Brake Calipers - with Mercedes-Benz Lettering and Perforated Front Brake Discs Chrome Trim - Front - Side and Rear Door Mirrors - Electrically Adjustable and Heated Electric Windows - Front Mirror Package Privacy Glass - Dark Glass from B-Pillar Backwards Radiator Grille - AMG-Specific with Black Vertical Louvres and Trim Strip in High-Gloss Chrome Running Boards Sliding Glass Sunroof Summer Tyres TIREFIT Tyre-Sealant Kit Tailpipe - Two Chrome-Plated Tailpipe Trim Elements Tinted Glass All Round - Single-Layer Safety Glass Safety and Security ABS - Anti-Lock Braking System Active Bonnet - Pedestrian Safety Measure which Detects an Impact and Raises Bonnet Adaptive Brake Lights Adaptive Brake System with HOLD Function and Brake Drying in the Wet Alarm System with Immobiliser and Interior Protection Automatic Child Seat Recognition Sensor Collision Prevention Assist Plus Dual-Stage Airbags - Driver and Front Passenger - Driver Kneebag and Windowbags for Driver - Front Passenger and Rear Passengers Electric Parking Brake Electronic Stability Programme-ESP with Curve Dynamic Assist and Crosswind Assist ISOFIX Child Seat Attachment Points with Top Tether in Rear - Two Outer Seats KEYLESS-GO with Keyless Access Audio and Communications Hard-Disk Navigation MBUX - Mercedes-Benz User Experience - Infotainment System MBUX Multimedia System with DAB Radio and Touchpad Media Display - 10.25-inch with Touchscreen Mercedes Connect Me - Standard Services Navigation Services Smartphone Integration Two USB Ports in Centre Console Drivers Assistance 360 Degree Camera ATTENTION Assist Active Parking Assist including PARKTRONIC Dynamic Select with a Choice of Driving Modes - Comfort - ECO - Sport - Sport Plus - Individual MBUX Voice Control Activated by Keywords - Hey Mercedes Outside Temperature Display - Rear Seat Belt Status Indicator Service Indicator ASSYST Traffic Sign Assist Tyre Pressure Monitoring System Illumination Headlamp Assist - Automatic Headlamp Activation Headlamps - LED High Performance with Integrated LED Daytime Running Lights LED Tail Lights Performance AMG Electronic Rear-Axle Limited-Slip Differential AMG RIDE CONTROL - Air Suspension for Front and Rear Axles with Continuously Adjustable Damping Direct-Steer Speed Sensitive Steering Finance PCP HP Duration: Months 24 36 48 60 Deposit: £ Annual Mileage: Miles 6k 9k 12k 15k 18k 21k 24k 27k 30k Miles PCP Finance Quote const carInfo = { priceGBP: "44750", }; const convertToNumber = (val) => Number(String(val).replace(/[^\d.]/g, '')); function setupDepositSlider(carInfo) { let depositAmounts = [0]; if (carInfo.priceGBP) { const price = convertToNumber(carInfo.priceGBP); let increments = 10000; if (price > 100000) increments = 15000; else if (price = price) break; // don't exceed car price depositAmounts.push(i); if (depositAmounts.length >= 6) break; // limit to 6 options total } const slider = document.getElementById("cashDepositRange"); const numberInput = document.getElementById("cashDepositInput"); const valueTrack = document.getElementById("valueTrack"); // Set slider min/max/step slider.min = 0; slider.max = depositAmounts[depositAmounts.length - 1]; // Set initial value 10% of car price const initialDeposit = Math.min(0.1 * price, depositAmounts[depositAmounts.length - 1]); slider.value = initialDeposit; numberInput.value = initialDeposit; // Render value track labels valueTrack.innerHTML = ''; depositAmounts.forEach(amount => { const label = document.createElement('p'); label.textContent = amount >= 1000 ? (amount / 1000) + 'k' : amount; valueTrack.appendChild(label); }); } } setupDepositSlider(carInfo); function convertNumbThousand(value) { if (isNaN(value)) return value; return Number(value).toLocaleString("en-UK"); } function renderFinanceDetails(financeData) { if (!financeData typeof financeData !== 'object') { console.error('Invalid finance data:', financeData); return; } if (!financeData (financeData.hp.length === 0 && financeData.pcp.length === 0)) { console.error('No finance data available'); return; } const pcpData = financeData.pcp[0]; const hpData = financeData.hp[0]; function populateResults(data, containerId) { const container = document.getElementById(containerId); // clear container container.innerHTML = ''; if (!data Object.keys(data).length === 0) { container.innerHTML = 'No finance options available.'; return; } const quoteID = data.quoteUID; const items = [ { label: "First payment of", value: ` £${convertNumbThousand(data.firstPayment)}` }, { label: `${data.numberOfRegularPayments} monthly payments of`, value: ` £${convertNumbThousand(data.regularPayment)}` }, { label: "Final payments of", value: ` £${convertNumbThousand(data.finalPayment)}` }, { label: "Term (Months)", value: data.term }, { label: "Cash price", value: ` £${convertNumbThousand(data.totalCashPrice)}` }, { label: "Total deposit", value: ` £${convertNumbThousand(data.totalDeposit)}` }, { label: "Total Amount credit", value: ` £${convertNumbThousand(data.advance)}` }, { label: "Interest charges", value: ` £${convertNumbThousand(data.intertestCharge)}` }, { label: "Total amount payable", value: ` £${convertNumbThousand(data.totalPayable)}` }, { label: `Fixed rate of interest (per annum)`, value: `${data.interestRate}%` }, { label: "APR", value: `${data.apr}%` }, { label: "Administration fee", value: ` £0` }, { label: "Option to purchase fee", value: ` £${convertNumbThousand(data.optionToPurchaseFee)}` } ]; items.forEach(item => { const row = document.createElement("div"); row.className = "d-flex justify-content-between mb-2"; row.innerHTML = ` ${item.label} ${item.value}`; container.appendChild(row); }); // Create the Apply Now link const applyLink = document.createElement("a"); applyLink.href = `https://my.newvehicle.com/start?quoteId=${quoteID}&imageUrl=https://m.atcdn.co.uk/a/media/{resize}/58ee9f3392684b41a5457672d6cfe404.jpg?width=350&returnUrl=${encodeURIComponent(window.location.href)}&redirectTo=apply`; applyLink.target = "_blank"; applyLink.rel = "noopener noreferrer"; applyLink.className = "btn btn-danger btn-lg rounded-pill px-4 mt-3"; applyLink.textContent = "Apply Now"; container.appendChild(applyLink); } populateResults(pcpData, "finance-details-pcp"); populateResults(hpData, "finance-details-hp"); } function requestFinance(options) { fetch('/wp-json/at/v1/get-finance-quote', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ finance: options }) }) .then(response => response.json()) .then(data => { console.log('Finance quote received:', data); renderFinanceDetails(data); }) .catch(error => console.error('Error fetching finance quote:', error)); } $(document).ready(function () { const finance = { CashPrice: "44750", CurrentOdometerReading: "21882", Identity: "BU72OFT", RegistrationDate: "2023-01-24", Condition: "Used", IdentityType: 'VRM', Term: 48, CashDeposit: 4475, AnnualDistance: 9000 // Only used in PCP }; let debounceTimer; function requestFinanceDebounced() { clearTimeout(debounceTimer); debounceTimer = setTimeout(() => { requestFinance(finance); }, 300); // adjust delay if needed } function updateFinanceOption(field, value) { if (field === 'term') { finance.Term = parseInt(value, 10); } else if (field === 'cashDeposit') { finance.CashDeposit = parseFloat(value); } else if (field === 'annualDistance') { finance.AnnualDistance = parseInt(value, 10); } requestFinanceDebounced(); } function syncInputs() { $('input[data-field]').each(function () { const $this = $(this); const field = $this.data('field'); // Get matching inputs (range & number) for this field const $matchedInputs = $(`input[data-field='${field}']`); $this.on('input', function () { const value = $(this).val(); // Update all inputs with the same field (except the one that triggered the event) $matchedInputs.not(this).val(value); // Detect if it's in a PCP tab for mileage const isPCP = $(this).closest('[data-type="pcp"]').length > 0 field !== 'annualDistance'; if (field !== 'annualDistance' isPCP) { updateFinanceOption(field, value); } }); }); } // Initial request requestFinance(finance); syncInputs(); const pcpTab = document.getElementById("pcp-tab"); const hpTab = document.getElementById("hp-tab"); const mileageWrapper = document.getElementById("annualMileageWrapper"); function setActiveTab(type) { // Toggle active class [pcpTab, hpTab].forEach(btn => btn.classList.remove("active")); (type === "pcp" ? pcpTab : hpTab).classList.add("active"); // Show/hide mileage field mileageWrapper.style.display = type === "pcp" ? "block" : "none"; const financeResults = type === "pcp" ? document.getElementById("finance-details-pcp") : document.getElementById("finance-details-hp"); const otherResults = type === "pcp" ? document.getElementById("finance-details-hp") : document.getElementById("finance-details-pcp"); // Hide other results otherResults.style.display = "none"; // Show current results financeResults.style.display = "block"; // .finance-quote-title const financeQuoteTitle = document.querySelector('.finance-quote-title'); financeQuoteTitle.textContent = type === "pcp" ? "PCP Finance Quote" : "HP Finance Quote"; } // Event Listeners pcpTab.addEventListener("click", () => setActiveTab("pcp")); hpTab.addEventListener("click", () => setActiveTab("hp")); });
-
-
Cost & Efficiency
-
19.5 mpg234.0 (g/km)34.5 mpg26.7 mpgE6-
* Cars registered on or after 01/04/17 with a list price of over £40,000 at first registration including those with 0g/km will pay a vehicle road fund licence surcharge for 5 years from the start of the second licence
-
-
Performance & Engine
-
--384 bhp (6100 rpm)3 L155 mph384 lb-ft (5000 rpm)--64x4
-
*Every effort has been made to ensure the accuracy of the information above. However, errors may occur. Check with a salesperson about items which may affect your decision to purchase.
Photo gallery