www.stengg.com Open in urlscan Pro
13.215.24.128  Public Scan

URL: https://www.stengg.com/
Submission: On August 16 via manual from SG — Scanned from SG

Form analysis 3 forms found in the DOM

Name: mc-embedded-subscribe-formPOST //stengg.us14.list-manage.com/subscribe/post?u=b47733eb4fe846871df88b00d&id=18495cc919

<form id="mc-embedded-subscribe-form" class="c-form c-form--style_outline c-form--theme_default c-form--space_dense validate" action="//stengg.us14.list-manage.com/subscribe/post?u=b47733eb4fe846871df88b00d&amp;id=18495cc919" method="post"
  name="mc-embedded-subscribe-form" target="_blank" novalidate="novalidate">
  <div class="form-group">
    <label class="form-label form-label-required font-bold u-weight-bold" for="mce-EMAIL"> Email Address </label>
    <input id="mce-EMAIL" type="email" class="form-control required email mce_inline_error" aria-required="true" aria-invalid="true" name="EMAIL" value="" placeholder="">
    <div for="mce-EMAIL subscribe-ml_email-address" id="mce-EMAIL-error" class="mce_inline_error" style="display: none; color: red;">This field is required.</div>
  </div>
  <div class="form-group">
    <div class="flex pb-2"><span class="form-label form-label-required font-bold text-lg pr-4 u-mb-x4 u-weight-bold">Subscribe to </span> (uncheck as preferred) </div>
    <div for="mce-group[44554]-44554" class="mce_inline_error" id="mce-checkboxes" style="display: none; color: red;">Please select at least one category to subscribe to.</div>
    <div class="grid grid-cols-2 gap-2 o-grid o-grid--gutter_lg">
      <div class="col-span-1 sm:col-span-2 o-grid__col u-12/24 u-mb-x4">
        <div class="checkbox-stack-wrapper">
          <div class="checkbox">
            <input class="checkbox-control" type="checkbox" name="group[44554][1]" value="1" id="mce-group[44554]-44554-0" checked="">
            <label class="checkbox-label" for="mce-group[44554]-44554-0"> Aerospace </label>
          </div>
        </div>
      </div>
      <div class="col-span-1 sm:col-span-2 o-grid__col u-12/24 u-mb-x4">
        <div class="checkbox-stack-wrapper">
          <div class="checkbox">
            <input class="checkbox-control" type="checkbox" name="group[44554][2]" value="2" id="mce-group[44554]-44554-1" checked="">
            <label class="checkbox-label" for="mce-group[44554]-44554-1"> Smart City / Urban Solutions </label>
          </div>
        </div>
      </div>
      <div class="col-span-1 sm:col-span-2 o-grid__col u-12/24 u-mb-x4">
        <div class="checkbox-stack-wrapper">
          <div class="checkbox">
            <input class="checkbox-control" type="checkbox" name="group[44554][4]" value="1" id="mce-group[44554]-44554-2" checked="">
            <label class="checkbox-label" for="mce-group[44554]-44554-2"> Defence &amp; Public Security </label>
          </div>
        </div>
      </div>
      <div class="col-span-1 sm:col-span-2 o-grid__col u-12/24 u-mb-x4">
        <div class="checkbox-stack-wrapper">
          <div class="checkbox">
            <input class="checkbox-control" type="checkbox" name="group[44554][8]" value="2" id="mce-group[44554]-44554-3" checked="">
            <label class="checkbox-label" for="mce-group[44554]-44554-3"> Financials </label>
          </div>
        </div>
      </div>
    </div>
    <div id="mce-responses" class="clear">
      <div id="mce-error-response" style="display: none;" class="response">This email cannot be added to this list. Please enter a different email address.</div>
      <div id="mce-success-response" style="display: none;" class="response">Thank you for subscribing!</div>
    </div>
    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    <div style="position: absolute; left: -5000px;" aria-hidden="true">
      <input type="text" name="b_b47733eb4fe846871df88b00d_18495cc919" tabindex="-1" value="">
    </div>
    <input id="mc-embedded-subscribe" type="submit" value="Subscribe" name="subscribe" class="button" onclick="return valthis()" style="display: none;">
    <input name="__RequestVerificationToken" type="hidden" value="CfDJ8CtfFJICGi9ErmrD4lSvppQjji6p8u3WDwUbMRJfigOv7qYK3n753BHuY6QYvSSIBjyoyxaj5VQR65Jd4Z-o2Y3cFxKL1UJtW6X9WzAUngO3F8dPkEK-w_xlp9Zvyxw5-oU23JqOLrpO_CEie2ZHabg">
    <script type="text/javascript">
      var isChecked = false;

      function valthis() {
        isChecked = false;
        var email = document.querySelectorAll('#mce-EMAIL')[1].value; //document.getElementById('mce-EMAIL').value;
        if (!email) {
          $("#mce-EMAIL-error").show();
        } else {
          $("#mce-EMAIL-error").hide();
        }
        var checkBoxes = document.getElementsByClassName('checkbox-control');
        for (var i = 0; i < checkBoxes.length; i++) {
          if (checkBoxes[i].checked) {
            isChecked = true;
            break; //don't need to continue the loop once a checkbox was found
          }
        }
        if (!isChecked) {
          $("#mce-checkboxes").show();
        } else {
          $("#mce-checkboxes").hide();
        }
        if (!isChecked || !email) {
          return false;
        }
        return true;
      }
    </script>
  </div>
</form>

Name: embedded-contact-formPOST /umbraco/api/ContactUs/ContactUs

<form id="contact-us-form" class="c-form c-form--style_outline c-form--theme_default c-form--space_dense " action="/umbraco/api/ContactUs/ContactUs" method="post" name="embedded-contact-form" novalidate="">
  <div class="form-group">
    <label class="form-label " for="email"> Email </label>
    <input id="cu-email" type="email" class="form-control required email mce_inline_error" aria-required="true" aria-invalid="true" name="email" value="" placeholder="Required">
  </div>
  <div class="form-group">
    <label for="firstName" class="form-label"> First Name </label>
    <input id="cu-firstName" class="form-control  " aria-required="true" type="text" name="firstName" value="" placeholder="Required">
  </div>
  <div class="form-group">
    <label class="form-label" for="lastName"> Last name </label>
    <input id="cu-lastName" class="form-control  " type="text" name="lastName" value="" placeholder="Required">
  </div>
  <div class="form-group">
    <label class="form-label" for="message"> Message </label>
    <textarea id="cu-message" class="form-control " name="message" placeholder="Please include your contact number in your message if you would like us to contact you by phone."></textarea>
  </div>
  <div id="contact-us-validation-error" class="form-group" style="display: none;">
    <label class="form-label" for="error"> All fields are required. Please complete all fields and try again. </label>
  </div>
  <div id="contact-us-error" class="form-group" style="display: none;">
    <label class="form-label" for="error"> Sorry, something went wrong! Please try again later. </label>
  </div>
  <script async="" defer="" src="https://www.google.com/recaptcha/api.js"></script>
  <div name="g-recaptchaTarget" data-sitekey="6LeuycYSAAAAAPcJR6Pu4IbGSRC6epHbQ4H3GSEn" data-theme=""></div>
  <!-- TODO: REVERT THE SITE KEYS BEFORE GO-LIVE -->
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8CtfFJICGi9ErmrD4lSvppQjji6p8u3WDwUbMRJfigOv7qYK3n753BHuY6QYvSSIBjyoyxaj5VQR65Jd4Z-o2Y3cFxKL1UJtW6X9WzAUngO3F8dPkEK-w_xlp9Zvyxw5-oU23JqOLrpO_CEie2ZHabg">
  <input id="contact-embedded-subscribe" type="submit" value="" name="subscribe" class="button" style="display: none;">
</form>

Name: embedded-contact-formPOST https://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8

<form id="salesforce-contact-us-form" class="c-form c-form--style_outline c-form--theme_default c-form--space_dense " action="https://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="post" name="embedded-contact-form"
  novalidate="">
  <input type="hidden" name="captcha_settings" value="{&quot;keyname&quot;:&quot;StenggWebsite&quot;,&quot;fallback&quot;:&quot;true&quot;,&quot;orgId&quot;:&quot;00D2w000002C1XP&quot;,&quot;ts&quot;:&quot;1692185500955&quot;}">
  <input type="hidden" id="oid" name="oid" value="">
  <input type="hidden" name="retURL" value="https://www.stengg.com">
  <input type="hidden" id="Lead_Channel__c" name="Lead_Channel__c" value="Website">
  <input type="hidden" id="lead_source" name="lead_source" value="Website">
  <input type="hidden" id="Contact_Tier__c" name="Contact_Tier__c" value="Tier 3">
  <input type="hidden" id="LoB__c" name="LoB__c" value="">
  <input type="hidden" id="LoB_Grouping__c" name="LoB_Grouping__c" value="">
  <input type="hidden" id="Business_Area__c" name="Business_Area__c" value="">
  <input type="hidden" id="Business_Unit__c" name="Business_Unit__c" value="">
  <input type="hidden" id="Source_Website_ID__c" name="Source_Website_ID__c" value="">
  <input type="hidden" id="recordType" name="recordType" value="">
  <input type="hidden" id="Cluster__c" name="Cluster__c" value="">
  <input type="hidden" id="Division__c" name="Division__c" value="">
  <input type="hidden" id="Department__c" name="Department__c" value="">
  <div class="form-group">
    <label for="first_name" class="form-label"> First Name </label>
    <input id="first_name" class="form-control  " aria-required="true" type="text" name="first_name" value="" placeholder="Required">
  </div>
  <div class="form-group">
    <label class="form-label" for="last_name"> Last Name </label>
    <input id="last_name" class="form-control  " type="text" name="last_name" value="" placeholder="Required">
  </div>
  <div class="form-group">
    <label class="form-label " for="email"> Email </label>
    <input id="email" type="email" class="form-control required email mce_inline_error" aria-required="true" aria-invalid="true" name="email" value="" placeholder="Required">
  </div>
  <div class="form-group">
    <label class="form-label" for="description"> Comment </label>
    <textarea id="description" class="form-control " name="description" placeholder=""></textarea>
  </div>
  <div id="salesforce-contact-us-validation-error" class="form-group" style="display: none;">
    <label class="form-label" for="error"> All fields are required. Please complete all fields and try again. </label>
  </div>
  <div id="salesforce-contact-us-error" class="form-group" style="display: none;">
    <label class="form-label" for="error"> Sorry, something went wrong! Please try again later. </label>
  </div>
  <script async="" defer="" src="https://www.google.com/recaptcha/api.js"></script>
  <script>
    function timestamp() {
      var response = document.getElementById("g-recaptcha-response");
      if (response == null || response.value.trim() == "") {
        var elems = JSON.parse(document.getElementsByName("captcha_settings")[0].value);
        elems["ts"] = JSON.stringify(new Date().getTime());
        document.getElementsByName("captcha_settings")[0].value = JSON.stringify(elems);
      }
    }
    setInterval(timestamp, 500);
  </script>
  <div name="g-recaptcha" data-sitekey="6LeXynEdAAAAAOt13K_D9rU9SG2j3IXV6Euy262X" data-theme=""></div><br>
  <!-- TODO: REVERT THE SITE KEYS BEFORE GO-LIVE -->
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8CtfFJICGi9ErmrD4lSvppQjji6p8u3WDwUbMRJfigOv7qYK3n753BHuY6QYvSSIBjyoyxaj5VQR65Jd4Z-o2Y3cFxKL1UJtW6X9WzAUngO3F8dPkEK-w_xlp9Zvyxw5-oU23JqOLrpO_CEie2ZHabg">
  <input id="salesforce-contact-embedded-subscribe" type="submit" value="" name="subscribe" class="button" style="display: none;">
</form>

Text Content

SEARCH ST ENGINEERING


 * All
 * News Releases
 * Products


 * Aerospace
   
   AEROSTRUCTURES & SYSTEMS
   
    * Cabin Interiors and Engineering Solutions
      
    * Composite Panels
      
    * Freighter Conversions
      
    * Nacelles
      
    * Precision Manufacturing
      
    * Unmanned Aircraft Systems
      
   
   AEROSPACE MRO
   
    * Airframe Services
      
    * Component Services
      
    * Engine Services
      
   
   AVIATION ASSET MANAGEMENT
   
    * Aircraft and Engine Leasing
      

 * Smart City
   
   SMART MOBILITY (RAIL)
   
    * Integrated Transport Operations Centre
      
    * Smart Metro Systems
      
       * Mobility Payment Solutions
       * Enterprise Asset Management System
       * E-Metro Package
       * Passenger Information System
       * Platform Screen Door
       * Smart Metro Control Centre
   
    * Smart Rail MRO
      
   
   SMART MOBILITY (ROAD)
   
    * Commercial Vehicles
      
       * Diesel Bus
       * Diesel Trucks and Vans
       * Specialty Vehicles
   
    * Electric Vehicles
      
       * Electric Bus
       * Electric Vans
       * EV Charging
   
    * Fleet Management Systems
      
    * Smart Traffic Systems
      
       * Smart Car Park Suite
       * Smart Digital Junction
       * Smart Surveillance, Advisory and Enforcement System
       * Urban Traffic Management System
   
    * Tolling & Congestion Pricing
      
    * Mobility Services
      
       * Automotive Inspection
       * Automotive Services
       * Advanced Driver Assistance Systems
   
   SMART UTILITIES AND INFRASTRUCTURE
   
    * IoT Platform
      
    * Smart City Operating System
      
    * Smart Lighting
      
       * Emergency Wireless Automatic Test System
       * Smart Lamp Post
       * Smart Street Lighting
       * Smart Estate Lighting
   
    * Smart Lift Monitoring
      
    * Smart Security
      
       * Identity Management Platform
       * Integrated Security Management System
       * Perimeter Intrusion Detection System
       * Physical Security Information Management
       * Video Analytics Suite
       * Smart Border Solutions
   
    * Smart Sensors
      
       * Contactless Switch
       * Microwave Sensor Modules
       * Obstacle Detection Radar
   
    * Smart Waste Monitoring
      
    * Water Advanced Metering Infrastructure
      
    * Network & Fibre Infrastructure
      
   
   URBAN ENVIRONMENT SOLUTIONS
   
    * Autonomous Transport (Seaport)
      
    * Healthcare Robotics
      
    * Respiratory Protection
      
    * Sustainable Cooling
      
    * Environmental Engineering
      
   
   SATELLITE SOLUTIONS
   
    * Satellite Communications
      
    * Satellite Imagery & Geospatial Solutions
      
    * Satellite Systems
      

 * Marine
   
   COMMERCIAL
   
    * Shipbuilding
      
    * Shiprepair & Conversion
      
   
   NAVAL
   
   VESSEL INTELLIGENCE

 * Defence
   
   AIR
   
    * Aircraft MRO and Modernisation
      
    * C-130 Centre of Excellence
      
    * Helicopter MRO and Modernisation
      
    * Flight Services
      
   
   LAND
   
    * Land Defence Systems
      
    * Defence Platform Electronics
      
    * Weapons and Ammunition
      
    * Integrated Soldier Systems
      
    * MRO and Services
      
    * Mobile Command Post
      
   
   SEA
   
    * Naval Shipbuilding
      
    * Naval Repair
      
    * Naval Platform Electronics
      
    * Unmanned Solutions
      
   
   C5ISR
   
    * Command and Control
      
    * Unified Communications
      
    * Advanced Computing
      
    * Cyber Defence
      
    * Data Science, Analytics and AI
      
    * Surveillance Systems
      
    * Satcom Systems
      
   
   SMART FACILITIES
   
   TRAINING AND SIMULATION
   
   LOGISTICS AND FACILITIES MANAGEMENT
   
   ADVANCED MANUFACTURING

 * Public Security
   
   CRITICAL INFRASTRUCTURE
   
    * Sensemaking Operations Hub
      
    * Emergency Response System
      
    * Cross-domain Operations Centre
      
    * Unified Comms Suite
      
    * Intelligent Surveillance
      
    * Customer Experience Hub
      
   
   HOMELAND SECURITY
   
    * Intelligence Operations
      
    * Cyber Defence
      
    * Unmanned Air Systems
      
    * Less-than-lethal Weapons and Ammunition
      
    * Tactical Vehicles
      
    * Security Robotics
      
    * Mobile Command Hub
      
    * Surveillance Systems
      
    * Homeland Security Vessels
      
   
   MARITIME SYSTEMS
   
    * Vessel Traffic Management System
      
    * Coastal Surveillance
      
   
   TRAINING AND SIMULATION

 * Digital Tech
   
   CYBERSECURITY
   
    * Cybersecurity Encryption
      
    * Cross-domain Cybersecurity Solution
      
    * Industrial Cybersecurity Solution
      
    * Cybersecurity Professional Services
      
    * Managed Security Services
      
    * Training and Cyber Range
      
    * Security Operation Centre As-A-Platform
      
   
   DATA SCIENCE, ANALYTICS AND AI
   
    * Data Platform Modernisation and Governance
      
    * Edge Analytics
      
    * Video Analytics Suite
      
    * 5G Solutions
      
   
   CLOUD AND DATA ORCHESTRATION
   
    * Cloud Adoption and Migration
      
    * Cloud Native Software
      
    * Data Platform Modernisation, Security and Governance
      
    * Hybrid and Multi-Cloud Management
      
    * Cloud Managed Services
      
    * Data Centre Solutions
      
   
   ADVANCED CONNECTIVITY
   
   BPO TRANSFORMATION


 * About us
    * Corporate Purpose, Aspiration and Values
    * Board of Directors
    * Leadership Team
    * Organisation Structure
    * Corporate Governance
    * Code of Business Conduct and Ethics

 * Investor Relations
    * Annual Reports
    * Investor Day 2021
    * Financial Highlights

 * Innovation
    * ST Engineering Ventures
    * Innovation Stories
    * Research Translation at ST Engineering

 * Sustainability
 * Community Outreach
 * Newsroom
   
 * Careers
    * Our People
    * Scholarship Programme
    * Internship Programme

S63 S$3.860 0.020
 * Global
   
    * 
    * U.S.



S63 S$3.860 0.020
 * Global
    * 
    * U.S.

 * About us
    * Corporate Purpose, Aspiration and Values
    * Board of Directors
    * Leadership Team
    * Organisation Structure
    * Corporate Governance
    * Code of Business Conduct and Ethics

 * Investor Relations
    * Annual Reports
    * Investor Day 2021
    * Financial Highlights

 * Innovation
    * ST Engineering Ventures
    * Innovation Stories
    * Research Translation @ ST Engineering

 * Sustainability
 * Community Outreach
 * Newsroom
   
 * Careers
    * Our People
    * Scholarship Programme
    * Internship Programme

 * Contact Us

 * Aerospace
   
   AEROSTRUCTURES & SYSTEMS
   
    * Cabin Interiors and Engineering Solutions
      
    * Composite Panels
      
    * Freighter Conversions
      
    * Nacelles
      
    * Precision Manufacturing
      
    * Unmanned Aircraft Systems
      
   
   AEROSPACE MRO
   
    * Airframe Services
      
    * Component Services
      
    * Engine Services
      
   
   AVIATION ASSET MANAGEMENT
   
    * Aircraft and Engine Leasing
      

 * Smart City
   
   SMART MOBILITY (RAIL)
   
    * Integrated Transport Operations Centre
      
    * Smart Metro Systems
      
       * Mobility Payment Solutions
       * Enterprise Asset Management System
       * E-Metro Package
       * Passenger Information System
       * Platform Screen Door
       * Smart Metro Control Centre
   
    * Smart Rail MRO
      
   
   SMART MOBILITY (ROAD)
   
    * Commercial Vehicles
      
       * Diesel Bus
       * Diesel Trucks and Vans
       * Specialty Vehicles
   
    * Electric Vehicles
      
       * Electric Bus
       * Electric Vans
       * EV Charging
   
    * Fleet Management Systems
      
    * Smart Traffic Systems
      
       * Smart Car Park Suite
       * Smart Digital Junction
       * Smart Surveillance, Advisory and Enforcement System
       * Urban Traffic Management System
   
    * Tolling & Congestion Pricing
      
    * Mobility Services
      
       * Automotive Inspection
       * Automotive Services
       * Advanced Driver Assistance Systems
   
   SMART UTILITIES AND INFRASTRUCTURE
   
    * IoT Platform
      
    * Smart City Operating System
      
    * Smart Lighting
      
       * Emergency Wireless Automatic Test System
       * Smart Lamp Post
       * Smart Street Lighting
       * Smart Estate Lighting
   
    * Smart Lift Monitoring
      
    * Smart Security
      
       * Identity Management Platform
       * Integrated Security Management System
       * Perimeter Intrusion Detection System
       * Physical Security Information Management
       * Video Analytics Suite
       * Smart Border Solutions
   
    * Smart Sensors
      
       * Contactless Switch
       * Microwave Sensor Modules
       * Obstacle Detection Radar
   
    * Smart Waste Monitoring
      
    * Water Advanced Metering Infrastructure
      
    * Network & Fibre Infrastructure
      
   
   URBAN ENVIRONMENT SOLUTIONS
   
    * Autonomous Transport (Seaport)
      
    * Healthcare Robotics
      
    * Respiratory Protection
      
    * Sustainable Cooling
      
    * Environmental Engineering
      
   
   SATELLITE SOLUTIONS
   
    * Satellite Communications
      
    * Satellite Imagery & Geospatial Solutions
      
    * Satellite Systems
      

 * Marine
   
   COMMERCIAL
   
    * Shipbuilding
      
    * Shiprepair & Conversion
      
   
   NAVAL
   
   VESSEL INTELLIGENCE

 * Defence
   
   AIR
   
    * Aircraft MRO and Modernisation
      
    * C-130 Centre of Excellence
      
    * Helicopter MRO and Modernisation
      
    * Flight Services
      
   
   LAND
   
    * Land Defence Systems
      
    * Defence Platform Electronics
      
    * Weapons and Ammunition
      
    * Integrated Soldier Systems
      
    * MRO and Services
      
    * Mobile Command Post
      
   
   SEA
   
    * Naval Shipbuilding
      
    * Naval Repair
      
    * Naval Platform Electronics
      
    * Unmanned Solutions
      
   
   C5ISR
   
    * Command and Control
      
    * Unified Communications
      
    * Advanced Computing
      
    * Cyber Defence
      
    * Data Science, Analytics and AI
      
    * Surveillance Systems
      
    * Satcom Systems
      
   
   SMART FACILITIES
   
   TRAINING AND SIMULATION
   
   LOGISTICS AND FACILITIES MANAGEMENT
   
   ADVANCED MANUFACTURING

 * Public Security
   
   CRITICAL INFRASTRUCTURE
   
    * Sensemaking Operations Hub
      
    * Emergency Response System
      
    * Cross-domain Operations Centre
      
    * Unified Comms Suite
      
    * Intelligent Surveillance
      
    * Customer Experience Hub
      
   
   HOMELAND SECURITY
   
    * Intelligence Operations
      
    * Cyber Defence
      
    * Unmanned Air Systems
      
    * Less-than-lethal Weapons and Ammunition
      
    * Tactical Vehicles
      
    * Security Robotics
      
    * Mobile Command Hub
      
    * Surveillance Systems
      
    * Homeland Security Vessels
      
   
   MARITIME SYSTEMS
   
    * Vessel Traffic Management System
      
    * Coastal Surveillance
      
   
   TRAINING AND SIMULATION

 * Digital Tech
   
   CYBERSECURITY
   
    * Cybersecurity Encryption
      
    * Cross-domain Cybersecurity Solution
      
    * Industrial Cybersecurity Solution
      
    * Cybersecurity Professional Services
      
    * Managed Security Services
      
    * Training and Cyber Range
      
    * Security Operation Centre As-A-Platform
      
   
   DATA SCIENCE, ANALYTICS AND AI
   
    * Data Platform Modernisation and Governance
      
    * Edge Analytics
      
    * Video Analytics Suite
      
    * 5G Solutions
      
   
   CLOUD AND DATA ORCHESTRATION
   
    * Cloud Adoption and Migration
      
    * Cloud Native Software
      
    * Data Platform Modernisation, Security and Governance
      
    * Hybrid and Multi-Cloud Management
      
    * Cloud Managed Services
      
    * Data Centre Solutions
      
   
   ADVANCED CONNECTIVITY
   
   BPO TRANSFORMATION

 * 


1H2023 FINANCIAL RESULTS

Strong First Half Performance and Record Order Book: Revenue & EBIT up 14% and
15% y-o-y and Order Book at $27.7b

Read more


MODERNISING METRO SYSTEMS

With a global track record of smart metro projects in more than 50 cities, we
provide turnkey rail services and advanced rail electronics solutions that
enhance efficiency, optimise capacity and modernise metro systems.

Discover


FULL RANGE OF LEAP MRO SERVICES

We leverage our years of experience with CFM engines to serve customers
transitioning into new-generation aircraft, as the first independent MRO
Provider in Asia to offer the full range of LEAP-1A and LEAP-1B engine services.

Learn more


SECURE WHAT MATTERS

Adopt a pre-emptive and proactive cybersecurity strategy to secure your IT, OT
and IoT/IIoT environments.

Discover
 * 1
 * 2
 * 3
 * 4

Share Price
S$3.860

0.020
Date/Time
16-Aug-2023 5:16PM
Volume
5,326,600


KEEPING THE WORLD FLYING SAFELY

With our global network and extensive nose-to-tail life cycle solutions, we have
what it takes to keep your aircraft flying safely.




SHAPING FUTURE CITIES

Our suite of mobility, utilities, infrastructure, and environment solutions help
cities transform into connected, resilient and sustainable spaces.




SECURING YOUR TOMORROW, TOGETHER

Across air, land and sea, we help governments and armed forces defend cities,
secure what matters and keep their people safe.




WE KNOW WHAT IT TAKES

At ST Engineering, we harness technology and innovation to enable a more secure
and sustainable world. Our proven engineering expertise keeps the world's
commercial aircraft flying safely, equips fighting forces to win on the
battlefield and prepares cities for a smarter and more sustainable future.

As a global technology, defence and engineering group, we know what it takes to
create real-world solutions for customers in more than 100 countries.

Explore ST Engineering


YOU MAY ALSO BE INTERESTED IN


FOLLOW YOUR PASSION

The ST Engineering family is the foundation for our success. Join us to protect
the present and invent the future.
Explore and Apply



FOLLOW YOUR PASSION

The ST Engineering family is the foundation for our success. Join us to protect
the present and invent the future.
Explore and Apply


Invest in a global engineering and technology Group that is one of the largest
entities on the Singapore Exchange.
Go to Investor Relations


Learn how we draw on our engineering smarts to grow our business as we uphold
good corporate governance.
More on Sustainability


Discover how we challenge the norm to deliver advanced solutions that give our
customers a commanding advantage.
View our Innovations



NEWS AND UPDATES

View All


SGXNET: SHARE BUY BACK - DAILY SHARE BUY-BACK NOTICE

14 Aug 2023




SGXNET: SHARE BUY BACK - DAILY SHARE BUY-BACK NOTICE

11 Aug 2023




ST ENGINEERING AETHON ANNOUNCES ROBOHERO AWARDS TO RECOGNIZE EXCEPTIONAL USE OF
AUTONOMOUS MOBILE ROBOT TECHNOLOGY IN HEALTHCARE

11 Aug 2023


 * About Us
 * Investor Relations
 * Innovation
 * Sustainability
 * Community Outreach
 * Newsroom
 * Careers
 * Contact Us
 * 
   AEROSPACE
    * Aerostructures & Systems
    * Aerospace MRO
    * Aviation Asset Management

 * SMART CITY
    * Smart Utilities and Infrastructure
    * Satellite Solutions

 * MARINE
    * Commercial
    * Naval
    * Vessel Intelligence

 * DEFENCE
    * Air
    * Land
    * Sea
    * C5ISR
    * Smart Facilities
    * Training and Simulation
    * Logistics and Facilities Management
    * Advanced Manufacturing

 * PUBLIC SECURITY
    * Critical Infrastructure
    * Homeland Security
    * Maritime Systems
    * Training and Simulation

 * DIGITAL TECH
    * Cybersecurity
    * Data, Science, Analytics and AI
    * Cloud and Data Orchestration
    * BPO Transformation

About Us

Investor Relations

Innovation

Sustainability

Community Outreach

Newsroom

Careers

Contact Us


AEROSPACE
 * Aerostructures & Systems
 * Aerospace MRO
 * Aviation Asset Management

SMART CITY
 * Smart Utilities and Infrastructure
 * Satellite Solutions


MARINE
 * Commercial
 * Naval
 * Vessel Intelligence

DEFENCE
 * Air
 * Land
 * Sea
 * C5ISR
 * Smart Facilities
 * Training and Simulation
 * Logistics and Facilities Management
 * Advanced Manufacturing

PUBLIC SECURITY
 * Critical Infrastructure
 * Homeland Security
 * Maritime Systems
 * Training and Simulation


DIGITAL TECH
 * Cybersecurity
 * Data, Science, Analytics and AI
 * Cloud and Data Orchestration
 * BPO Transformation

SUBSCRIBE TO OUR NEWSLETTER

Sign Up


Copyright © 2023 ST Engineering

 * 
 * 
 * 
 * 

Copyright © 2023 ST Engineering

 * Terms & Conditions of Use |
 * Personal Data Policy |
 * Vendor Information


SUBSCRIBE TO OUR MAILING LIST

By subscribing to the mailing list, you confirm that you have read and agree
with the Terms of Use and Personal Data Policy. You will also receive an email
to verify your email address and confirm your subscription.
*indicates required fields
Email Address
This field is required.
Subscribe to (uncheck as preferred)
Please select at least one category to subscribe to.
Aerospace
Smart City / Urban Solutions
Defence & Public Security
Financials
This email cannot be added to this list. Please enter a different email address.
Thank you for subscribing!



CONTACT US


EMAIL SENT

*All fields are required
Email
First Name
Last name
Message
All fields are required. Please complete all fields and try again.
Sorry, something went wrong! Please try again later.

Thank you for your email. We will respond to you soon.


CONTACT US


EMAIL SENT

*All fields are required
First Name
Last Name
Email
Comment
All fields are required. Please complete all fields and try again.
Sorry, something went wrong! Please try again later.


Thank you for your email. We will respond to you soon.
Close

Close