Saskatchewan showing largest retail sales growth: Stats Canada
Posted on
September 22, 2007
by
Norm Fisher, Royal LePage Vidorra
According to a new report by Statistics Canada, Saskatchewan experienced the largest increase in retail sales when compared to all other Canadian provinces between July 2006 and July 2007. Retail sales in Saskatchewan surged ahead 11.5% during the study period, well above the national average of 3.8%. Alberta was second amongst the provinces showing growth of 8.4%.
Retail market showing the most growth included automotive, building and home supplies, home furnishings, pharmacies and general merchandise. Sales in food and beverage saw a slight decline of 1.1%
I thought this was an interesting follow up to Consumer spending about to peak in Saskatchewan.
Read the Star Phoenix story here
I’m always happy to answer your Saskatoon real estate questions.
All of my contact info is here. Please feel free to call or email.
Norm Fisher Royal LePage Vidorra
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();
}
}