Posted on
August 25, 2007
by
Norm Fisher, Royal LePage Vidorra
Saskatoon home buyers may have been busy this week, but they definitely weren’t busy trying to buy a home. For the first time in a long time, activity...
Posted on
August 19, 2007
by
Norm Fisher, Royal LePage Vidorra
It was another week of mixed results for the Saskatoon real estate market with some good news, and some bad news for home buyers and sellers. A total of...
Posted on
August 15, 2007
by
Norm Fisher, Royal LePage Vidorra
Canada Mortgage and Housing Corporation released its third quarter Housing Market Outlook this morning which is predicting solid growth for Saskatchewan...
Posted on
August 11, 2007
by
Norm Fisher, Royal LePage Vidorra
New Saskatoon real estate listings outpaced home sales this past week by nearly two to one leaving total active listings of single family homes, condominiums...
Posted on
August 10, 2007
by
Norm Fisher, Royal LePage Vidorra
Justice Minister Frank Quennell told reporters at a press conference yesterday that the “issue of decreasing rent supply…is an emergency. By...
Posted on
August 5, 2007
by
Norm Fisher, Royal LePage Vidorra
While the number of new Saskatoon real estate listings outpaced sales once again this week, active listings of Saskatoon homes remained steady at 424. This...
Posted on
August 3, 2007
by
Norm Fisher, Royal LePage Vidorra
The average selling price of a Saskatoon home fell marginally in July to $245,893 from $251,120 in June. The total number of single family homes and co...
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();
}
}