Posted on
February 23, 2019
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market recorded its strongest sales week for 2019 as 59 firm residential deals were reported to the MLS® system.
The total...
Posted on
February 16, 2019
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate agents firmed up 55 residential sales over the past week, up 11 compared to the previous week to match sales for the same period last...
Posted on
February 15, 2019
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released national sales statistics for January of 2019 this week.
According to the report, "Home sales via...
Posted on
February 9, 2019
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market saw a slight decline to residential sales as the total number of homes traded fell to 44 this week, down three from the...
Posted on
February 6, 2019
by
Norm Fisher, Royal LePage Vidorra
Average Saskatoon home sale prices were down 12 percent year-over-year in January to $302,412. By comparison, the average price in January of 2017 and 2018...
Posted on
February 3, 2019
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate agents reported 47 firm residential sales to the multiple listing service® over the past week matching numbers recorded 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();
}
}