Posted on
September 28, 2019
by
Norm Fisher, Royal LePage Vidorra
Even as fall set in, Saskatoon real estate agents had a busy week with 80 local home sales reported to the MLS®, up 18 from the previous week. That...
Posted on
September 22, 2019
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales cooled over the past week as just 62 residential trades were reported to the multiple listing service®. Sales were lower...
Posted on
September 16, 2019
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), recently released national sales statistics for August of 2019.
According to the report, "Home sales recorded...
Posted on
September 14, 2019
by
Norm Fisher, Royal LePage Vidorra
Saskatoon home sales and listing activity both grew on an annual basis this week.
Local real estate agents reported 75 firm residential trades to...
Posted on
September 7, 2019
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market cooled this week as we moved closer to fall. Local agents reported 65 firm residential trades to the multiple listing service...
Posted on
September 4, 2019
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon Region Association of REALTORS® has just released the official home sale statistics for August 2019. I am posting my fancy graphs that...
Posted on
September 1, 2019
by
Norm Fisher, Royal LePage Vidorra
Saskatoon homes continued to move at an impressive pace this past week as local agents reported 93 firm residential trades to the MLS system. That number...
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();
}
}