Nissan Newcomer Offer

Nissan Newcomer Offer

Purchasing your first vehicle in Canada? We've got you covered - with our Newcomer program, you can enjoy the benefits of a Nissan and establish your credit all at the same time.

You can apply for credit under this program if you are either a landed immigrant within five years, a foreign worker or an international student living in Canada for more than a year. At Nissan, we understand you have just started to create your history in credit and otherwise.

Book your test drive today!

*Conditions may apply. See dealer for details.

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