“According to the report, "Home sales via Canadian MLS® Systems dropped sharply in January after having climbed to the highest monthly level on record in December. Although activity retreated to the lowest monthly level in three years, January sales were on par with the 10-year monthly average."”
Highlights of CREA's report
National home sales declined by 14.5% from December 2017 to January 2018.
Actual (not seasonally adjusted) activity was down 2.4% year-over-year in January.
The number of newly listed homes plunged 21.6% from December 2017 to January 2018.
The MLS® Home Price Index (HPI) in January was up 7.7% year-over-year.
The national average sale price advanced by 2.3% 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();
}
}