Posted on
August 30, 2013
by
Norm Fisher, Royal LePage Vidorra
Saskatoon homes continued to trade at a reasonable pace this week. Local real estate agents reported 89 house and condominium sales to the Saskatoon multiple...
Posted on
August 27, 2013
by
Norm Fisher, Royal LePage Vidorra
A recently released “
Housing Trends and Affordability” study conducted by RBC Economics says, the “recent upswing in the Canadian housing...
Posted on
August 23, 2013
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market saw a week of sales that was fairly typically for the season. Local agents reported a total of 86 firm house and condominium...
Posted on
August 17, 2013
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market may have seemed a little short of breath last week but it bounced back to life in a big way this week falling just shy...
Posted on
August 15, 2013
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released national sales statistics for the month of July, 2013 recently. According the CREA, "The number of...
Posted on
August 9, 2013
by
Norm Fisher, Royal LePage Vidorra
Following a three week run of extraordinarily strong sales of houses and condominiums the Saskatoon real estate market took a turn and sales tumbled to...
Posted on
August 7, 2013
by
Norm Fisher, Royal LePage Vidorra
I mentioned in an earlier post that Saskatoon had its strongest July ever for the number of residential real estate sales recorded through the multiple...
Posted on
August 2, 2013
by
Norm Fisher, Royal LePage Vidorra
Coming off of a record July for unit sales it’s no surprise that the Saskatoon real estate market performed at elevated levels again this week with...
Posted on
August 1, 2013
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon Region Association of Realtors® (SRAR) released the MLS® residential
real estate statistics for July of 2013today accompanied by the...
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();
}
}