Posted on
April 27, 2019
by
Norm Fisher, Royal LePage Vidorra
The residential side of the Saskatoon real estate market posted its biggest sales week for the calendar year as completed transactions that may have been...
Posted on
April 20, 2019
by
Norm Fisher, Royal LePage Vidorra
Saskatoon home sales took a modest dip this week with Friday’s closure of the MLS® system shortening the work week. Local agents reported 80 firm...
Posted on
April 17, 2019
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), recently released national sales statistics for March of 2019.
According to the report, "Home sales via Canadian...
Posted on
April 13, 2019
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market recorded its highest volume week this year as 87 firm residential sales were reported to the MLS®. That number is up...
Posted on
April 6, 2019
by
Norm Fisher, Royal LePage Vidorra
Following four consecutive weeks of sales growth, Saskatoon homes sales slipped lower to 74 this past week, down from 79 the week before. That tally falls...
Posted on
April 4, 2019
by
Norm Fisher, Royal LePage Vidorra
After a fairly strong February, the city of Saskatoon’s March housing market had spring in its step as both new listings and sales rose over last...
Posted on
April 4, 2019
by
Norm Fisher, Royal LePage Vidorra
SASKATOON, April 4, 2019 – According to the Royal LePage House Price Survey released today, the aggregate price of a home in Saskatoon saw a...
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();
}
}