Posted on
October 27, 2018
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales saw a slight increase this week as local agents reported 64 firm residential transactions to the multiple listing service®,...
Posted on
October 20, 2018
by
Norm Fisher, Royal LePage Vidorra
The number of Saskatoon real estate sales processed by the multiple listing service® grew by four this week to 58. That’s down just three from...
Posted on
October 17, 2018
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released national sales statistics for September of 2018 last week.
According to the report, "National home...
Posted on
October 13, 2018
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales took a solid dive this week as local REALTORS® reported just 54 firm sales to the multiple listing service®, down from...
Posted on
October 6, 2018
by
Norm Fisher, Royal LePage Vidorra
It was a solid week for the Saskatoon real estate market. Local REALTORS® reported a total of 77 residential sales to the multiple listing service®....
Posted on
October 4, 2018
by
Norm Fisher, Royal LePage Vidorra
In the month of September, there were 268 residential sales on the MLS®. This is similar to September of 2017. The total number of sales for the first...
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();
}
}