Posted on
June 25, 2017
by
Norm Fisher, Royal LePage Vidorra
The final week of spring shaped up to be the strongest sales week so far this year. Saskatoon real estate agents reported 103 firm trades to the multiple...
Posted on
June 17, 2017
by
Norm Fisher, Royal LePage Vidorra
Coming off of the softest sales week in the past two months the number of Saskatoon homes reported sold to the multiple listing service® rebounded to...
Posted on
June 10, 2017
by
Norm Fisher, Royal LePage Vidorra
Following the strongest sales week of the calendar year, Saskatoon real estate sales in the residential category fell flat. Local REALTORS® reported...
Posted on
June 4, 2017
by
Norm Fisher, Royal LePage Vidorra
On the heels of one of spring’s softer sales weeks, the Saskatoon real estate market recorded its first triple-digit week as local agents reported...
Posted on
June 3, 2017
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon Region Association of REALTORS® (SRAR) recently released the residential MLS® sales statistics for May of 2017. The text below comes...
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();
}
}