Posted on
January 28, 2017
by
Norm Fisher, Royal LePage Vidorra
Sales and listing activity were both brisk for the Saskatoon real estate market this week. Local agents reported 56 firm residential deals to the multiple...
Posted on
January 21, 2017
by
Norm Fisher, Royal LePage Vidorra
The number of firm Saskatoon real estate sales took a small dip this week as local agent reported just 39 residential trades, a decline of three from the...
Posted on
January 21, 2017
by
Norm Fisher, Royal LePage Vidorra
The number of firm Saskatoon real estate sales took a small dip this week as local agent reported just 39 residential trades, a decline of three from the...
Posted on
January 14, 2017
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate activity showed some signs of life this past week as the number of local homes that traded began its slow seasonal climb. There were...
Posted on
January 13, 2017
by
Norm Fisher, Royal LePage Vidorra
You may have read the Star Phoenix story in yesterday’s paper regarding two tenants of the Barry Hotel who successfully appealed their eviction...
Posted on
January 11, 2017
by
Norm Fisher, Royal LePage Vidorra
UPDATE: A current overview of educational requirements can be found here.
The educational model for becoming a real estate agent in the province of Saskatchewan...
Posted on
January 7, 2017
by
Norm Fisher, Royal LePage Vidorra
The first week of 2017 is in the bag and activity was pretty fierce, at least on the new listing side. Saskatoon real estate agents brought in 196 residential...
Posted on
January 4, 2017
by
Norm Fisher, Royal LePage Vidorra
Year-over-year, residential unit sales for the city of Saskatoon saw a seven percent decline in 2016. As at December 31, there was a total of 3,679 transactions...
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();
}
}