Saskatoon real estate: Week in review (February 19-23 2007)
Posted on
February 24, 2007
by
Norm Fisher, Royal LePage Vidorra
Here’s a brief statistical overview of residential sales as reported to the Saskatoon Real Estate Board MLS® system for the past week.
Notable changes over the previous week:
The percentage of listings sold at the list price or above the list price increased from 48% to 56%.
The average selling price of a home exceeded the average listing price in four of five areas*.
The average overbid where listings sold over their list price increased 27% from $4,735 to $6,037.
Largest overbids
- 864 square foot Lakeview condo sells 10% over list price at $113,000.
- 1,000 square foot Dundonald house sells 10% over list price at $198,000.
- 975 square foot City Park house sells 10% over list price at $170,000.
I’m always happy to answer your Saskatoon real estate questions.
Norm Fisher
Royal LePage Vidorra
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();
}
}