Posted on
September 24, 2016
by
Norm Fisher, Royal LePage Vidorra
The number of firms sales reported to the multiple listing service® softened on both a weekly and an annual basis. Saskatoon real estate agents brought...
Posted on
September 17, 2016
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales numbers bounced higher after recording one of the softest weeks we’ve seen in months last week. Local REALTORS® brought...
Posted on
September 15, 2016
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released national sales statistics for the month of August, 2016this week. According to the CREA, “The...
Posted on
September 10, 2016
by
Norm Fisher, Royal LePage Vidorra
Following the close of the first month that recorded year-over-year sales gains in 2016, Saskatoon real estate sales fell flat this week as local REALTORS...
Posted on
September 3, 2016
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate agents and associations are giddy with excitement as the market recorded its first month to show some gains this year. If you didn...
Posted on
September 2, 2016
by
Norm Fisher, Royal LePage Vidorra
Dollar volume and unit sales for the Saskatoon real estate market saw a 13 percent year-over-year increase in August. At the end of July, the year-to-date...
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();
}
}