Posted on
September 30, 2017
by
Norm Fisher, Royal LePage Vidorra
Sales activity came in at a seasonally appropriate level as Saskatoon real estate agents reported 70 firm sales to the multiple listing service®, up...
Posted on
September 24, 2017
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales gained some ground this week as local agents reported 67 firm residential deals to the Saskatoon MLS®, up from 53 a week...
Posted on
September 17, 2017
by
Norm Fisher, Royal LePage Vidorra
The number of Saskatoon homes that traded through the local MLS® system fell by three on a week-over-week basis to 53, down 30 sales when compared against...
Posted on
September 9, 2017
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales fell lower this week, partly due to a shortened work week. Local agents reported 56 firm residential transactions to the Saskatoon...
Posted on
September 6, 2017
by
Norm Fisher, Royal LePage Vidorra
A media release from the Saskatoon Region Association of REALTORS® with an overview of residential MLS® sales and listing activity for the month...
Posted on
September 2, 2017
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market closed the week with 77 firm residential deals, up 13 from the previous week and down five when compared against the same...
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();
}
}