Posted on
October 29, 2016
by
Norm Fisher, Royal LePage Vidorra
While the number of Saskatoon real estate sales for the week fell well below the previous week’s totals, numbers that were inflated by a last-minute...
Posted on
October 22, 2016
by
Norm Fisher, Royal LePage Vidorra
I reported to you last week that mortgage brokers were working at “a feverish pace” attempting to process Saskatoon real estate deals to get...
Posted on
October 15, 2016
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released national sales statistics for the month of September, 2016 this week.
According to the CREA, “The...
Posted on
October 15, 2016
by
Norm Fisher, Royal LePage Vidorra
In spite of reports that mortgage brokers were working at a feverish pace attempting to firm up mortgage approvals prior to the introduction of stricter...
Posted on
October 8, 2016
by
Norm Fisher, Royal LePage Vidorra
For the third consecutive week Saskatoon real estate sales headed lower. Local REALTORS® reported just 54 firm residential sales to the Saskatoon multiple...
Posted on
October 6, 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...
Posted on
October 4, 2016
by
Norm Fisher, Royal LePage Vidorra
This yesterday from our friends at OneStreet Mortgage.
"Effective October 17, 2016, all insured homebuyers must qualify for mortgage insurance at an interest...
Posted on
October 1, 2016
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales and new listings both continued to soften this week, something that can pretty much be counted on to happen at this time of...
Posted on
September 30, 2016
by
Norm Fisher, Royal LePage Vidorra
Vermiculite is a mica-like mineral mined around the world and used in a variety of products including insulation. Vermiculite mined from the Libby Mine...
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();
}
}