Posted on
April 28, 2020
by
Norm Fisher, Royal LePage Vidorra
April 2020 is now in the books and while the Saskatchewan REALTORS® Association has not yet released their official numbers, here's a brief look at...
Posted on
April 25, 2020
by
Norm Fisher, Royal LePage Vidorra
Saskatoon home sales moved higher for the second week in a row, this time breaking back into the 50’s. Local agents reported 51 firm deals to the...
Posted on
April 18, 2020
by
Norm Fisher, Royal LePage Vidorra
Home sales experienced a modest uptick this week as Saskatoon real estate agents reported 40 firm residential trades to the local MLS®. While...
Posted on
April 15, 2020
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA) recently released national sales statistics for March of 2020.
According to the report, "Home sales recorded...
Posted on
April 11, 2020
by
Norm Fisher, Royal LePage Vidorra
It was a short work week. Still, Saskatoon real estate sales reached a low not seen since January of this year. Just 34 local homes were reported to have...
Posted on
April 9, 2020
by
Norm Fisher, Royal LePage Vidorra
Posted in:
Market News
,
SRA
The Saskatchewan REALTORS® Association released official MLS® stats for March 2020 this week. Here is the media release that accompanied the report....
Posted on
April 4, 2020
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market continued to move at a steady pace as local agents reported 63 home sales to the multiple listing service®. That’s...
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();
}
}