Posted on
July 28, 2008
by
Norm Fisher, Royal LePage Vidorra
It was just a slight push that produced a net gain of seven active residential real estate listings on the Saskatoon multiple listing service but it was...
Posted on
July 24, 2008
by
Norm Fisher, Royal LePage Vidorra
Saskatoon’s population has seen a decrease of 2,000 people since January 2007 according to an estimate just released by a Toronto analytics firm....
Posted on
July 20, 2008
by
Norm Fisher, Royal LePage Vidorra
On July 4, the Saskatoon Region Association of Realtors released their monthly statistics for the Saskatoon real estate market. Those statistics provide...
Posted on
July 20, 2008
by
Norm Fisher, Royal LePage Vidorra
Total active residential listings on the Saskatoon real estate market fell just short of breaking the 1,500 mark and settled at 1,499 by the end of the...
Posted on
July 16, 2008
by
Norm Fisher, Royal LePage Vidorra
Media releasefrom the Canadian Real Estate Association yesterday.
“Over the past six months, easing sales activity and a surge in new listings caused...
Posted on
July 13, 2008
by
Norm Fisher, Royal LePage Vidorra
Total active residential listings on the Saskatoon real estate market saw a net gain of 28 units this week, increasing to 1,461 from 1,433 last week. A...
Posted on
July 13, 2008
by
Norm Fisher, Royal LePage Vidorra
Posted on
July 9, 2008
by
Norm Fisher, Royal LePage Vidorra
In a move aimed at “protecting and strengthening the Canadian housing market,” the Government of Canada today announced pending adjustments...
Posted on
July 5, 2008
by
Norm Fisher, Royal LePage Vidorra
New Saskatoon real estate listings dropped again for the second week in row, by just enough to prevent inventories from climbing for the 20th consecutive...
Posted on
July 4, 2008
by
Norm Fisher, Royal LePage Vidorra
This release regarding Saskatoon real estate activity for the month of June was just released by the Saskatoon Region Association of REALTORS® (SRAR)....
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();
}
}