biopharmaapac.com Open in urlscan Pro
2606:4700:3030::ac43:ac43  Public Scan

Submitted URL: https://t.dripemail2.com/c/eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJkZXRvdXIiLCJpc3MiOiJtb25vbGl0aCIsInN1YiI6ImRldG91cl9saW5rIiwia...
Effective URL: https://biopharmaapac.com/news/81/4355/aurora-cannabis-expands-global-footprint-with-acquisition-of-medreleaf-australia.ht...
Submission: On February 11 via api from DE — Scanned from DE

Form analysis 5 forms found in the DOM

GET /search/

<form action="/search/" method="get">
  <div class="form-group">
    <input type="text" class="form-control" name="query" id="search_text" placeholder="Search">
  </div>
</form>

Name: newsletterFormPOST /newsletter-handle/

<form role="form" action="/newsletter-handle/" method="post" name="newsletterForm" id="newsletterForm" onsubmit="return validateNewsletter();">
  <div class="input-group mb-3">
    <input type="email" name="newsletterForm[email]" id="nl-email" class="form-control" placeholder="Email address" aria-label="Email address" required="">
    <div class="input-group-append">
      <button type="submit" class="btn btn-info bg-info text-white">Subscribe</button>
    </div>
  </div>
  <span class="help-block text-danger" id="nl-email-error" style="display: none;"></span>
</form>

Name: loginFormPOST /login/

<form class="cd-form" action="/login/" method="post" name="loginForm" id="loginForm" onsubmit="return validateLogin();">
  <div class="alert alert-danger" id="login-error-msg" style="display: none;"></div>
  <p class="fieldset">
    <label class="image-replace cd-email" for="login-email">Email</label>
    <input class="full-width has-padding has-border" type="email" name="loginForm[email]" id="login-email" placeholder="Email Id">
    <span class="cd-error-message is-visible" id="login-email-error" style="display: none;"></span>
  </p>
  <p class="fieldset">
    <label class="image-replace cd-password" for="login-password">Password</label>
    <input class="full-width has-padding has-border" id="login-password" type="password" name="loginForm[password]" placeholder="Password">
    <a class="hide-password dips-pointer">Show</a>
    <span class="cd-error-message is-visible" id="login-password-error" style="display: none;"></span>
  </p>
  <p class="fieldset">
    <input class="full-width" type="submit" value="Sign In >">
  </p>
</form>

Name: registrationFormPOST /registration/

<form class="cd-form" action="/registration/" method="post" name="registrationForm" id="registrationForm" onsubmit="return validateRegistration();">
  <input type="hidden" value="false" id="is-email-exist">
  <div class="alert alert-danger" id="registration-error-msg" style="display: none;"></div>
  <p class="fieldset">
    <label class="image-replace cd-username" for="account-firstName">First Name</label>
    <input class="full-width has-padding has-border" name="registrationForm[firstName]" placeholder="First Name" id="account-firstName" autocomplete="off">
    <span class="cd-error-message is-visible" id="account-firstName-error" style="display: none;"></span>
  </p>
  <p class="fieldset">
    <label class="image-replace cd-username" for="account-lastName">Last Name</label>
    <input class="full-width has-padding has-border" name="registrationForm[lastName]" placeholder="Last Name" id="account-lastName" autocomplete="off">
    <span class="cd-error-message is-visible" id="account-lastName-error" style="display: none;"></span>
  </p>
  <p class="fieldset">
    <label class="image-replace cd-email" for="signup-email">Email Id</label>
    <input class="full-width has-padding has-border" type="email" placeholder="Email Id" name="registrationForm[email]" id="account-email" autocomplete="off">
    <span class="cd-error-message is-visible" id="account-email-error" style="display: none;"></span>
  </p>
  <p class="fieldset">
    <label class="image-replace cd-password" for="signup-password">Password</label>
    <input class="full-width has-padding has-border" type="password" placeholder="Password" name="registrationForm[password]" id="account-password" onblur="validatePassword();" autocomplete="off">
    <a class="hide-password dips-pointer">Show</a>
    <span class="cd-error-message is-visible" id="account-pass-error" style="display: none;"></span>
  </p>
  <p class="fieldset">
    <label class="image-replace cd-password" for="signup-password">Confirm Password</label>
    <input class="full-width has-padding has-border" type="password" placeholder="Password" name="registrationForm[confirmPassword]" id="account-confirm-password" onblur="validatePassword();" autocomplete="off">
    <a class="hide-password dips-pointer">Show</a>
    <span class="cd-error-message is-visible" id="account-password-error" style="display: none;"></span>
  </p>
  <p class="fieldset">
  </p>
  <div class="g-recaptcha" data-sitekey="6LcBzPsaAAAAAOt0kNH-YlJctO-SRQwTP5mEryWC">
    <div style="width: 304px; height: 78px;">
      <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-iq5ug91vazu9" frameborder="0" scrolling="no"
          sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcBzPsaAAAAAOt0kNH-YlJctO-SRQwTP5mEryWC&amp;co=aHR0cHM6Ly9iaW9waGFybWFhcGFjLmNvbTo0NDM.&amp;hl=de&amp;v=x5WWoE57Fv0d6ATKsLDIAKnt&amp;size=normal&amp;cb=ghhanmy6jn1q"></iframe>
      </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
        style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
    </div>
  </div>
  <p></p>
  <p class="fieldset">
    <input class="full-width has-padding" type="submit" value="Sign Up >">
  </p>
</form>

Name: forgotPasswordFormPOST /forgot-password/

<form class="cd-form" action="/forgot-password/" method="post" name="forgotPasswordForm" id="forgotPasswordForm" onsubmit="return validateForgotPassword();">
  <div class="alert alert-danger" id="forgot-pass-error-msg" style="display: none;"></div>
  <p class="fieldset">
    <label class="image-replace cd-email" for="forgot-pass-email">E-mail</label>
    <input class="full-width has-padding has-border" name="forgotPasswordForm[email]" placeholder="Email Id" id="forgot-pass-email">
    <span class="cd-error-message is-visible" id="forgot-pass-email-error" style="display: none;">Error message here!</span>
  </p>
  <p class="fieldset">
  </p>
  <div class="g-recaptcha" data-sitekey="6LcBzPsaAAAAAOt0kNH-YlJctO-SRQwTP5mEryWC">
    <div style="width: 304px; height: 78px;">
      <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-q328znqkocou" frameborder="0" scrolling="no"
          sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcBzPsaAAAAAOt0kNH-YlJctO-SRQwTP5mEryWC&amp;co=aHR0cHM6Ly9iaW9waGFybWFhcGFjLmNvbTo0NDM.&amp;hl=de&amp;v=x5WWoE57Fv0d6ATKsLDIAKnt&amp;size=normal&amp;cb=syqxb0nesvs"></iframe>
      </div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
        style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
    </div><iframe style="display: none;"></iframe>
  </div>
  <p></p>
  <p class="fieldset">
    <input class="full-width has-padding" type="submit" value="Reset password">
  </p>
</form>

Text Content

 * 11 February, 2024 | Sunday

 * Virtual event
 * BioPharma APAC
 * BioJobs
 * BioResources
 * Media Pack
 * Special Report
 * Login
 * 



 * BioPharma
   Pharma & Biopharma Manufacturing   Pharma Research   Pharma QC   Clinical
   Trials   Drug Discovery   Drug Approval   BioSimilar   Pharma Packaging  
 * LAB
   LAB Business   LAB Health & Safety   LAB Products   LAB Design   LAB
   Testing  
 * LifeScience
   Biotech   Biologics   BioSimilar   Clinical & Diagnostic   Emerging Biotech  
   Vaccines   BioChemicals   Cell & Gene  
 * Contract Services
   Contract Research   Clinical Research   Contract Manufacturing   Methods
   Development   Pre-Clinical Outsourcing  
 * Bio Digital
   Digital Health   Digital CRO’s   Health CIO   Digital Innovation   Artificial
   Intelligence   Patent  
 * Medtech
   Med’s Industry   Medical Devices   Medical Diagnostic  
 * Bio Marketing
   Bio Jobs  
 * Bio Special
   WhitePaper   Product in Action   Premium Article   BioInvest   Bio
   Informatics   Webinar   MasterControl Resource Centre  
 * Bio Insight
   Bio Analysis   Bio Feature   Bio Reports   Bio-Interaction   BioReosurces  
 * Consumer Health
   Healthcare   Fertility   Endocrinology   Neurology   Cancer / Immunology  
   Cancer / Oncology   COVID19   Mental Health   Diabetes   Nutraceutical &
   Supplement Medicine  
 * Countries
   Australia   New Zealand   South Korea   Japan   Malaysia   Thailand  
   Singapore   Indonesia   India   China   Taiwan   Hongkong   Vietnam   SAARC
   Countries   SEA Countries   EMEA (Middle East & Africa)   North America  
   Europe   World  

 * Countries
 * Australia
 * Aurora Cannabis Expands Global Footprint with Acquisition of MedReleaf
   Australia

AURORA CANNABIS EXPANDS GLOBAL FOOTPRINT WITH ACQUISITION OF MEDRELEAF AUSTRALIA

09 February 2024 | Friday | News



--------------------------------------------------------------------------------

Aurora Cannabis Inc., a leading global medical cannabis company, has solidified
its position as the largest player in the global medical cannabis market by
acquiring MedReleaf Australia, a subsidiary of Indica Industries Pty Ltd. This
strategic move, announced on February 8, 2024, sees Aurora further strengthening
its foothold in nationally legal cannabis markets.

Image Source : Public Domain

 

MedReleaf Australia, holding the coveted #2 spot in the rapidly growing
Australian medical cannabis market, was acquired by Aurora in a transaction
valued at AUD$50 million. This acquisition marks Aurora's continued commitment
to investing in markets with sustainable and profitable growth opportunities.

Australia's medical cannabis market, estimated to be worth approximately AUD$400
million, operates under a clinician-led distribution model, aligning perfectly
with Aurora's operational success in other key global medical cannabis markets
such as Germany. Since initially partnering with MedReleaf Australia in 2017,
Aurora has played a pivotal role in the region's burgeoning growth, leveraging
its pharmaceutical-grade cultivation and innovative product development.

Miguel Martin, Chief Executive Officer of Aurora Cannabis, expressed his
enthusiasm for the acquisition, stating, "The acquisition of MedReleaf Australia
represents a strategic milestone in Aurora's global cannabis leadership. We are
excited to solidify our position in this rapidly growing market and accelerate
our plans to deliver positive free cash flow in calendar 2024."

The co-founders of MedReleaf Australia, Russell Harding and Nathan Davis, echoed
Martin's sentiments, expressing pride in the company's growth and the positive
impact it has had on patients' lives nationwide. They see the acquisition as a
significant step in MedReleaf Australia's ongoing expansion and its mission to
integrate medical cannabis into mainstream medicine.

The acquisition of MedReleaf Australia is expected to bolster Aurora's global
cannabis leadership, leveraging its strength in providing pharmaceutical-grade
cannabis products and expanding margins in the Australian market. With MedReleaf
Australia generating approximately AUD$40 million in net revenue over the
trailing 12 months, Aurora anticipates immediate accretive effects from the
transaction, supporting its path to profitability and positive free cash flow in
calendar 2024.

Transaction Details: Aurora, through its wholly-owned subsidiary, acquired
approximately 90% equity interest in MedReleaf Australia at a total enterprise
value of AUD$50 million. The consideration includes approximately 69.5 million
Aurora Shares issued to selling shareholders and AUD$9.45 million in cash.
Certain portions of the consideration are held in escrow to ensure the
fulfillment of obligations by the selling shareholders.



Most Read

 * Biotech and Biopharma Industry Trends: What to Watch for in 2024
 * Revolutionizing Drug Discovery: 15 AI Companies to Watch in 2024
 * Pioneering Precision: Top 15 Clinical and Lab Diagnostic Companies to Watch
   in 2024
 * 2024's Biopharma Roadmap: Top 24 Biopharma Trends to Watch in 2024
 * Breakthroughs Unveiled: A Year of Groundbreaking Novel Drug Approvals in 2023
 * Revolutionizing Tomorrow: Top 24 Emerging Biotech Innovations to Watch in
   2024



Bio Jobs

 1. Cameron Smith Appointed as Chief Business Development Officer for Agilex
    Biolabs
 2. New Survey Reveals Insights on Singapore Workers' Preparedness for Digital
    Transformation
 3. Danaher Careers - Search Global Science and Technology Jobs
 4. Suvoda Expands Board of Directors With Addition of Clinical Trial Veteran
    Irena Webster
 5. Careers at MERCK Group
 6. Ajinomoto Bio-Pharma Services Announces Leadership Changes at US Facility
 7. Veranova Appoints Mike Riley as Chief Executive Officer
 8. Find your Job at Eppendorf

News



Editor Picks

IQVIA Experts Share Perspectives on Challenges, Opportunities, and the
Transformative Role of DCTs in Asia Pacific

Examining Financial Ruin, Advocating for Change, and Fostering Collaboration in
Cancer Care Economics Across the Asia Pacific Region

Roche's Ying Ying Yeoh Explores the Power of Public-Private Partnerships in
Shaping Healthcare's Future in Asia Pacific

STAY CONNECTED

Subscribe

Sign up to our free newsletter and get the latest news sent direct to your inbox



 * About us
 * Advertise with us
 * Contact the Editor

--------------------------------------------------------------------------------

For more information please contact communications@biopharmaapac.com
© 2024 BioPharma APAC. All rights reserved.
Website Terms | Privacy Notice | Cookie Statement

 * Sign In
 * Sign Up

Email

Password Show



Forgot your password?

First Name

Last Name

Email Id

Password Show

Confirm Password Show









Lost your password? Please enter your email address. You will receive a link to
create a new password.

E-mail Error message here!









Back to log-in

Close