Posted on
December 29, 2018
by
Norm Fisher, Royal LePage Vidorra
The final week of the year for the Saskatoon real estate market was quiet, as it always is. Local agents reported just 18 firm residential sales, down for...
Posted on
December 22, 2018
by
Norm Fisher, Royal LePage Vidorra
Residential sales saw both a weekly and an annual increase of eight this week as Saskatoon real estate agents reported 52 local trades to the MLS®....
Posted on
December 18, 2018
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released national sales statistics for November of 2018 this week.
According to the report, "Home sales via...
Posted on
December 15, 2018
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales slipped lower this week as local REALTORS® reported 44 firm residential trades to the MLS®. That is lower than the previous...
Posted on
December 8, 2018
by
Norm Fisher, Royal LePage Vidorra
Just 16 shopping days until Christmas folks! If you’re celebrating, we hope that you have a good headstart on wrapping up this fun task.
Speaking...
Posted on
December 6, 2018
by
Norm Fisher, Royal LePage Vidorra
Saskatoon home sales through the Multiple Listing Service (MLS®) totaled 203 units in November, a 22 percent decline compared to the same month last...
Posted on
December 1, 2018
by
Norm Fisher, Royal LePage Vidorra
After a big bounce in residential sale numbers last week the Saskatoon real estate market cooled again. Unit sales fell to just 49, down from 66 the week...
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();
}
}