Green Thumb Industries Inc. - Investors - Resources (2024)

  • Stock
  • Financial
  • Shareholder Information
  • Corporate Governance
  • Corporate Information

Stock

When did GTI go public? What is an RTO? What is the ticker symbol for GTI and what exchange does it trade on? How can I buy GTI stock? Why is the stock listed in Canada and not in U.S.? Can non-Canadian residents invest in the company? Can I purchase stock directly from the Company? Does GTI pay a dividend? Is there currently any preferred stock outstanding? How can I obtain stock price information for GTI common stock?

When did GTI go public?

GTI listed on the CSE as a result of a reverse takeover, or RTO, on June 13, 2018.

back to top

What is an RTO?

A reverse takeover (RTO), or a reverse merger, is a type of merger whereby a private company merges with a reporting issuer to become publicly traded. It is a common avenue for accessing the Canadian capital markets.

back to top

What is the ticker symbol for GTI and what exchange does it trade on?

Our stock trades on the Canadian Securities Exchange (CSE) under the ticker symbol “GTII” (commonly found as “GTII.CN” when looking up the ticker symbol) and on the U.S. OTCQX Best Market under the ticker symbol "GTBIF."

back to top

How can I buy GTI stock?

Our stock can be purchased by contacting a registered stock broker or through an online stock brokerage service for self-directed investors.

back to top

Why is the stock listed in Canada and not in U.S.?

Despite medical cannabis laws in most U.S. states, cannabis remains illegal under U.S. federal law. Due to this prohibition, major U.S. stock exchanges will not list cannabis firms that operate in the U.S. However, the Canadian Securities Exchange (CSE) allows cannabis companies to list under its exchange and is currently home to several Canadian companies that have U.S. operations.

back to top

Can non-Canadian residents invest in the company?

Yes, non-Canadian residents can invest in GTI on the Canadian Securities Exchange (stock ticker symbol "GTII"). Please consult your broker to determine whether they are able to execute the trade on your behalf on the Canadian Securities Exchange.

back to top

Can I purchase stock directly from the Company?

No, but GTI stock can be purchased through brokerage firms, including online brokerage services for certain investors.

back to top

Does GTI pay a dividend?

No. We do not expect to pay any dividends on our common stock in the foreseeable future.

back to top

Is there currently any preferred stock outstanding?

No, there is no preferred stock outstanding.

back to top

How can I obtain stock price information for GTI common stock?

You may access our current stock quote as well as stock price history for GTI common stock.

back to top

Financial

What is GTI’s fiscal year? Where can I find financial information on GTI? Where can I get a copy of materials filed with the Canadian Securities Administrators (CSA)? Who is GTI’s independent auditor? What is GTI’s credit rating?

What is GTI’s fiscal year?

Our fiscal year ends December 31st.

back to top

Where can I find financial information on GTI?

GTI files annual, quarterly, current reports, and other information with the United States Securities and Exchange Commission (SEC) and the Canadian Securities Administration (CSA).

back to top

Where can I get a copy of materials filed with the Canadian Securities Administrators (CSA)?

Our public securities filing are available on www.sedar.com

back to top

Who is GTI’s independent auditor?

GTI’s independent registered public accounting firm is Macias, Gini & O’Connell, LLP (MGO).

back to top

What is GTI’s credit rating?

GTI does not have a credit rating.

back to top

Corporate Governance

Who are GTI's Board of Directors? What are GTI’s Board of Directors Sub-Committees?

Who are GTI's Board of Directors?

Our Board of Directors are:

back to top

What are GTI’s Board of Directors Sub-Committees?

GTI’s Compensation Committee is comprised of Wendy Berger, Wes Moore, and Glen Senk as chair.

GTI’s Audit Committee is comprised of Independent Board Members Wes Moore, Glen Senk, and William Gruver as chair, all of whom are financially literate.

GTI’s Executive Committee is comprised of Wendy Berger, William Gruver, and Glen Senk.

back to top

Corporate Information

When did the GTI business start? Can the public tour GTI manufacturing and/or retail facilities? Does GTI provide franchise opportunities? Do you have another question?

When did the GTI business start?

GTI started in Illinois in 2014. Now, as a publicly-traded company, GTI is incorporated in British Columbia, Canada.

back to top

Can the public tour GTI manufacturing and/or retail facilities?

Because of the highly regulated nature of GTI’s business, our manufacturing and retail facilities are not open for public tours. However, members of the public aged 21+ are welcome at any of our adult use stores.

back to top

Does GTI provide franchise opportunities?

No, GTI is not accepting applications for franchises at this time.

back to top

Do you have another question?

Please contact us at:
Investor Relations
Green Thumb Industries
Phone: 310-622-8257
Email: [emailprotected]

back to top

All information presented was current at the time of posting but may be superseded by subsequent disclosures. The company assumes no duty to update the information to reflect subsequent events and developments.

© Green Thumb Industries (GTI).
All Rights Reserved.

  • Chicago
  • 325 W. Huron St.
  • Chicago, IL 60654
  • 312.471.6720

' + '

' + '

' ), submitText: 'Sign Up' } }, appendSubscribe: function() { $('.pane--footer .module-subscribe_unsubscribe').appendTo('.pane--footer .module-subscribe_list table tbody').wrap(''); }, scollingTable: function (selector) { $(selector).not(selector + ' table').wrap(''); }, navMobileBack: function() { $('.nav--secondary .level1 > li.has-children').prepend(''); $('.nav-back').on('click', function() { $(this).parent().removeClass('js--expanded'); }); $('.nav--secondary .level2 li.has-children > a').append(''); $('.nav--secondary .level-expand').on('click', function(e) { e.preventDefault(); $(this).parent().parent().toggleClass('js--expanded').siblings().removeClass('js--expanded'); }); }, headerNav: function() { $('.nav--main .level2 li.has-children > a').append(''); $('.nav--main .level1 li.has-children > a').on('click', function(e) { if(!$(this).parent().hasClass('js--expanded')) { e.preventDefault(); } $(this).parent().toggleClass('js--expanded').siblings().removeClass('js--expanded'); }); $('.pane--header').on("mouseleave", function(){ $('.nav--main li').removeClass("js--expanded"); }) }, moveLabels: function() { $('.module_input').bind('focus', function() { $(this).parent().find('label, .module_required').addClass('js--focused'); }); $('.module_input').bind('blur', function() { if($(this).val()) { $(this).parent().find('label, .module_required').addClass('js--focused'); } else { $(this).parent().find('label, .module_required').removeClass('js--focused'); } }); }, meetingFancy: function($selector, trigger){ var meetingCookie = sessionStorage.getItem('requestMeeting'); if (meetingCookie != 'closed') { $selector.removeClass('js--hidden'); } $selector.on('click', '.button--cookie', function () { $selector.addClass('js--hidden'); sessionStorage.setItem("requestMeeting", 'closed'); }); $selector.on('click', trigger, function(e){ e.preventDefault(); $.fancybox.open({ type: 'iframe', src: '/request-meeting-iframe/default.aspx', opts: { smallBtn: false, margin: [10, 0], slideClass: 'fancybox-slide--form', parentEl: 'form' } }); }); window.addEventListener('message', function (event) { if (event.data == 'close-fancybox') { $.fancybox.close(); } }, false); }, appendFooterLinks: function() { $('.pane--footer2 ul.module-ir-links').appendTo('.pane--footer2 .module_item--investors .module_details'); }, stickyNavBar: function() { var $window = $(window); var $layout = $('.layout'); $window.on('scroll',function(){ if ( $window.scrollTop() > 100 ) { $layout.addClass('js--header-small'); } else { $layout.removeClass('js--header-small'); } }); }, init: function () { var app = this; app.cleanUp(); app.submitOnEnter('.module-unsubscribe'); app.submitOnEnter('.module-search'); app.validateSubmit('.module-search'); app.mobileMenuToggle($('.layout'), '.pane--navigation', '.layout_toggle i'); app.cleanQuickLinks($('.module-links')); app.copyright($('.copyright_year')); app.docTracking(); app.fancySignup(); app.resetDate(['.nav a[href*="s4.q4web.com"]:not([href$=".pdf"])']); app.previewToolbar(); app.appendSubscribe(); app.navMobileBack(); app.headerNav(); app.moveLabels(); app.toggle($('.pane--footer2 .module-links'), '.module_item', 'h4', '.module_details', false, false); app.meetingFancy($('.module-cta'),'.button--meeting'); app.appendFooterLinks(); app.stickyNavBar(); } }); q4App.init();

Green Thumb Industries Inc. - Investors - Resources (2024)
Top Articles
Latest Posts
Article information

Author: Trent Wehner

Last Updated:

Views: 6208

Rating: 4.6 / 5 (56 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Trent Wehner

Birthday: 1993-03-14

Address: 872 Kevin Squares, New Codyville, AK 01785-0416

Phone: +18698800304764

Job: Senior Farming Developer

Hobby: Paintball, Calligraphy, Hunting, Flying disc, Lapidary, Rafting, Inline skating

Introduction: My name is Trent Wehner, I am a talented, brainy, zealous, light, funny, gleaming, attractive person who loves writing and wants to share my knowledge and understanding with you.