Posted on
June 28, 2014
by
Norm Fisher, Royal LePage Vidorra
The number of homes that traded hands through the local MLS® system reached a new high for the year as Saskatoon real estate agents reported 125 firm...
Posted on
June 21, 2014
by
Norm Fisher, Royal LePage Vidorra
It was another very solid week for Saskatoon real estate sales with agents reporting 120 firm house and condominium transactions to the local MLS®....
Posted on
June 17, 2014
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released
national sales statistics for the month of May, 2014 today. According to the CREA, "Sales rose in...
Posted on
June 14, 2014
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales slipped lower this week falling by nine units compared to
the previous week as 112 firm house and condos traded hands through...
Posted on
June 8, 2014
by
Norm Fisher, Royal LePage Vidorra
I’m away on a bit of a break this weekend so we’re giving you the shortened, commentary free version of this week’s Saskatoon real estate...
Posted on
June 2, 2014
by
Norm Fisher, Royal LePage Vidorra
Overall activity in the Saskatoon real estate market is up year-to-date with a 15 percent increase in listing activity and a 10 percent increase in sales....
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();
}
}