Posted on
December 26, 2015
by
Norm Fisher, Royal LePage Vidorra
It’s one of those weeks that doesn’t really have much to say. As is typical for Christmas week reported sales fell hard, partly due to the season,...
Posted on
December 19, 2015
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales continued to soften as we pushed towards the holidays. Local agents reported just 46 firm residential sales this week, down...
Posted on
December 16, 2015
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released national sales statistics for the month of November, 2015 recently. According to the CREA, “The...
Posted on
December 12, 2015
by
Norm Fisher, Royal LePage Vidorra
As we enter the final weeks of the year, activity starts to slow as it always does, and the numbers begin to get close to meaningless because the sample...
Posted on
December 5, 2015
by
Norm Fisher, Royal LePage Vidorra
A media release from The Saskatoon Region Association of REALTORS® (SRAR) follows regarding November, 2015 residential real estate sales...
Posted on
December 5, 2015
by
Norm Fisher, Royal LePage Vidorra
This week brought with it the close of November with a total of 281 residential sales having been reported for the month, down from 292 for the same month...
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();
}
}