For the first time in five weeks, home sales bounced back to record triple digits as Saskatoon real estate agents reported 107 firm residential trades to...
The local housing market saw some sales gains this week as Saskatoon real estate agents reported 95 homes sold to the multiple listing service®. That...
Saskatoon real estate sales continued on a downward trend, this week reaching their lowest level since the final week of January. Local REALTORS® reported...
For the second week in a row, homes sales slipped lower. Saskatoon real estate agents reported 90 firm residential sales, down six from last week, but ahead...
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();
}
}