Get the 2025 Nissan Rogue Today!

Get the 2025 Nissan Rogue Today!

Finance the 2025 Nissan Rogue from 0.99% for 36 months. Or, lease it from $386 monthly, equivalent to $89 weekly for 30 months at 1.99% with $3,295 down.

Certain conditions apply. Offers end January 31st, 2025.

Certain conditons apply.

function colorChooserRedirect(colorCode) { const currentUrl = window.location; const currentUrlParams = new URLSearchParams(window.location.search); currentUrlParams.set('extColorCode', colorCode); window.location = currentUrl.origin + currentUrl.pathname + '?' + currentUrlParams.toString(); } document.addEventListener("DOMContentLoaded", () => { const chooserItem = document.querySelectorAll('[data-color-chooser-redirect="true"] [data-color-chooser-item]'); chooserItem.forEach(item => { item.addEventListener('click', e => { e.preventDefault(); colorChooserRedirect(item.dataset.colorChooserCode); }) }); });