Saskatoon home seller has one strange pricing strategy
Posted on
October 27, 2008
by
Norm Fisher, Royal LePage Vidorra
This image is a screenshot taken from the Saskatoon MLS system that displays the price history of a listed property. The home seller is clearly confused. He has adjusted his price 16 times including 9 reductions and 7 increases. That’s right. 7 increases. Oddly, the asking price is still higher than it was the day the home was introduced to the Saskatoon real estate market nearly 5 months ago.
Like almost everything else these days, this MLS history report reminded me of the volatility of stock market. I only wish that my investments were still priced higher than they were five months ago. :)

I’m always happy to answer your Saskatoon real estate questions. All of my contact info is here. Please feel free to call or email.
Follow our daily updates on Twitter @SaskatoonHomes.
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();
}
}