Posted on
April 25, 2015
by
Norm Fisher, Royal LePage Vidorra
For the second consecutive week, the Saskatoon real estate market recorded sales in the triple digits. Over the past week 104 residential sales were reported...
Posted on
April 18, 2015
by
Norm Fisher, Royal LePage Vidorra
SASKATOON, April 15, 2015 – The Royal LePage House Price Survey released today showed mixed year-over-year results in the major housing types surveyed...
Posted on
April 18, 2015
by
Norm Fisher, Royal LePage Vidorra
This is video from an interview that I did with Global News following the release of the Royal LePage House Price Survey for the first quarter of 2015....
Posted on
April 18, 2015
by
Norm Fisher, Royal LePage Vidorra
And kaboom!
Suddenly, like it came out of nowhere, the Saskatoon residential real estate market recorded an exceptionally strong sales week with a total...
Posted on
April 11, 2015
by
Norm Fisher, Royal LePage Vidorra
The promising signs that March sales brought us are starting to look like a distant memory as the second week of April failed to ignite the market. Saskatoon...
Posted on
April 4, 2015
by
Norm Fisher, Royal LePage Vidorra
A short work week brought fewer reported sales this week. Saskatoon real estate agents reported just 74 firm house and condominium sales to the multiple...
Posted on
April 3, 2015
by
Norm Fisher, Royal LePage Vidorra
A media release from The Saskatoon Region Association of REALTORS® (SRAR) regarding March, 2015 residential real estate sales in Saskatoon...
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();
}
}