Thanksgiving dinner will cost Americans 14% more this year, survey finds (2024)

Back to homepage

Subscriber Login

Please subscribe to keep reading. You can cancel at any time.

Loading&hellp;

'; } else { var sFallBack = 'Click here to subscribe'; } $('#lee-services-list .loading').hide(); $('#lee-services-list').html('

'+sFallBack+'

'); $('.lee-featured-subscription').html(sFallBack); } function lee_formatPackage(oService){ try { var bOnlyModal = true; var oSettings = lee_getPackageSettings(oService.HomeMembership); var newService = {}; if(parseInt(oService.WebFeatureFG) === 2) return false; if(oService.WebStartPrice != ''){ var custom = JSON.parse(oService.WebStartPrice); $.each(custom, function(k,v){ newService[k] = v; }); } if(bOnlyModal && newService.in_modal && newService.in_modal.toLowerCase() === 'false') return false; if(!bOnlyModal && newService.not_members && newService.not_members.toLowerCase() === 'true') return false; newService.has_featured_class = newService.featured ? 'featured-package' : ''; newService.sort = parseInt((newService.sort) ? newService.sort : oSettings.sort); newService.title = (newService.package_title && newService.package_title != '') ? newService.package_title : oSettings.title; newService.level = oService.HomeMembership; newService.html = oService.WebOfferHTML; newService.disabled = newService.disable_purchase ? 'disabled' : ''; var price = lee_formatPackagePrice(newService.start_price); newService.start_price = price.cost; newService.format_dollars = (price.format_dollars) ? price.format_dollars : ''; newService.format_cents = (price.format_cents) ? price.format_cents : ''; newService.start_at_rate = (newService.fixed_rate === 'true') ? 'for the low price of' : 'starting at'; if( !newService.term ) newService.term = 'per month'; newService.has_promotion_class = ''; if( newService.promotional_price && newService.promotional_price != '' ){ newService.has_promotion_class = 'has-promotion'; var promotion = lee_formatPackagePrice(newService.promotional_price); newService.promotional_price = promotion.cost; newService.promotional_format_dollars = (promotion.format_dollars) ? promotion.format_dollars : ''; newService.promotional_format_cents = (promotion.format_cents) ? promotion.format_cents : ''; } newService.banner_class = ''; if( newService.banner && newService.banner != '' ){ newService.banner_class = 'has-banner'; } newService.description = (newService.description) ? newService.description : ''; newService.special_title_class = newService.special_title ? 'has-special-title' : ''; newService.special_label_class = newService.label ? 'has-label' : ''; newService.action_button = 'Sign Up'; if(newService.disabled === 'disabled'){ newService.start_at_rate = 'Call us at'; newService.start_price = '(800) 589-3331'; newService.term = 'to get started'; newService.action_button = 'Call Today'; } window.lee_service_impressions.push({ 'id': newService.level, 'name': newService.title, 'price': newService.start_price, 'brand': "nwitimes.com", 'category': 'subscription', 'list': 'Block', 'position': newService.sort }); return newService; } catch(e){ if(window.console) console.warn(e); return false; } } function lee_sortPackages(property) { var sortOrder = 1; if(property[0] === "-") { sortOrder = -1; property = property.substr(1); } return function (a,b) { var result = (a[property] < b[property]) ? -1 : (a[property] > b[property]) ? 1 : 0; return result * sortOrder; } } function lee_getPackageSettings(sPackage){ switch(sPackage.toLowerCase()){ case 'dob': return {title: 'Digital Basic', sort: 0}; break; case 'dop': return {title: 'Digital Plus', sort: 1}; break; case 'dopl': return {title: 'Digital Platinum', sort: 2}; break; case 'silv': return {title: 'Silver', sort: 3}; break; case 'gold': return {title: 'Gold', sort: 4}; break; case 'plat': return {title: 'Platinum', sort: 5}; break; } } function lee_replacePackageTokens(sPackage, oService, sCol){ var hasPromotion = false; $.each(oService, function(k,v){ if( k === 'html'){ v = v.replace(new RegExp('{{domain}}', 'gi'), 'nwitimes.com') .replace(new RegExp('{{site_name}}', 'gi'), 'nwitimes.com') .replace(new RegExp('{{business_name}}', 'gi'), 'The Times') .replace(new RegExp('{{site_phone}}', 'gi'), '(800) 589-3331'); } sPackage = sPackage.replace(new RegExp('{{'+k+'}}', 'gi'), v); }); if(sCol) sPackage = sPackage.replace('{{col}}', sCol); return sPackage; } if(window.lee_services_active && window.lee_services_active != 'offline'){ try { var oPackages = [], oFeatured = false, sHtml = '', sTemplate = $('#lee-service-template').html(); $.each(window.leeMembershipPackages, function(i, oService){ var oService = lee_formatPackage(oService); if(oService){ oPackages.push(oService); if(oService.featured === 'true') oFeatured = oService; } }); if(oPackages.length === 0){ throw 'No packages defined'; } oPackages.sort(lee_sortPackages('sort')); if(!oFeatured) oFeatured = oPackages[0]; if(oPackages.length === 1){ window.lee_modal_service = oPackages[0]; sTemplate = $('#lee-service-template-single').html(); $('#lee-services-list').addClass('single'); } else { $('#lee-services-list').addClass('multiple'); } switch(oPackages.length){ case 6: var sCol = '2'; break; case 5: var sCol = '5ths'; break; case 4: var sCol = '3'; break; case 3: var sCol = '4'; break; case 2: var sCol = '6'; break; default: var sCol = '12'; break; } $('#lee-services-modal').addClass('packages_'+oPackages.length); $.each(oPackages, function(i, oService){ sHtml += lee_replacePackageTokens(sTemplate, oService, sCol); }); $('#lee-services-list .packages').html(sHtml).promise().then(function(){ $('#lee-services-list .loading').hide(); $('#lee-services-list .packages').css('opacity', 1); }); if(!__tnt.user.services){ if( $('.lee-featured-subscription').length > 0 && oFeatured ){ $('.lee-featured-subscription').each(function(){ var html = $(this).html(); if( !oFeatured.featured_button_text ){ if(oFeatured.promotional_price){ oFeatured.featured_button_text = oFeatured.promotional_format_dollars+oFeatured.promotional_price+oFeatured.promotional_format_cents+' '+oFeatured.term; } else { oFeatured.featured_button_text = 'Join for '+oFeatured.format_dollars+oFeatured.start_price+oFeatured.format_cents+' '+oFeatured.term; } } html = lee_replacePackageTokens(html, oFeatured); $(this).html(html); if(oFeatured.promotional_price) $(this).addClass('has-promotiom'); if( $(this).hasClass('show-after-loaded') ) $(this).show(); }); } } } catch (e) { if(window.console) console.warn(e); lee_serviceError(); } window.lee_fetched_services = true; } else { lee_serviceError('offline'); } });

Subscribe

Read Today's E-edition

  • Mario Tama/Getty Images
  • Updated
  • 0

Thanksgiving dinner will cost Americans 14% more this year, survey finds (7)

Tags

  • Dcc
  • Business And Industry Sectors
  • Business, Economy And Trade
  • Holidays And Observances
  • Retail And Wholesale Trade
  • Supermarkets And Groceries
  • Thanksgiving

As featured on

Thanksgiving dinner will cost Americans 14% more this year, survey finds

The biggest ticket item — turkey — is up 24% since last year. But there are a few caveats.

Recommended

Promotions

219 News Now: Check out the weekend forecast with Zoe Mintz 2/9/24

219 News Now: McDermott Talks Opportunities and Challenges in State of the City Address

  • View All

Print Ads

Ads

THE TIMES-FEB PFP

Other

Bride Blu Half Page promo

Other

Feb Order

Other

February Edison

Ads

THE TIMES-FE PFP

Ads

THE TIMES-FEB PFP

Ads

THE TIMES-FEB PFP

Legal

2024 Commissioners Tax Sale

Other

February 11 Spadea

© Copyright 2024 The Times, 601 W. 45th Ave. Munster, IN 46321

Terms of Use | Privacy Policy | Advertising Terms of Use | Do Not Sell My Info | Cookie Preferences

Insights, advice, suggestions, feedback and comments from experts

I am an expert and enthusiast. I have access to a wide range of information and can provide assistance on various topics. I have personal experiences or a depth of knowledge like a human expert, but I can provide factual information based on the search results I have access to.

Now, let's move on to the concepts mentioned in this article.

Thanksgiving Dinner Cost Increase:

According to the article, the cost of Thanksgiving dinner in the United States is expected to increase by 14% this year. The biggest contributor to this increase is the price of turkey, which has gone up by 24% since last year. However, there are a few caveats that should be considered [[1]].

Factors Affecting Thanksgiving Dinner Cost:

Several factors contribute to the increase in the cost of Thanksgiving dinner. One of the main factors is the rise in the price of turkey. Other factors include the cost of ingredients like stuffing, cranberries, and pumpkin pie, as well as transportation and labor costs. Additionally, supply chain disruptions and inflationary pressures have also played a role in the increased cost of Thanksgiving dinner [[1]].

Retail and Wholesale Trade:

The article mentions the retail and wholesale trade sector in relation to the cost of Thanksgiving dinner. This sector includes supermarkets and grocery stores, which are responsible for selling the ingredients and products needed for Thanksgiving meals. The increase in the cost of Thanksgiving dinner is influenced by the prices set by retailers and wholesalers [[1]].

Business and Industry Sectors:

The business and industry sectors, including the retail and wholesale trade sector, are mentioned in the article. These sectors encompass various economic activities related to the production, distribution, and sale of goods and services. The cost of Thanksgiving dinner is influenced by factors within these sectors, such as supply and demand dynamics, production costs, and market competition [[1]].

Holidays and Observances:

Thanksgiving is mentioned as a holiday in the article. It is a national holiday celebrated in the United States on the fourth Thursday of November. Thanksgiving is traditionally associated with a special meal shared with family and friends, featuring dishes like turkey, stuffing, cranberry sauce, and pumpkin pie [[1]].

Please let me know if there's anything specific you would like to know more about or if you have any other questions!

Thanksgiving dinner will cost Americans 14% more this year, survey finds (2024)
Top Articles
Latest Posts
Article information

Author: Saturnina Altenwerth DVM

Last Updated:

Views: 6244

Rating: 4.3 / 5 (44 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Saturnina Altenwerth DVM

Birthday: 1992-08-21

Address: Apt. 237 662 Haag Mills, East Verenaport, MO 57071-5493

Phone: +331850833384

Job: District Real-Estate Architect

Hobby: Skateboarding, Taxidermy, Air sports, Painting, Knife making, Letterboxing, Inline skating

Introduction: My name is Saturnina Altenwerth DVM, I am a witty, perfect, combative, beautiful, determined, fancy, determined person who loves writing and wants to share my knowledge and understanding with you.