A journey that started with a belief to be Different

FinMet journey started with a single belief to connect people, places and possibilities by doing things others said could not be done. 

Our latest financial results

Access Scotiabank’s latest quarterly results and archived financial documents.

See results
FinMet journey started with a single belief to connect people, places and possibilities by doing things others said could not be done.

© FinMetGold 2024. All Rights Reserved.

document.addEventListener('DOMContentLoaded', function() { var loanAmountInput = document.getElementById('loan-amount'); if (loanAmountInput) { loanAmountInput.addEventListener('input', function() { var value = this.value.replace(/,/g, ''); // Remove existing commas if (!isNaN(value) && value.length > 0) { var formattedValue = Number(value).toLocaleString('en'); this.value = formattedValue; } }); loanAmountInput.addEventListener('blur', function() { var value = this.value.replace(/,/g, ''); // Remove existing commas on blur if (!isNaN(value) && value.length > 0) { this.value = Number(value).toLocaleString('en'); } }); } });