www.aggrowth.com Open in urlscan Pro
2606:4700:4400::6812:225f  Public Scan

Submitted URL: https://www.hsisystems.com/
Effective URL: https://www.aggrowth.com/
Submission: On July 17 via api from US — Scanned from CA

Form analysis 4 forms found in the DOM

GET /en-us/search

<form id="search-form" class="search-bar__form" action="/en-us/search" method="GET" autocomplete="off" data-search-form="">
  <div class="field is-grouped">
    <div class="control is-expanded">
      <div class="dropdown">
        <label for="keyword-search" class="visually-hidden">Search</label>
        <div class="search-bar__input-row">
          <i class="icons icons-back-chevron is-hidden-tablet search-bar__input-row__return-button" data-search-close=""></i>
          <i class="icons icons-search"></i>
          <input id="keyword-search-main" class="keyword-search-input input is-static" type="search" name="q" placeholder="Type your keywords">
          <i class="icons icons-clear-text is-hidden-tablet search-bar__input-row__clear-text-button" data-search-clear-text=""></i>
          <div class="control">
            <button type="submit" class="navbar-search">
              <i class="icons icons-search"></i>
              <span class="is-hidden-mobile">Search</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

GET /en-us/search

<form id="search-form" class="search-bar__form" action="/en-us/search" method="GET" autocomplete="off" data-search-form="">
  <div class="field is-grouped">
    <div class="control is-expanded">
      <div class="dropdown">
        <label for="keyword-search" class="visually-hidden">Search</label>
        <div class="search-bar__input-row">
          <i class="icons icons-back-chevron is-hidden-tablet search-bar__input-row__return-button" data-search-close=""></i>
          <i class="icons icons-search"></i>
          <input id="keyword-search" class="keyword-search-input nav-search input is-static" type="search" name="q" placeholder="Type your keywords">
          <i class="icons icons-clear-text is-hidden-tablet search-bar__input-row__clear-text-button" data-search-clear-text=""></i>
          <div class="control search-button-container">
            <button type="submit" class="navbar-search">
              <span class="is-hidden-mobile">Search</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

<form>
  <h2 class="text--subheader">Contact Us</h2>
  <p>For questions about AGI, please complete the form below to get started. An AGI representative will reply within 3 business days.</p>
  <p>For questions or support for one of our many AGI products or brands, please see our <a href="/en-us/brands" target="_blank">Product Support</a> page.</p>
  <div class="columns is-gapless">
    <!-- name input -->
    <div class="column is-two-thirds">
      <fieldset class="field field--input name">
        <input class="input" type="text" name="name" id="contact-input-name" placeholder="Name">
        <label class="label" for="contact-input-name">Name</label>
        <small class="help">Please enter your name.</small>
      </fieldset>
    </div>
  </div>
  <div class="columns is-gapless">
    <!-- email input -->
    <div class="column is-two-thirds">
      <fieldset class="field field--input email">
        <input class="input" type="email" id="contact-input-email" name="email" placeholder="Email">
        <label class="label" for="contact-input-email">Email</label>
        <small class="help">Please enter a valid email address.</small>
      </fieldset>
    </div>
  </div>
  <div class="columns is-gapless">
    <!-- country input -->
    <div class="column is-two-thirds">
      <fieldset class="field field--input country">
        <input class="input" type="text" name="country" id="contact-input-country" placeholder="Country">
        <label class="label" for="contact-input-country">Country</label>
        <small class="help">Please enter your country.</small>
      </fieldset>
    </div>
  </div>
  <!-- Enquiry radios -->
  <div class="control enquiry-container" role="radiogroup">
    <!-- General option -->
    <fieldset class="field radio">
      <input type="radio" name="enquiryType" value="general" id="contact-radio-enquiryType-general" checked="">
      <label for="contact-radio-enquiryType-general">General inquiry</label>
    </fieldset>
    <div class="field is-grouped">
      <fieldset class="control radio">
        <input type="radio" name="enquiryType" value="brand" id="contact-radio-enquiryType-brand">
        <label for="contact-radio-enquiryType-brand">Brand inquiry:</label>
      </fieldset>
      <!-- brand select -->
      <fieldset class="control brand">
        <div class="select field--select">
          <select name="brand">
            <option disabled="" selected="" value="">Select</option>
            <!-- scraped from http://www.aggrowth.com/brands-->
            <option value="airlanco">Airlanco</option>
            <option value="batco">Batco</option>
            <option value="brasil">Brasil</option>
            <option value="brownie">Brownie</option>
            <option value="cmc">CMC</option>
            <option value="danmare">Danmare</option>
            <option value="frame">Frame</option>
            <option value="grain-guard">Grain Guard</option>
            <option value="gts">GTS</option>
            <option value="guardian">Guardian</option>
            <option value="hi-roller">Hi Roller</option>
            <option value="hsi">HSI</option>
            <option value="hutchinson">Hutchinson</option>
            <option value="junge-control">Junge Control</option>
            <option value="keho">Keho</option>
            <option value="mayrath">Mayrath</option>
            <option value="mfs">MFS</option>
            <option value="mitchell-mill-systems">Mitchell Mill Systems</option>
            <option value="neco">Neco</option>
            <option value="nuvision">Nuvision</option>
            <option value="ptm-technology">PTM Technology</option>
            <option value="rem">REM</option>
            <option value="sabe">Sabe</option>
            <option value="sentinel">Sentinel</option>
            <option value="storm">Storm</option>
            <option value="stormor">Stormor</option>
            <option value="tramco">Tramco</option>
            <option value="twister">Twister</option>
            <option value="union-iron">Union Iron</option>
            <option value="vis">VIS</option>
            <option value="westeel">Westeel</option>
            <option value="westfield">Westfield</option>
            <option value="wheatheart">Wheatheart</option>
            <option value="yargus">Yargus</option>
          </select>
          <small class="help">Please select your type of inquiry.</small>
        </div>
      </fieldset>
    </div>
  </div>
  <!-- Opt-in checkbox -->
  <fieldset class="control checkbox optIn">
    <input type="checkbox" name="optIn" value="true" id="checkbox-contactus-optIn">
    <label class="checkbox" for="checkbox-contactus-optIn">Please keep me connected with AGI. I accept <a href="/en-us/privacy" target="_blank">AGI’s Privacy Policy</a> and <a href="/en-us/terms--conditions" target="_blank">Terms of Use</a>, and I
      understand I can unsubscribe at any time.</label>
    <small class="help">Please agree to allow AGI to contact you.</small>
  </fieldset>
  <!-- message textarea -->
  <div class="field field--textarea message">
    <textarea class="textarea" name="message" id="contact-textarea-message" placeholder="Type your message here..."></textarea>
    <label class="label" for="contact-textarea-message">How can we help you?</label>
    <small class="help">Please enter a question or comment.</small>
  </div>
  <!-- 500 error message -->
  <small class="notification is-warning is-invisible server-error-500"></small>
  <!-- modal footer buttons -->
  <nav class="form-nav form-nav--reverse form-nav--right">
    <a class="button submit" title="Send" role="button"><span>Send</span></a>
    <a class="button is-text" title="Cancel" role="button" data-modal="dismiss"><span>Cancel</span></a>
  </nav>
</form>

<form>
  <h2 class="text--subheader">Subscribe to the AGI Newsletter</h2>
  <p>Enter your contact information below to receive news and updates from AGI.</p>
  <div class="columns is-gapless">
    <div class="column">
      <!-- firstName input -->
      <fieldset class="field field--input firstName">
        <input class="input" type="text" name="firstName" id="newsletter-input-firstName" placeholder="First name">
        <label class="label" for="newsletter-input-firstName">First name</label>
        <small class="help">Please enter your first name.</small>
      </fieldset>
    </div>
  </div>
  <div class="columns is-gapless">
    <div class="column">
      <!-- lastName input -->
      <fieldset class="field field--input lastName">
        <input class="input" type="text" name="lastName" id="newsletter-input-lastName" placeholder="Last name">
        <label class="label" for="newsletter-input-lastName">Last name</label>
        <small class="help">Please enter your last name.</small>
      </fieldset>
    </div>
  </div>
  <div class="columns is-gapless">
    <div class="column">
      <!-- email input -->
      <fieldset class="field field--input email">
        <input class="input" type="email" id="newsletter-input-email" name="email" placeholder="Email">
        <label class="label" for="newsletter-input-email">Email</label>
        <small class="help">Please enter a valid email address.</small>
      </fieldset>
    </div>
  </div>
  <!-- Opt-in checkbox -->
  <fieldset class="control checkbox optIn">
    <input type="checkbox" name="optIn" value="true" id="checkbox-newsletter-optIn">
    <label class="checkbox" for="checkbox-newsletter-optIn">Please send me AGI newsletters. I accept <a href="/en-us/privacy" target="_blank">AGI’s Privacy Policy</a> and <a href="/en-us/terms--conditions" target="_blank">Terms of Use</a>, and I
      understand I can unsubscribe at any time.</label>
    <small class="help">Please agree to receive AGI newsletters.</small>
  </fieldset>
  <!-- 500 error message -->
  <small class="notification is-warning is-invisible server-error-500"></small>
  <!-- modal footer buttons -->
  <nav class="form-nav form-nav--reverse form-nav--right">
    <a class="button submit" title="Subscribe" role="button"><span>Subscribe</span></a>
  </nav>
</form>

Text Content

Skip to main content
 * ALL PRODUCTS
   * PRODUCTS BY CATEGORY
     * STORAGE
       * GRAIN BINS
       * BOLTED BINS
       * HOPPER BINS
       * SMOOTHWALL BINS
       * TEMPORARY STORAGE
       * UNLOADS & SWEEPS
       * WATER TANKS
       * SECONDARY CONTAINMENT SYSTEM
       * FUEL TANKS
       * ACCESSORIES
       * 
     * CONDITIONING
       * MIXED FLOW DRYERS
       * FANS & HEATERS
       * AERATION
       * AERATION FLOORS
       * VENTS & EXHAUSTERS
       * STIRRING
       * 
     * PORTABLE HANDLING
       * AUGERS
       * CONVEYORS
       * GRAIN VACS
       * POST POUNDERS
       * SEED TREATERS
       * ACCESSORIES
       * 
     * PERMANENT HANDLING
       * BUCKET ELEVATORS
       * CHAIN CONVEYORS
       * BELT CONVEYORS
       * ENCLOSED BELT CONVEYORS
       * DISTRIBUTORS
       * FEED HANDLING
       * SCREW FEEDERS & CONVEYORS
       * SPOUTS & CONNECTORS
       * 
     * STRUCTURES
       * TOWERS
       * CATWALKS
       * LADDERS
       * 
     * BUILDINGS
       * ALL-STEEL BUILDINGS
       * 
     * PROCESSING
       * BATCH BLENDERS
       * BULK SCALES
       * DECLINING WEIGHT BLENDERS
       * VERTICAL BLENDERS
       * MICRO DOSING SYSTEMS
       * MIXERS
       * MILLING
       * 
     * TECHNOLOGY
       * CONTROLLERS
       * HAZARD MONITORING
       * MONITORING & AUTOMATION
       * 
     
     
     * ALL PRODUCTS
       
       
       
       
       Browse our entire library of products and solutions for storage,
       handling, processing, and monitoring of bulk agriculture commodities like
       seed, fertilizer, grain, feed, and food.
   * PRODUCTS BY BRAND
     * AGI AIRLANCO
     * AGI BATCO
     * AGI BINMANAGER®
     * AGI CMC
     * AGI COMMERCIAL
     * AGI FARM
     * AGI FARMOBILE
     * AGI FRAME
     * AGI GRAINMAXX
     * AGI HI ROLLER®
     * AGI HUTCHINSON
     * AGI MILLTEC
     * AGI MMS
     * AGI PTM
     * AGI SENTINEL
     * AGI TRAMCO
     * AGI WESTEEL
     * AGI WESTEEL COMMERCIAL
     * AGI WESTFIELD
     * 
   * SEARCH ALL PRODUCTS
   
   
   * ALL PRODUCTS
     
     
     
     
     Browse our entire library of products and solutions for storage, handling,
     processing, and monitoring of bulk agriculture commodities like seed,
     fertilizer, grain, feed, and food.
 * Farm
   * FARM OVERVIEW
   * STORAGE
     * GRAIN BINS
     * HOPPER BINS
     * SMOOTHWALL BINS
     * UNLOADS & SWEEPS
     * WATER TANKS
     * SECONDARY CONTAINMENT
     * FUEL TANKS
     * 
   * CONDITIONING
     * MIXED FLOW DRYERS
     * FANS & HEATERS
     * STIRRING
     * 
   * PORTABLE HANDLING
     * AUGERS
     * PORTABLE CONVEYORS
     * GRAIN VACS
     * POST POUNDERS
     * SEED TREATERS
     * 
   * PERMANENT HANDLING
     * BUCKET ELEVATORS
     * CHAIN CONVEYORS
     * 
   * STRUCTURES
     * TOWERS
     * CATWALKS
     * LADDERS
     * 
   * TECHNOLOGY
     * MONITORING & AUTOMATION
     * 
   * FARM BRANDS
     * OVERVIEW
     * AGI FARM
     * AGI BATCO
     * AGI BINMANAGER®
     * AGI FARMOBILE™
     * AGI GRAINMAXX
     * AGI HUTCHINSON
     * AGI SENTINEL
     * AGI WESTEEL
     * AGI WESTFIELD
     * 
   
   
   * ON YOUR FARM
     
     
     
     
     AGI offers one of the most diverse catalogs of farm equipment and
     accessories for the storage, handling, and conditioning of bulk grain
     commodities. This includes technologies to safely monitor and automate
     in-bin grain quality by smart device and real-time data collection of
     in-field agronomic and machine practices.
 * Commercial
   * COMMERCIAL OVERVIEW
   * GRAIN
     * OVERVIEW
     * STORAGE
     * HANDLING
     * CONDITIONING & AIR MANAGEMENT
     * MANAGEMENT & HAZARD MONITORING
     * STRUCTURES
     * 
   * FERTILIZER
     * OVERVIEW
     * BULK RECEIVING
     * TECHNOLOGY
     * DECLINING WEIGHT
     * BATCH BLENDING
     * TOWER SYSTEMS
     * LIQUID
     * LOADOUT
     * SPECIALTY
     * 
   * FEED
     * OVERVIEW
     * STORAGE
     * MATERIAL HANDLING
     * DESIGN SOLUTIONS
     * AIR MANAGEMENT & DUST COLLECTION
     * HAZARD MONITORING
     * STRUCTURES
     * AGI FLEXMILL
     * 
   * FOOD
     * OVERVIEW
     * CONSULTING
     * ENGINEERING
     * PROJECT MANAGEMENT & EXECUTION
     * MILLWRIGHTING & INSTALLATION
     * TURNKEY SOLUTIONS
     * 
   * RICE
   * SEED
     * OVERVIEW
     * STORAGE
     * HANDLING
     * PROCESSING
     * ENGINEERING
     * 
   * COMMERCIAL BRANDS
     * OVERVIEW
     * AGI COMMERCIAL
     * AGI FERTILIZER SYSTEMS
     * AGI AIRLANCO
     * AGI CMC
     * AGI FRAME
     * AGI HI ROLLER®
     * AGI MILLTEC
     * AGI PTM
     * AGI MMS
     * AGI SENTINEL
     * AGI TRAMCO
     * AGI WESTEEL COMMERCIAL
     * 
   
   
   * FOR YOUR COMMERCIAL OPERATIONS
     
     
     
     
     AGI offers one of the most diverse catalogs of commercial equipment and
     complete, full-service solutions for the storage, handling, processing, and
     monitoring of bulk agriculture commodities for grain, fertilizer, seed,
     feed, and food.
 * RESOURCES
   * RESOURCES & LITERATURE
   * PARTS CATALOGS
   * LOCATE AN AGI DEALER
   * AGI DEALER SUPPORT
   * REGISTER YOUR AGI PRODUCT
   * AGI VIRTUAL SHOWROOM
   
   
   * RESOURCES
     
     
     
     
     The latest brochures, manuals, fact sheets, and access to AGI's many tools
     are all available in the resources section.
 * About Us
   * Overview
   * Company Profile
   * History
   * Mission & Values
   * Board of Directors
   * Leadership
   * Installations
   * 
 * Investors
   * Overview
   * Investor Day 2023
   * Presentations
   * Tentative Earnings Release Dates
   * Financial Reports
   * Investor News
   * Analyst Coverage
   * Contact Investor Relations
   * Subscribe to AGI Investor Updates
   * 
 * Sustainability
   * Overview
   * Sustainable Manufacturing
   * People Well-Being
   * Responsible Conduct
   * Compelling Solutions
   * 
 * Regions
   * AGI EMEA
   * 
 * Connect
   * Webinars
   * Community Impact
   * Farm Blog
   * 
 * Careers
   * Overview
   * Opportunities
   * 
 * Media
   * News Releases
   * Featured News
   * Media Kits
   * Investor News
   * Leadership
   * 
 * Contact Us
   * Connect with AGI
   * North America Farm
   * 
 * English (NA) Português (SA) Español (SA) English (AF)
   EN (NA)
   North America (NA)
   EN English
   South America (SA)
   PT PortuguêsES Español
   Africa (AF)
   EN English

Search
Search
Back to all menu


 * Careers
 * Contact Us
 * Newsletter

 * YouTube
 * Twitter
 * LinkedIn
 * Facebook

 * Privacy Policy
 * Terms & Conditions
 * Patents

Copyright © 2024 AGI

Search
Search
We are AGI

Ag Growth International (AGI) is a global expert in providing farmers,
processors and commercial customers with the right equipment and customized
engineering solutions to produce, protect and deliver the world’s grain,
fertilizer, seed, feed and food supplies. Dedicated to safety, innovation and
customization, AGI offers one of the largest catalogs of equipment and
full-service planning and engineering services for the storage, blending,
mixing, conveying, conditioning, and processing of agricultural products
worldwide. Supported by an extensive in-country sales and service team, AGI
provides a global distribution network and state-of-the-art manufacturing
facilities in Canada, the United States, Brazil, India, France, and Italy.


TSE:AFN

54.87 CAD
-0.240 (-0.44%) Jul. 17 | 10:00 AM EDT
Featured in AGI Farm
Storage
Conditioning
Portable Handling
Permanent Handling

Farm Blog

A collection of helpful advice on everything from auger maintenance to grain bin
size to fuel tank replacement and much more.
Visit the Knowledge Bin to hear from our leading experts.

Featured in AGI Commercial Applications
Grain
Fertilizer
Feed
Food

Commercial Installations Around the World
Comvex - Constanta, Romania
AGI continues to grow its global presence as a unified brand name, through their
strategy of offering full system solutions across seven components.
Learn more
Egyptian Swiss Company - Cairo, Egypt
Avoiding costly downtime was a key goal for Egyptian Swiss. The company needed
to find a solution provider that could deliver durable, long-lasting equipment
for their new storage facility, with a minimum of maintenance.
Learn more
Basma Rice Mill - Kano State, Nigeria
Basma Rice Mill required a complete end-to-end parboiled rice mill solution with
a 6 ton/hour capacity. AGI Milltec determined that a turnkey solution would best
meet the customer’s needs. All the equipment was manufactured in Bengaluru,
India and shipped to the project site in Kano, Nigeria.
Learn more
Nutrien Ag Solutions - Galva, Illinois
Nutrien Ag Solutions wanted to improve efficiencies by adding a green field
location in Galva, Illinois. AGI worked with a Nutrien Ag Solutions team, which
included the Division Manager and Construction Management Department to lay out
the best design for dry fertilizer and liquid handling.
Learn more
M&M Service Company - Litchfield, Illinois
AGI recently completed a successful installation for M&M Service Company, a
multi-operational liquid fertilizer facility in Litchfield, Illinois.
Learn more



RECENT MEDIA

 * Jul 16, 2024
   
   
   AGI ADDS A PRE-CLEANER AND VERTICAL FUEL TANK TO ITS PRODUCT LINEUP AT AIM

 * Jun 24, 2024
   
   
   AGI SUPPLIES EQUIPMENT TO INNOVATIVE NEW MALTING PLANT IN BRASIL

 * Jun 24, 2024
   
   
   AGI FORNECE EQUIPAMENTOS PARA NOVA MALTARIA NO BRASIL

SEE ALL MEDIA
Find a Product
Search for AGI products and services
Search
View Resources
View and download brochures, manuals & fact sheets
Access now
Need More Information?
Our team of experts are available to answer any questions you may have
Contact us
 * Careers
 * Contact Us
 * Newsletter

 * YouTube
 * Twitter
 * LinkedIn
 * Facebook

 * Privacy Policy
 * Terms & Conditions
 * Patents

Copyright © 2024 AGI


CONTACT US

For questions about AGI, please complete the form below to get started. An AGI
representative will reply within 3 business days.

For questions or support for one of our many AGI products or brands, please see
our Product Support page.

Name Please enter your name.
Email Please enter a valid email address.
Country Please enter your country.
General inquiry
Brand inquiry:
Select Airlanco Batco Brasil Brownie CMC Danmare Frame Grain Guard GTS Guardian
Hi Roller HSI Hutchinson Junge Control Keho Mayrath MFS Mitchell Mill Systems
Neco Nuvision PTM Technology REM Sabe Sentinel Storm Stormor Tramco Twister
Union Iron VIS Westeel Westfield Wheatheart Yargus Please select your type of
inquiry.
Please keep me connected with AGI. I accept AGI’s Privacy Policy and Terms of
Use, and I understand I can unsubscribe at any time. Please agree to allow AGI
to contact you.
How can we help you? Please enter a question or comment.
Send Cancel


THANK YOU

We’ve received your inquiry. Your question and comments are greatly appreciated.
An AGI representative will respond within 3 business days.

Close


SUBSCRIBE TO THE AGI NEWSLETTER

Enter your contact information below to receive news and updates from AGI.

First name Please enter your first name.
Last name Please enter your last name.
Email Please enter a valid email address.
Please send me AGI newsletters. I accept AGI’s Privacy Policy and Terms of Use,
and I understand I can unsubscribe at any time. Please agree to receive AGI
newsletters.
Subscribe


THANK YOU

Thank you for subscribing to our newsletter!

Close