Posted on
November 29, 2014
by
Norm Fisher, Royal LePage Vidorra
Homes sales took a step up this week as Saskatoon real estate agents reported 83 houses and condos as having firmly sold, up from 72 last week, to finish...
Posted on
November 22, 2014
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales trailed lower this week as local agents reported a total of 72 house and condominium sales, down from 81 the previous week,...
Posted on
November 22, 2014
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released
national sales statistics for the month of October, 2014 recently. According to the CREA, “The...
Posted on
November 16, 2014
by
Norm Fisher, Royal LePage Vidorra
On the heels of a week that felt more like January than November, Saskatoon real estate sales recovered and returned to levels more typical of the season....
Posted on
November 8, 2014
by
Norm Fisher, Royal LePage Vidorra
You may recall that last week registered as one of the strongest weeks that a very active Saskatoon real estate market had seen since spring. This week,...
Posted on
November 8, 2014
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon Region Association of Realtors® (SRAR) released the MLS® residential real estate statistics for October of 2014 recently accompanied...
Posted on
November 1, 2014
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate agents were on a bit of a roll this week, producing sale numbers that outpaced all but one of the past 18 weeks. A total of 109 house...
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();
}
}