Saskatoon makes more than one top-ten list
Posted on
September 18, 2010
by
Norm Fisher, Royal LePage Vidorra
MSN Money just did a feature on
the ten most expensive resale housing markets in Canada. It uses average selling prices from across the country for the month of August, 2010. Saskatoon came in at number eight on that list.
Meanwhile, Statistics Canada released some income figuresfrom the tax returns of Canadians and Saskatoon, with a median income of $77,740, recorded the largest year-over-year income gain to enter the top ten list of the highest income earning cities at number nine.
Canada's 10 Most Expensive Housing Markets |
Canada's 10 Highest Earning Cities (Median) |
|
|
Vancouver - $680,782 |
Calgary - $91,570 |
Victoria - $471,929 |
Edmonton - $88,190 |
Toronto - $410,995 |
Ottawa - $87,160 |
Calgary - $385,712 |
Oshawa - $83,220 |
Edmonton - $326,550 |
Guelph - $81,920 |
Ottawa - $322,281 |
Regina - $81,480 |
Durham Region - $312,692 |
Greater Sudbury - $79,550 |
Saskatoon- $305,866 |
Victoria - $77,810 |
Hamilton - $299,812 |
Saskatoon - $77,740 |
Kitchener-Waterloo - $263,496 |
Kitchener-Waterloo - $76,600 |
I’m always happy to answer your Saskatoon real estate questions. All of my contact info is here. Please feel free to call or email.
Norm Fisher
Royal LePage Vidorra
The Saskatchewan REALTORS® Association (SRA) IDX Reciprocity listings are displayed in
accordance with SRA's MLS® Data Access Agreement and are copyright of the Saskatchewan REALTORS® Association (SRA).
The above information is from sources deemed reliable but should not be relied upon without independent verification.
The information presented here is for general interest only, no guarantees apply.
Trademarks are owned and controlled by the Canadian Real Estate Association (CREA).
Used under license.
MLS® System data of the Saskatchewan REALTORS® Association (SRA) displayed on this site is refreshed every 2 hours.
$(document).ready(function () {
var allBoxes = $("#mrp-container10 div.weblet_web-syndication").children("div");
transitionBox(null, allBoxes.first());
});
function transitionBox(from, to) {
function next() {
var nextTo;
if (to.is(":last-child")) {
nextTo = to.closest("#mrp-container10 .weblet_web-syndication").children("div").first();
} else {
nextTo = to.next();
}
to.fadeIn(500, function () {
setTimeout(function () {
transitionBox(to, nextTo);
}, 7000);
});
}
if (from) {
from.fadeOut(500, next);
} else {
next();
}
}