Posted on
December 28, 2019
by
Norm Fisher, Royal LePage Vidorra
It may be “the most wonderful time of the year” for family time, goodwill, and amazing food, but it’s not much of a week for real estate...
Posted on
December 21, 2019
by
Norm Fisher, Royal LePage Vidorra
Another solid sales week continued to drive December sales in the Saskatoon real estate market, continuing on the momentum that’s been building over...
Posted on
December 16, 2019
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), recently released national sales statistics for November of 2019.
According to the report, "Home sales recorded...
Posted on
December 14, 2019
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales fell sharply this week. As we pushed towards mid-December it appears that people were more likely to be buying Christmas gifts...
Posted on
December 7, 2019
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market continued to move at a strong clip for the first week of December. Local agents reported 73 firm residential sales to the...
Posted on
December 4, 2019
by
Norm Fisher, Royal LePage Vidorra
Click the video below for a two-minute overview of Saskatoon MLS® activity for the month of November 2019. Our statistics graphs are also ready and...
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();
}
}