Posted on
July 29, 2007
by
Norm Fisher, Royal LePage Vidorra
The active listing inventory of Saskatoon homes for sale inched higher again for the eighth consecutive week. 131 new residential listings were offered...
Posted on
July 21, 2007
by
Norm Fisher, Royal LePage Vidorra
Following a couple of weeks which showed some signs that the market may be cooling off, Saskatoon real estate buyers came out in a big way and resumed the...
Posted on
July 14, 2007
by
Norm Fisher, Royal LePage Vidorra
A Winnipeg property owner decided to visit a tenant in his revenue home to find out why they hadn’t been paying the rent. When he arrived on the scene,...
Posted on
July 14, 2007
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales resumed the hectic pace we’ve become accustomed to this week after recording a fairly significant drop in unit sales the...
Posted on
July 11, 2007
by
Norm Fisher, Royal LePage Vidorra
While the Saskatoon real estate market “booms” and the net worth of Saskatoon property owners grows, something else is growing, and it’s...
Posted on
July 8, 2007
by
Norm Fisher, Royal LePage Vidorra
Reported sales of Saskatoon homes dropped to their lowest point since I started the week in review. Saskatoon real estate agents reported 63 firm sales...
Posted on
July 5, 2007
by
Norm Fisher, Royal LePage Vidorra
RED HOT HOUSING MARKET SEARING IN SASKATCHEWAN; CONDITIONS FORECAST TO CONTINUE TO YEAR’S END
– Significant price appreciations and strong demand...
Posted on
July 3, 2007
by
Norm Fisher, Royal LePage Vidorra
The average selling price of Saskatoon homes took another substantial jump during the month of June passing the quarter million dollar mark for the first...
Posted on
July 1, 2007
by
Norm Fisher, Royal LePage Vidorra
This past week I heard many agents remark that they hadn’t received offers on their listings at presentation time.Based on the chit-chat that goes...
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();
}
}