53.4 F
Los Angeles
Thursday, Apr 3, 2025

MedMen Revenue Falls 23%

MedMen Enterprises Inc., a Culver City-based cannabis retailer with locations throughout the U.S., saw revenue plummet 23.4% in its second fiscal quarter of 2021. 
 
The company brought in $33.8 million for the period ending Dec. 26, down from nearly $44.1 million in the year-earlier quarter, according to earnings released on Feb. 16.

For the first half of the fiscal year, MedMen revenue was $69.4 million, down from $83.7 million in the same timeframe the previous year.

Chairman and Chief Executive Tom Lynch attributed the company's declining revenue to “retail restrictions in California.”
 
Cannabis is considered an essential business in California, which has allowed MedMen to remain open with limited capacity during lockdowns. But the company said in its earnings report that sales declined as many consumers have opted not to shop in person.
 
“The ultimate magnitude of Covid-19, including the extent of its overall impact on our financial and operational results cannot be reasonably estimated at this time; however, the company has experienced significant declines in sales,” MedMen said in a statement.

MedMen was struggling financially before the pandemic. Over the past two years, the company has sold off assets and stock, sought out cash infusions and laid off around 200 employees in its attempt to achieve profitability.

Lynch said that MedMen plans to accelerate growth in coming quarters through brand recognition along with help from changes to "operational efficiency and discipline."

One bright spot in the second quarter was in-store and curbside pickup at MedMen's retail locations, as well as gains by the company's direct-to-consumer channel, MedMen Delivery.

MedMen’s net loss attributable to shareholders in the period was $49.7 million, or $0.11 per share, up from the net loss of $41.3 million, or $0.02 per share, in the same quarter in 2020.
 
On Feb. 16, MedMen  announced the sale of $5.8 million in “units,” consisting of shares and warrants, to unnamed institutional investors, distributed over the course of two rounds. A unit consists of one share and one warrant, which gives the owner a right to another share of MedMen in the future.
 
The first round will consist of 7.8 million units, expected to generate $2.9 million. The second round will also consist of 7.8 million unit.

Featured Articles

Related Articles

Author ' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->