Posted on
May 25, 2013
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales softened this week on both a weekly and an annual basis. Local agents reported a total of 85 single-family home and condominium...
Posted on
May 18, 2013
by
Norm Fisher, Royal LePage Vidorra
Saskatoon homes continued to trade at a steady pace compared to recent weeks as local agents reported 95 firm deals of houses and condominiums to the multiple...
Posted on
May 15, 2013
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released national sales statistics for the month of April, 2013 today. According the CREA, "National sales...
Posted on
May 14, 2013
by
Norm Fisher, Royal LePage Vidorra
Saskatoon will join Vancouver, Calgary, Montreal, Ottawa, the Fraser Valley and Regina in contributing data to Canada’s MLS House Price Index (MLS...
Posted on
May 11, 2013
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales took a small dip on both a weekly and an annual basis this week. Agents reported a total of 93 firm house and condo sales to...
Posted on
May 3, 2013
by
Norm Fisher, Royal LePage Vidorra
April brought a pretty good little run for the Saskatoon real estate market, one like we hadn’t experienced in a number of months. In fact, for the...
Posted on
May 2, 2013
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon Region Association of Realtors® (SRAR) released the MLS® residential
real estate statistics for April of 2013today accompanied by...
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();
}
}