Even with one less week in the calendar year, Ace Hardware Corp. ran up its wholesale sales to a record $5.0 billion. Along the way, the Oak Brook, Illinois-based co-op delivered a pre-tax return on equity of 33%.
\r\n\t“I'm honored to report the third consecutive year of record financial performance for the company," said John Venhuizen, president and CEO.
","showSummary":null,"url":"/news/record-results-ace-hardware","date":"2016-02-24T00: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":56669,"url":"https://assets1.chainstoreage.com/styles/secondary_articles_short/s3/teaser_image_39652.jpg?itok=ANaN0n08","width":767,"height":575,"alt":null},"topics":[{"name":"News","url":"/news"},{"name":"FINANCE","url":"/finance"}],"attachedFiles":[]},{"title":"'60 Minutes' expose sends Lumber Liquidators shares tumbling","id":66522,"bundle":"article","summary":"New York -- The "60 Minutes" episode alluded to in last week's Lumber Liquidators earnings conference call was apparently more damning than some analysts expected.
\r\nAs a result, the company's shares tumbled Monday morning, with pending news prompting a pause in trading that resumed again after the stock price fell more than 24%.
","showSummary":null,"url":"/operations/60-minutes-expose-sends-lumber-liquidators-shares-tumbling","date":"2015-03-02T00: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":42298,"url":"https://assets1.chainstoreage.com/styles/secondary_articles_short/s3/teaser_image_34550.jpg?itok=0QTHbHyf","width":767,"height":575,"alt":null},"topics":[{"name":"OPERATIONS / SUPPLY CHAIN","url":"/operations-supply-chain"},{"name":"FINANCE","url":"/finance"}],"attachedFiles":[]},{"title":"Facebook soars in Q2","id":45641,"bundle":"article","summary":"\r\n\tA jump in mobile ads and daily users contributed to another strong quarter for Facebook — one that also beat analyst expectations.\r\n\r\n\t \r\n\r\n\tFor the second quarter ended June 30, total revenue rose 45% to $9.32 billion. This is a significant jump from $6.436 billion for the same period in 2016. \r\n\r\n\t \r\n\r\n\tRevenues for the quarter also beat analyst forecasts of $9.20 billion, according to Thomson Reuters. This is the ninth straight quarter that Facebook has exceeded analyst expectations.\r\n\r\n\t \r","showSummary":null,"url":"/technology/facebook-soars-q","date":"2014-07-23T00: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":null,"topics":[{"name":"News","url":"/news"},{"name":"TECHNOLOGY","url":"/technology"},{"name":"MARKETING/SOCIAL MEDIA","url":"/marketingsocial-media"},{"name":"FINANCE","url":"/finance"}],"attachedFiles":[]},{"title":"Chico’s misses as Q2 profit falls 18.4%","id":75210,"bundle":"article","summary":"Fort Myers, Fla. -- Chico’s FAS reported an 18.4% decline in second quarter net profit, after increased promotional activity took a toll on same-store sales.
\r\n
\r\nChico’s net income totaled $43.6 million from $53.4 million in the year-ago period.
\r\n
\r","showSummary":null,"url":"/news/chicos-misses-q2-profit-falls-184","date":"2013-08-28T00: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":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
-
Sales slowdown at Best Buy to continue?
Softness in the mobile phone category continues to hinder growth at Best Buy Co., which reported a drop in same-store sales in the fourth quarter and continued online strength.
For the fiscal quarter ended Jan. 30, the electronics retailer reported a decline in same-store sales of 1.7%. Specifically, sales of mobile devices and computing devices fell 6.8% in the United States. The category accounts for 43% of the company's total U.S. revenue.
Victoria's Secret lifts L Brands
The parent company of Victoria's Secret and Bath & Body Works credited the strength of its brands with helping it to buck the financial doldrums affecting many other retailers in the fourth quarter.
For the period ended Jan. 30, L Brands earned $636 million, or $2.15 a share, up from $564.8 million, or $1.89 a share, a year earlier. Net income increased 13% to $636.0 million, compared to $564.8 million last year. Net sales were $4.395 billion, an increase of 8%. Same-store sales increased 6%.