Posted on
February 24, 2018
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate agents reported 51 firm residential sales to the multiple listing service® this week, down four from the previous week, to fall...
Posted on
February 19, 2018
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released national sales statistics for the month of January 2018 late last week.
“According to the report,...
Posted on
February 17, 2018
by
Norm Fisher, Royal LePage Vidorra
While the number of Saskatoon real estate sales grew from 51 last week to 55 this week, they fell lower on an annual basis. During the same period last...
Posted on
February 10, 2018
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales fell lower this week with a total of 51 firm residential sales being reported to the local MLS®, a weekly drop of five,...
Posted on
February 6, 2018
by
Norm Fisher, Royal LePage Vidorra
A media release from the Saskatoon Region Association of REALTORS® with an overview of residential MLS® sales and listing activity for the month...
Posted on
February 3, 2018
by
Norm Fisher, Royal LePage Vidorra
Coming off of the strongest January since 2014, Saskatoon real estate sales numbers continued to show a solid weekly performance. Over the past week, local...
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();
}
}