According to the report, "Statistics released today by The Canadian Real Estate Association (CREA) show national home sales were up from June to July 2018.
National home sales via Canadian MLS® Systems rose 1.9% in July 2018, building on increases in each of the two previous months but still running below levels recorded from mid-2013 to the end of last year.
Highlights of CREA's report
National home sales rose 1.9% from June to July.
Actual (not seasonally adjusted) activity was down 1.3% from July 2017.
The number of newly listed homes edged down 1.2% from June to July.
The MLS® Home Price Index (HPI) in July was up 2.1% year-over-year (y-o-y).
The national average sale price edged up 1% y-o-y.
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();
}
}