According to the CREA, “The number of homes trading hands via Canadian MLS® Systems fell by 2.8 percent month-over-month in May 2016 after having broken all previous monthly sales records in April. Sales activity dropped in May from the previous month in about 70 percent of all markets, led by those in British Columbia and Ontario where the number of homes listed for sale has fallen to multi-year or all-time lows.”
Highlights of CREA's report
National home sales dropped 2.8% from April to May.
Actual (not seasonally adjusted) activity was up 9.6% compared to May 2015.
The number of newly listed homes fell 3.2% from April to May.
The MLS® Home Price Index (HPI) rose 12.5% year-over-year in May.
The national average sale price climbed 13.2% in May from one year ago; net of Greater Toronto and Greater Vancouver, it advanced 9.1% year-over-year.
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();
}
}