The final week of May proved to be a bit of a bust, at least when compared against the first three. Saskatoon real estate agents reported just seventy house...
Saskatoon real estate sales had another reasonably strong week with a total of eighty-four firm house and condo sales being reported to the local MLS®,...
It was another spring like week for Saskatoon real estate sales as conditions were fulfilled and removed on ninety-one home sales. Unit sales declined three...
Posted on May 4, 2011 by Norm Fisher, Royal LePage Vidorra
I had a phone call today from a client who is looking to purchase a house in Saskatoon. Previous to my discussion with him, he had phoned his mortgage...
The Saskatoon Region Association of REALTORS® (SRAR) released the residential real estate statistics for April, 2011today, accompanied by this release....
Licensed in 1993, Norm brings a wealth of experience to TeamFisher. He has worked in every imaginable capacity including sales agent, office manager, team leader, broker and now, broker/owner. Norm has written a weekly review of the Saskatoon real estate market for more than 750 consecutive weeks which may make him the most consistent industry blogger in the world.Less...
Licensed in 1993, Norm brings a wealth of experience to TeamFisher. He has worked in every imaginable capacity including sales agent, office manager, team leader, broker and now, broker/owner. Norm has written a weekly review of the Saskatoon real estate market for more than 750 consecutive weeks which may make him the most consistent industry blogger in the world.
Norm is known for his passion for technology and can most often be found exploring and experimenting with the next big thing in real estate marketing. He was the first Saskatoon real estate agent to promote a home online and has been an early adopter of new technologies ever since. “Everything about this business has changed over the past 20 years, and it will happen again in the next ten. An open mind and a curious attitude are all that’s needed to continue to find new ways to serve our clients by delivering a faster, smoother, worry-free transaction,” says Norm.
In his spare time, Norm enjoys Crossfit and cycling, some years accumulating over 2,000 kilometres on the road. He’s a strong supporter of the Royal LePage Shelter Foundation and enjoys raising funds by joining fun, fitness-related initiatives like the Grouse Grind for Shelter. In 2015, he trekked the Peruvian Andes to Machu Picchu. In 2017 he walked the southern highlands of Iceland across mountains, sand, snow, ice, lava fields and forest for seven days. Collectively those initiatives raised over a million dollars for Canadian women's shelters.
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();
}
}