MERCEDES G 63 AMG SPEEDSHIFT 7G-TRONIC (2016)
Description
Features
Unleash the Legend in Performance and Luxury
Dominate any terrain with unmatched style and capability in this striking black powerhouse. Equipped with a formidable 5.5-litre turbo V8 engine, it generates a remarkable 420 kW and 760 Nm of torque, ensuring thrilling acceleration from 0 to 100 km/h in just 5.4 seconds. Not only does it offer exhilarating speed with a top speed of 210 km/h, but its robust build and striking presence also ensure you turn heads wherever you go.
Enjoy peace of mind with finance options available and the assurance that all trade-ins are welcome. Experience exceptional service from our dedicated team, committed to providing a seamless buying experience that reflects the NMI standard of excellence.
Key highlights:
– 77 700 kilometres on the clock
– 5.5-litre turbo V8 engine with 420 kW and 760 Nm of torque
– Acceleration from 0 to 100 km/h in just 5.4 seconds
– Top speed of 210 km/h
– Striking black exterior that commands attention
– Robust build designed for both performance and luxury
– Finance options available
– Trade-ins welcomed
Trust NMI for a buying experience that prioritises your satisfaction and delivers only the best in automotive excellence.
Finance Calculator
<?php
$post_id = get_the_id();
$custom_fields = get_post_meta($post_id);
echo $custom_fields['mmcode'][0] . '<br />';
echo print_r($custom_fields);
if (empty($custom_fields)) {
error_log("No custom fields found for post ID: $post_id");
return;
}
error_log("Custom fields for post ID $post_id:");
foreach ($custom_fields as $key => $value) {
// $value is always an array
if (is_array($value)) {
foreach ($value as $val) {
error_log("$key => $val");
}
} else {
error_log("$key => $value");
}
}
?>














