For the eighth consecutive week, Saskatoon real estate agents added more than 200 residential listings the multiple listing service®. This week, new...
Home sales reached their highest point for any week this year across this final full week of spring. Saskatoon real estate agents reported 149 firm residential...
Encouraged by a continuing surge in new listing activity and soon-to-expire interest rate holds, Saskatoon home buyers wasted no time making deals. This...
Posted on June 4, 2022 by Norm Fisher, Royal LePage Vidorra
After reaching an annual peak three weeks back, Saskatoon home sales fell lower for the second week in a row, this time dropping by three units to 106,...
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();
}
}