Posted on
November 25, 2017
by
Norm Fisher, Royal LePage Vidorra
It was another decent week of sales for the Saskatoon real estate market, given the season. Local REALTORS® reported 66 firm deals to the multiple listing...
Posted on
November 23, 2017
by
Norm Fisher, Royal LePage Vidorra
Questions or concerns?
I invite you to chat with the most knowledgeable mortgage brokers we know.
Reach out to Tawny Bley or Tyler Hilderbrand of oneStreet...
Posted on
November 22, 2017
by
Norm Fisher, Royal LePage Vidorra
The donations have been collected and the bills have been paid!
The great news is that $25,000 has been raised for YWCA Saskatoon and Saskatoon...
Posted on
November 19, 2017
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales activity softened this week as just 65 homes were reported firmly sold to the multiple listing service®, down from 72 the...
Posted on
November 16, 2017
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released national sales statistics for the month of October 2017 this week. According to the CREA, “...
Posted on
November 15, 2017
by
Norm Fisher, Royal LePage Vidorra
I apologize for the delay in posting the September MLS® sales and listing stats for Saskatoon. The House Price Index (HPI) numbers needed some work...
Posted on
November 15, 2017
by
Norm Fisher, Royal LePage Vidorra
I apologize for the delay in posting the October 2017 MLS® sales and listing stats for Saskatoon. The House Price Index (HPI) numbers needed some work...
Posted on
November 11, 2017
by
Norm Fisher, Royal LePage Vidorra
The number of local homes that traded hands through the Saskatoon multiple listing service® bounced back this week with 72 firm deals being processed,...
Posted on
November 5, 2017
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales fell flat this week dropping from 74 residential units last week to just 49. While well down on the week, that was enough to...
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();
}
}