Posted on
March 30, 2019
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales grew for the fourth consecutive week and reached the highest numbers recorded for any seven day period so far this year. Local...
Posted on
March 23, 2019
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate agents reported 63 firm residential sales to the multiple listing service® over the past week, five more than the previous week,...
Posted on
March 16, 2019
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales in the residential category grew to 58 this past week for a weekly increase of eight. The number of sales matched those reported...
Posted on
March 15, 2019
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released national sales statistics for February of 2019 this week.
According to the report, "Home sales via...
Posted on
March 9, 2019
by
Norm Fisher, Royal LePage Vidorra
Full disclosure: this week’s sales included two mobile homes on rented land. Given the fairly low numbers of sale overall, they were really skewing...
Posted on
March 5, 2019
by
Norm Fisher, Royal LePage Vidorra
Despite the very cold temperatures in February, Saskatoon and region home sellers found a little warmth as new listings dropped 7% and sales rose 6%.
The...
Posted on
March 2, 2019
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales slipped lower this week, falling from 59 the previous period to 51. That total was short of numbers recorded for the same 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();
}
}