Posted on
August 31, 2008
by
Norm Fisher, Royal LePage Vidorra
New listing activity in the Saskatoon real estate market was slightly higher than last week with a total of 141 new listings in the residential category....
Posted on
August 22, 2008
by
Norm Fisher, Royal LePage Vidorra
New listing activity in the Saskatoon real estate market slowed some this week with just 134 new properties added to the MLS in the “houses and condos...
Posted on
August 15, 2008
by
Norm Fisher, Royal LePage Vidorra
New listing activity in the Saskatoon real estate market picked up again as the local MLS system welcomed 165 new listings including 157 properties in the...
Posted on
August 10, 2008
by
Norm Fisher, Royal LePage Vidorra
Looking at this week’s sales, you may have thought it was Christmas for Saskatoon real estate agents, and not in the good way. :) Just 38 properties,...
Posted on
August 9, 2008
by
Norm Fisher, Royal LePage Vidorra
After two months of sluggish sales in the Saskatoon real estate market, demand picked up some in July. Total unit sales of condominiums and houses came...
Posted on
August 8, 2008
by
Norm Fisher, Royal LePage Vidorra
In a report titled, “Peaked: Canada’s housing market in depth,” economist David Wolf of investment-banker Merrill Lynch says that &ld...
Posted on
August 3, 2008
by
Norm Fisher, Royal LePage Vidorra
On the heels of one of the poorest performing weeks for Saskatoon real estate, this past week produced 84 residential unit sales, including 80 single-family...
Posted on
August 2, 2008
by
Norm Fisher, Royal LePage Vidorra
According to numbers released Friday by the Saskatoon Region Association of Realtors, the average selling price of a Saskatoon home dropped in July, falling...
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();
}
}