Posted on
December 29, 2017
by
Norm Fisher, Royal LePage Vidorra
Like the weather, the Saskatoon real estate market cooled significantly as we moved through what is invariably the slowest week of the year for home sales....
Posted on
December 23, 2017
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales fell sharply lower this week as local agents reported just 44 firm residential trades to the multiple listing service®,...
Posted on
December 18, 2017
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released national sales statistics for the month of November 2017 this week."
“Home sales via Canadian...
Posted on
December 17, 2017
by
Norm Fisher, Royal LePage Vidorra
As the second week of December came to a close the Saskatoon real estate market continued to show great spirit. With 145 firm sales in the bag already,...
Posted on
December 10, 2017
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market rebounded as local agents reported 67 firm residential transactions to the multiple listing service® this week, up...
Posted on
December 2, 2017
by
Norm Fisher, Royal LePage Vidorra
A media release from the Saskatoon Region Association of REALTORS® with an overview of residential MLS® sales and listing activity for the month...
Posted on
December 2, 2017
by
Norm Fisher, Royal LePage Vidorra
As the final week of November drew to a close the Saskatoon real estate market showed signs of softening, to be expected at this time of the year. Local...
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();
}
}