Saskatoon real estate agents reported 91 residential sales to the multiple listing service® this past week, up from 85 the week before, and lower annually...
Saskatoon real estate sales fell lower for the second consecutive week, this period dropping to 85, the smallest number of sales for any week this year...
This week, the number of Saskatoon homes reported sold to the MLS® came in below 100 units for the first time since early April. Saskatoon real estate...
Saskatoon home sales fell lower this period, dropping 17 units from last week to settle at 102, enough to top sales for the same period last year by 13....
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();
}
}