Posted on
May 27, 2017
by
Norm Fisher, Royal LePage Vidorra
Coming off of three very strong weeks, Saskatoon homes sales slipped lower on both a weekly and an annual basis. Local real estate agents reported 86 firm...
Posted on
May 20, 2017
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market recorded its biggest sales week this year as the number of firm residential trades hit 99, up by nine when compared to...
Posted on
May 13, 2017
by
Norm Fisher, Royal LePage Vidorra
Coming off of a soft April which saw residential sales slip nearly 17 percent from the same month last year, the month of May is showing promising signs...
Posted on
May 6, 2017
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market continued to heat up in lockstep with the weather as local agents reported brisk activity in both sales and new listings....
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();
}
}