Posted on
November 26, 2016
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales continued to soften this week, as anyone familiar with the seasonal trends of home sales would expect. Local REALTORS® reported...
Posted on
November 20, 2016
by
Norm Fisher, Royal LePage Vidorra
Update: And buy they did. Through a brief exchange with Dan Zakreski at CBC News, I learned that Dan had spoken with John Nasser this morning (November...
Posted on
November 19, 2016
by
Norm Fisher, Royal LePage Vidorra
Following two weeks of pretty soft residential sales Saskatoon real estate activity bounced back this week. Local agents reported 69 firm sales to the MLS...
Posted on
November 15, 2016
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released national sales statistics for the month of October, 2016 this week.
According to the CREA, “The...
Posted on
November 12, 2016
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales continued to show softness during this shortened week as local agents reported just 45 sales to the multiple listing service...
Posted on
November 7, 2016
by
Norm Fisher, Royal LePage Vidorra
It's been ten years today since I wrote the first post on the TeamFisher real estate blog.
Since that time, we've published 1280 times and moderated 15,911...
Posted on
November 5, 2016
by
Norm Fisher, Royal LePage Vidorra
Following a three week party brought about by the rush to beat the new mortgage qualification rules, this past week looks more like a nasty hangover as...
Posted on
November 2, 2016
by
Norm Fisher, Royal LePage Vidorra
The following is a media release issued by the Saskatoon Region Association of REALTORS® regarding residential sales and listing statistics for 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();
}
}