Posted on
January 26, 2019
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market took a step back on all fronts this week as local agents reported just 47 firm residential sales to the multiple listing...
Posted on
January 19, 2019
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate agents continued to post sales numbers that exceeded the previous year’s totals for the second week in a row. This past week,...
Posted on
January 15, 2019
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released national sales statistics for December of 2018 today.
According to the report, "Home sales via Canadian...
Posted on
January 12, 2019
by
Norm Fisher, Royal LePage Vidorra
The second week of 2019 is now in the books and the Saskatoon real estate market showed a little promise. Local REALTORS® reported 39 firm residential...
Posted on
January 11, 2019
by
Norm Fisher, Royal LePage Vidorra
Homebuyer confidence affected by employment uncertainty and increases in home financing costs SASKATOON,
January 11, 2019 – According to the Royal...
Posted on
January 5, 2019
by
Norm Fisher, Royal LePage Vidorra
And, we’re off! The first week of a new year for the Saskatoon real estate market is now behind us.
After closing 2018 with unit sales hitting the...
Posted on
January 4, 2019
by
Norm Fisher, Royal LePage Vidorra
December home sales through the Multiple Listing Service (MLS®) totaled 164 in Saskatoon, 20 percent fewer than were sold in December of 2017. The region...
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();
}
}