Things were worse than expected for Lumber Liquidators in the fourth quarter, which experienced decreased customer activity that was likely due to cancer-related concerns over its laminate flooring.
\r\n\tNet sales for the quarter ended Dec. 31, 2015 were down 13.7% year-over-year to $234.8 million, including a comparable store net sales decline of 17.2% that was based on a 15.6% decrease in customer count and a 1.6% decrease in the average sale.
","showSummary":null,"url":"/news/lumber-liquidator-woes-continue-q","date":"2016-02-29T00:00:00","author":{"email":null,"uname":"Anonymous","firstName":null,"lastName":null,"bio":null,"title":null,"picture":null,"phone":null,"contactForm":null},"digitalEdition":null,"sponsored":false,"taggedPro":null,"teaserImage":{"id":56810,"url":"https://assets1.chainstoreage.com/styles/secondary_articles_short/s3/teaser_image_39705.jpg?itok=JQCMo95r","width":767,"height":575,"alt":null},"topics":[{"name":"News","url":"/news"},{"name":"FINANCE","url":"/finance"}],"attachedFiles":[]},{"title":"Shoppers Drug Mart posts Q4 same-store sales lift of 5%","id":54455,"bundle":"article","summary":"Loblaw on Thursday posted $33.6 billion in revenue for its year ended Jan. 2, a 6.5% lift with one week less of sales - Loblaw's fiscal 2015 represents 52 weeks while fiscal 2014 represents 53 weeks.
","showSummary":null,"url":"/news/shoppers-drug-mart-posts-q-same-store-sales-lift","date":"2016-02-29T00:00:00","author":{"email":null,"uname":"Anonymous","firstName":null,"lastName":null,"bio":null,"title":null,"picture":null,"phone":null,"contactForm":null},"digitalEdition":null,"sponsored":false,"taggedPro":null,"teaserImage":{"id":56804,"url":"https://assets1.chainstoreage.com/styles/secondary_articles_short/s3/teaser_image_39703.jpg?itok=TWmvVqWa","width":767,"height":575,"alt":null},"topics":[{"name":"News","url":"/news"},{"name":"FINANCE","url":"/finance"}],"attachedFiles":[]},{"title":"Foot Locker reports healthy Q4 sales, profit","id":54482,"bundle":"article","summary":"The CEO of Foot Locker credits the company's revised strategic framework with single digit sales gains and double digit earnings gains in the fourth quarter.
\r\n\t
\r\n\tFor the period ended Jan. 30, Foot Locker reported net Income of $1.14 per share, a 13% increase from the prior year quarter. Earnings per share were $1.16, 16% above last year. Same-store sales increased 7.9%.
\r\n\t
\r","showSummary":null,"url":"/news/foot-locker-reports-healthy-q-sales-profit","date":"2016-02-26T00:00:00","author":{"email":null,"uname":"Anonymous","firstName":null,"lastName":null,"bio":null,"title":null,"picture":null,"phone":null,"contactForm":null},"digitalEdition":null,"sponsored":false,"taggedPro":null,"teaserImage":{"id":56733,"url":"https://assets1.chainstoreage.com/styles/secondary_articles_short/s3/teaser_image_39676.jpg?itok=NdgFHhrP","width":767,"height":575,"alt":null},"topics":[{"name":"News","url":"/news"},{"name":"FINANCE","url":"/finance"}],"attachedFiles":[]},{"title":"Sprouts Farmers Market sales hit record high","id":54483,"bundle":"article","summary":"
Perhaps no other retailer is profiting as well from Americans' changing eating habits than Sprouts Farmers Market, which reported record sales and earnings for the fourth quarter.
\r\n\t
\r\n\tThe Arizona-based grocer said that same-store sales during the period ended Jan. 3 rose 7.4%. Net income was $28.2 million and diluted earnings per share were 18 cents. Net sales were $3.59 billion, a 21% increase compared to reported net sales in 2014. Adjusted diluted earnings per share of $0.86, a 19% increase from 2014.
\r\n\t
\r","showSummary":null,"url":"/news/sprouts-farmers-market-sales-hit-record-high","date":"2016-02-26T00:00:00","author":{"email":null,"uname":"Anonymous","firstName":null,"lastName":null,"bio":null,"title":null,"picture":null,"phone":null,"contactForm":null},"digitalEdition":null,"sponsored":false,"taggedPro":null,"teaserImage":{"id":56731,"url":"https://assets1.chainstoreage.com/styles/secondary_articles_short/s3/teaser_image_39675.jpg?itok=tk3w7KFO","width":767,"height":575,"alt":null},"topics":[{"name":"News","url":"/news"},{"name":"FINANCE","url":"/finance"}],"attachedFiles":[]}]},"title":"FINANCE","contentParagraphs":null,"sections":null};
const country = "HK";
const language = "en, *";
const SITE_LANGUAGE = "en";
const siteName = "Chain Store Age";
const userRoles = ["anonymous"];
const userUid = 0;
const indexName = "CSA";
const title = "FINANCE | Chain Store Age";
window.dataLayer = window.dataLayer || [];
const data = {};
data.entityTaxonomy = {};
const contentTypes = [
"article",
"blog",
"bulletin",
"embed_page",
"landing_page",
"event",
"image",
"page",
"product",
"whitepaper",
"video",
"tags",
];
if (
routeInfo &&
"bundle" in routeInfo &&
contentTypes.includes(routeInfo["bundle"])
) {
data.entityBundle = routeInfo.bundle;
data.entityTitle = title || `${routeInfo.title} | ${siteName}`;
data.entityId = routeInfo.id;
data.entityName = routeInfo.author?.uname;
data.entityCreated = routeInfo.created;
data.sponsored = routeInfo.sponsored;
data.sponsor = routeInfo.sponsoringCompany;
data.entityType = "node";
data.entityLangcode = SITE_LANGUAGE;
data.siteName = siteName;
data.drupalLanguage = language;
data.drupalCountry = country;
data.userRoles = userRoles;
data.userUid = userUid;
data.entityTaxonomyKeys = {};
data.entityTaxonomyHierarchies = {};
data.parentNaicsCode = {};
data.isPro = false;
data.algoliaIndexName = indexName;
// Add toxonomy data
const taxonomies = {
businessTopic: "business_topic",
contentType: "content_type",
company: "company",
marketSegment: "market_segment",
};
const getHierarchy = (term, terms = []) => {
terms.push({ id: term.id, name: term.name });
if (term.parentTerm != null) {
getHierarchy(term.parentTerm, terms);
}
return terms;
};
const getTerms = (term, useApiId = false) => {
return { id: useApiId ? term.apiId : term.id, name: term.name };
};
const getKeys = (term) => {
return { id: term.id, name: term.apiId };
};
Object.entries(taxonomies).forEach(([key, item]) => {
terms = routeInfo[key];
if (terms && terms.length > 0) {
data["entityTaxonomy"][item] = terms.map((term) =>
getTerms(term, key === "company")
);
if (key !== "company") {
data["entityTaxonomyKeys"][item] = terms.map(getKeys);
termGroups = [];
terms.forEach((term, termInd) => {
termGroups[termInd] = getHierarchy(term);
});
data["entityTaxonomyHierarchies"][item] = termGroups;
}
}
});
data["entityTaxonomy"]["tags"] = routeInfo["topics"] || [];
// Primary Topic is either the business topic or the top tag.
if (routeInfo["businessTopic"]?.length > 0) {
data["entityPrimaryTopic"] = routeInfo["businessTopic"][0]["name"];
} else {
if (routeInfo["topics"]?.length > 0) {
data["entityPrimaryTopic"] = routeInfo["topics"][0]["name"];
}
}
// Primary and secondary entityNaicsCodes come from the MarketSegment
if (routeInfo.marketSegment?.length > 0) {
data.entityNaicsCode = {};
data["entityNaicsCode"]["id"] = routeInfo["marketSegment"][0]["id"];
data["entityNaicsCode"]["name"] =
routeInfo["marketSegment"][0]["naicsCode"];
if (routeInfo["marketSegment"][0]["parentTerm"] != null) {
data["parentNaicsCode"]["id"] =
routeInfo["marketSegment"][0]["parentTerm"]["id"];
data["parentNaicsCode"]["name"] =
routeInfo["marketSegment"][0]["parentTerm"]["naicsCode"];
}
} else {
data.entityNaicsCode = [];
}
if (routeInfo.taggedPro) {
data.isPro = routeInfo.taggedPro;
}
window.dataLayer.push(data);
} else if (routeInfo && "vid" in routeInfo) {
data.entityBundle = "tags";
data.entityTitle = routeInfo.name;
data.entityId = routeInfo.id;
data.entityName = routeInfo.author?.uname;
data.entityCreated = routeInfo.created;
data.entityType = "taxonomy_term";
data.entityLangcode = SITE_LANGUAGE;
data.siteName = siteName;
data.sponsored = routeInfo.sponsored;
data.sponsor = routeInfo.sponsoringCompany;
data.drupalLanguage = language;
data.drupalCountry = country;
data.userRoles = userRoles;
data.userUid = userUid;
data.algoliaIndexName = indexName;
data["entityTaxonomy"]["tags"] = {
id: routeInfo["id"],
name: routeInfo["name"],
};
window.dataLayer.push(data);
}
})();
FINANCE
-
AutoZone moves into the fast lane in Q2
Efforts to rework its distribution process netted big wins in the second quarter for AutoZone, which reported increases in same-store sales and profit.
The auto parts retailer posted net sales of $2.3 billion for its second quarter ended Feb. 13, an increase of 5.3% from the second quarter of fiscal 2015. Same-store sales increased 3.6% for the quarter. Net income for the quarter increased 8% over the same period last year to $228.6 million, while diluted earnings per share increased 14.2% to $7.43 per share from $6.51 per share in the year-ago quarter.
-
Ross Stores beats Q4 estimates; cautious about 2016
Ross Stores reported strong results for its fourth quarter. But similar to many other retailers, the off-price retailer sounded a cautious note with regards to sales and earnings for its new fiscal year.
Ross on Tuesday reported earnings per share for the fourth quarter ended January 30, 2016 of $.66, up 10% from the prior year, on net earnings that rose 6% to a better-than-expected $264 million.