Posted on
January 30, 2015
by
Norm Fisher, Royal LePage Vidorra
The local housing market took another jump forward as residential real estate sales increased for the second week in a row. Saskatoon real estate agents...
Posted on
January 24, 2015
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market came alive this week and recorded sales closer to historical norms for the first time this year. Local agents reported...
Posted on
January 17, 2015
by
Norm Fisher, Royal LePage Vidorra
Softness in Saskatoon housing sales persisted through another week as local agents reported just 28 firm home sales to the multiple listing service®,...
Posted on
January 15, 2015
by
Norm Fisher, Royal LePage Vidorra
I had the opportunity for a quick interview with Lisa Dutton of Global News in Saskatoon to discuss the
Royal LePage House Price Surveyfor the fourth quarter...
Posted on
January 15, 2015
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released
national sales statistics for the month of December, 2014 recently. According to the CREA, “December...
Posted on
January 14, 2015
by
Norm Fisher, Royal LePage Vidorra
The Royal LePage House Price Survey and Market Survey Forecast released today showed mixed year-over-year results in the major housing types surveyed....
Posted on
January 10, 2015
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales remained sluggish as we closed the second week of sales at our local MLS®. Real estate agents reported just 33 firm residential...
Posted on
January 8, 2015
by
Norm Fisher, Royal LePage Vidorra
A media release from The Saskatoon Region Association of REALTORS® (SRAR) regarding December, 2014 residential real estate sales in Saskatoon...
Posted on
January 4, 2015
by
Norm Fisher, Royal LePage Vidorra
Happy new year, everyone, and thank you for joining me as we roll out what I expect will be another exciting year for Saskatoon real estate sales.
We are...
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();
}
}