Posted on
July 28, 2018
by
Norm Fisher, Royal LePage Vidorra
For the sixth consecutive week, the number of Saskatoon real estate sales that were completed exceeded those recorded for the same period last year. Local...
Posted on
July 21, 2018
by
Norm Fisher, Royal LePage Vidorra
It was another solid week for Saskatoon real estate sales as the number of homes that traded exceeded that of the same period last year for the third c...
Posted on
July 17, 2018
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released national sales statistics for June of 2018 today.
According to the report, "National home sales via...
Posted on
July 14, 2018
by
Norm Fisher, Royal LePage Vidorra
For the second week in a row, the Saskatoon real estate market recorded a higher level of residential sales than we experienced over the same weeks...
Posted on
July 11, 2018
by
Norm Fisher, Royal LePage Vidorra
At the mid-point of the year, the total dollar volume for residential MLS® sales in Saskatoon sits at $565,435,958. This is down 12 percent from last...
Posted on
July 7, 2018
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market experienced a small downturn in sales on a weekly basis, even while sales numbers grew compared to the same week last year....
Posted on
July 5, 2018
by
Norm Fisher, Royal LePage Vidorra
At the mid-point of the year, the total dollar volume for residential MLS® sales in Saskatoon sits at $565,435,958. This is down 12 percent from last...
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();
}
}