Posted on
May 25, 2019
by
Norm Fisher, Royal LePage Vidorra
For the seventh consecutive week, Saskatoon real estate sales in the residential category grew over the same week in 2018. Local real estate agents reported...
Posted on
May 18, 2019
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales in the residential category were higher than they were for the same period last year, now for the sixth consecutive week. Local...
Posted on
May 17, 2019
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), recently released national sales statistics for April of 2019.
According to the report, "Home sales recorded...
Posted on
May 11, 2019
by
Norm Fisher, Royal LePage Vidorra
For the fifth consecutive week, home sale numbers came in higher than they were the previous year. Saskatoon real estate agents reported 90 firm deals to...
Posted on
May 6, 2019
by
Norm Fisher, Royal LePage Vidorra
April housing demand in the Saskatoon region was the strongest in three years, as sales jumped 18 per cent over the same month of 2018.
The Saskatoon Region...
Posted on
May 4, 2019
by
Norm Fisher, Royal LePage Vidorra
It was another solid week for the Saskatoon real estate market as sales activity reached a new annual peak. Local agents reported 98 residential sales to...
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();
}
}