Posted on
December 28, 2014
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate agents had some time to enjoy the holidays this week as the local housing market was less than demanding. Home sales fell to their...
Posted on
December 21, 2014
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate agents kept unusually busy this week, given that Christmas is almost upon us. A total of 67 residential sales were reported to the...
Posted on
December 17, 2014
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market changed forever in 2007.
The price of a home rose 45 percent over the course of a year, and in spite of consistently low...
Posted on
December 17, 2014
by
Norm Fisher, Royal LePage Vidorra
TeamFisher was awarded the National Chairman's Club Award for 2014 on Monday. The award goes to the top one percent of the Royal LePage's national sales...
Posted on
December 14, 2014
by
Norm Fisher, Royal LePage Vidorra
Saskatoon housing sales took a fairly typical seasonal path this week, right into the trough, as real estate agents reported just 41 house and condo sales...
Posted on
December 14, 2014
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released
national sales statistics for the month of November, 2014 recently. According to the CREA, “The...
Posted on
December 6, 2014
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales took a typical December dip falling by twenty units on a weekly basis to just 63, still enough to claim an annual increase of...
Posted on
December 2, 2014
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon Region Association of Realtors® (SRAR) released the MLS® residential real estate statistics for November of 2014 today accompanied...
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();
}
}