Posted on
May 27, 2007
by
Norm Fisher, Royal LePage Vidorra
Home buying and listing activity remained strong last week in spite of the long weekend with a total of 126 new residential listings and 104 home sales...
Posted on
May 19, 2007
by
Norm Fisher, Royal LePage Vidorra
If Saskatoon real estate buyers were holding out any hope that this market may have been starting to show signs of balancing, this week’s numbers...
Posted on
May 17, 2007
by
Norm Fisher, Royal LePage Vidorra
For the first time this year, active MLS® listings of condominiums and single-family homes within the city of Saskatoon broke the 300 mark. Since late...
Posted on
May 16, 2007
by
Norm Fisher, Royal LePage Vidorra
This is not exactly important real estate news but I couldn’t resist writing a small snip about this story.
It seems that the popular A&E reality...
Posted on
May 15, 2007
by
Norm Fisher, Royal LePage Vidorra
Canada Mortgage and Housing Corporation (CMHC) released its "2nd Quarter Housing Market Outlook" for Saskatoon real estate today. Once again, the publication...
Posted on
May 14, 2007
by
Norm Fisher, Royal LePage Vidorra
March was crazy. April was absolutely insane! I’ve never seen anything like it and neither had some of the old-timers in this business who have been...
Posted on
May 13, 2007
by
Norm Fisher, Royal LePage Vidorra
It was another interesting week in the Saskatoon real estate market. For the second week in a row, new listings outpaced sales and active listings reached...
Posted on
May 6, 2007
by
Norm Fisher, Royal LePage Vidorra
A total of 136 new residential listing came on the market last week outpacing unit sales by about 10%. Saskatoon real estate agents reported a total of...
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();
}
}