Maybe it really is different here
Posted on
August 5, 2010
by
Norm Fisher, Royal LePage Vidorra
There is one word that can be used to describe residential real estate activity for July in every major market in Canada - down. Some markets are down more than others. I could find only one that is down less than we are. Here’s a quick look at what I’ve been able to dig up today.
Market |
Down |
|
|
Vancouver |
45% |
Victoria |
44% |
Calgary |
42% |
Edmonton |
42% |
Toronto |
34% |
Halifax |
33% |
Regina |
28% |
Ottawa |
27% |
Montreal |
26% |
Saskatoon |
18% |
Winnipeg |
13% |
So, you see, things could be a little better, but they could be a whole lot worse.
Maybe it really is different here. :)
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();
}
}