curtisswright.com Open in urlscan Pro
2606:4700::6812:177  Public Scan

Submitted URL: http://curtisswright.com/
Effective URL: https://curtisswright.com/home/default.aspx
Submission: On March 08 via manual from GB — Scanned from GB

Form analysis 1 forms found in the DOM

POST default.aspx

<form action="default.aspx" method="post" id="fmForm1">
  <div class="aspNetHidden">
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['fmForm1'];
    if (!theForm) {
      theForm = document.fmForm1;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script type="text/javascript">
    //<![CDATA[
    function GetViewType() {
      return '2';
    }

    function GetRevisionNumber() {
      return '1';
    }

    function GetLanguageId() {
      return '1';
    }

    function GetVersionNumber() {
      return '5.117.0.11';
    }

    function GetPoweredBy() {
      return 'q4inc';
    }

    function GetViewDate() {
      {
        return '';
      }
    }

    function GetSignature() {
      {
        return '';
      }
    }
    //]]>
  </script>
  <a id="lnkPostback" href="javascript:__doPostBack('lnkPostback','')" style="display: none"></a>
  <div class="LayoutDefault LayoutHomePage">
    <div class="LayoutDefaultInner">
      <div class="HeaderContainer">
        <div class="PaneHeader">
          <div class="PaneHeaderInner"><span class="HeaderPaneDiv"><span class="HeaderPaneDiv1">
                <div id="_ctrl0_ctl06_divModuleContainer" class="BlankModuleContainer">
                  <script type="text/javascript">
                    var Q4ApiKey = 'A5FA9FF9CBDE483CA3465F570ADD4355';
                  </script>
                </div>
              </span><span class="HeaderPaneDiv2">
                <div id="_ctrl0_ctl09_divModuleContainer" class="ModuleContent">
                  <div class="ModuleOuterContainer">
                    <div class="ModuleInnerContainer">
                      <!--JQuery 1.7.1-->
                      <script src="//s28.q4cdn.com/689791248/files/js/jquery-1.7.1.min.js"></script>
                      <!--JQuery UI 1.10.3 custom-->
                      <script src="//s28.q4cdn.com/689791248/files/js/jquery-ui-1-10-3-custom-min.js"></script>
                      <!--JQuery FancyBox 2.1.5-->
                      <script src="//s28.q4cdn.com/689791248/files/js/fancybox/jquery-fancybox-pack.js"></script>
                      <!--Mailing List Validation	-->
                      <script src="//q4implementation.s3.amazonaws.com/widgets/latest/q4.email-validation.min.js	"></script>
                    </div>
                  </div>
                </div>
              </span><span class="HeaderPaneDiv3">
                <div id="_ctrl0_ctl12_divModuleContainer" class="BlankModuleContainer">
                  <script src="https://q4widgets.q4web.com/preview/js/toolbar.js"></script>
                  <script type="text/javascript">
                    $('.PreviewToolBar').previewToolbar({
                      selectbox: true,
                      theme: true
                    });

                    function lang_focus(name, element) {
                      $(element).val(name);
                      $(element).focus(function() {
                        if (element.value == name) element.value = '';
                      });
                      $(element).blur(function() {
                        if (!element.value.length) element.value = name;
                      });
                    }
                    $(document).ready(function() {
                      $('.ModuleSearch .SearchInput').filter(function() {
                        $(this).removeAttr('onkeypress');
                        var name = "search";
                        lang_focus(name, this);
                      });
                      $(".ModuleSearch .SearchInput").on("keypress", function(e) {
                        if (e.keyCode == 13) {
                          $('.ModuleSearch .SearchButton').trigger('click');
                          return false;
                        }
                      });
                      $('.MailingListCol2 input[type="text"]').filter(function() {
                        $(this).removeAttr('onkeypress');
                        var name = $(this).parent().prev().text();
                        lang_focus(name, this);
                      });
                      $('textarea').filter(function() {
                        $(this).removeAttr('onkeypress');
                        var name = $(this).parents('tr').prev().find('span').text();
                        lang_focus(name, this);
                      });
                      if ($('.EditSubscriberConfirmation').css('display') === 'block') {
                        $.fancybox({
                          content: $('.EditSubscriberConfirmation[style*="block"]'),
                          minHeight: 20,
                          wrapCSS: 'fancy-confirm'
                        });
                      }
                      $("a.fancybox").fancybox();
                      $('a.video').fancybox({
                        type: 'iframe',
                        'height': 464,
                        'width': 853
                      });
                      $('a.fancyhtml').fancybox({
                        type: 'inline',
                        padding: 20
                      });
                      // MAIN NAV MEGAMENU
                      $('.NewMainNav .level1 > li, .MobileNav .level1 > li').each(function() {
                        var sectionClass = $(this).find('>a').text().split(' ').shift();
                        $(this).addClass(sectionClass);
                      });
                      $('.FooterNav ul.level1 > li > a:contains("News")').unwrap('<li>').insertAfter($('.FooterNav a:contains("Company")').next()).addClass('NewsLink');
                      // MEGAMENU IMAGES
                      $('.NewMainNav .Markets .level2 > li > a').each(function() {
                        var imageName = $(this).text();
                        imageName = imageName.replace(/[^\w\s]/gi, ''); //remove specialchars
                        imageName = imageName.replace(/ /g, "-"); // replace space with dash
                        if (GetViewType() == 0) {
                          console.log('menu level2 market image-', imageName);
                        }
                        $(this).prepend('<img src="//s28.q4cdn.com/689791248/files/images/megamenu/markets/' + imageName + '.jpg">');
                      });
                      $('.NewMainNav .Organization .level2 > li > a').each(function() {
                        var imageName = $(this).text();
                        imageName = imageName.replace(/[^\w\s]/gi, ''); //remove specialchars
                        imageName = imageName.replace(/ /g, "-"); // replace space with dash
                        if (GetViewType() == 0) {
                          console.log('menu level2 Org image-', imageName);
                        }
                        $(this).prepend('<img src="//s28.q4cdn.com/689791248/files/images/megamenu/organization/' + imageName + '.jpg">');
                      });
                      $('.NewMainNav .Company > .level2').prepend('<img src="//s28.q4cdn.com/689791248/files/images/megamenu/Company.jpg">');
                      $('.NewMainNav .News > .level2').prepend('<img src="//s28.q4cdn.com/689791248/files/images/megamenu/Company.jpg">');
                      $('.NewMainNav .Investor > .level2').prepend('<img src="//s28.q4cdn.com/689791248/files/images/megamenu/Investors.jpg">');
                      $('.NewMainNav li.has-children').hover(function() {
                        $(this).find('>ul').show();
                      }, function() {
                        $(this).find('>ul').hide();
                      });
                      // BACK TO TOP
                      $('.BackToTop a').click(function() {
                        $('body,html').animate({
                          scrollTop: 0
                        }, 800);
                        return false;
                      });
                      // PRINT
                      $('.PrintPage').on('click', 'a', function(e) {
                        e.preventDefault();
                        window.print();
                      });
                      // Latest Presentation Thumb link
                      var presLink = $(".BoxPresentation .hrefPresentation").attr("href");
                      $('.BoxPresentation .ModuleThumbnailLink').attr({
                        href: presLink,
                        target: "_blank"
                      });
                      // INNER STOCK
                      $('.StockHeader .StockDescription3').children().wrap('<a href="' + $('.StockHeader .StockPrice').attr('href') + '" />');
                      // Make stock box clickable
                      //var StockPageLink = $('.HomeStock .StockPrice').attr('href');
                      //$('.HomeStock').wrap('<a class="HomeStockLink" href="'+StockPageLink+'" />');
                      // ADD TITLES TO NAV MODULES
                      $('.NavLevel3').length ? $('.NavLevel3').prepend('<h1>Quick Links</h1>') : '';
                      $('.CareersNav').length ? $('.CareersNav').prepend('<h1>Careers</h1>') : '';
                      // NAV: REMOVE LI FOR "INVESTOR RELATIONS (IR SITE)" & REMOVE "(CORP SITE)" TEXT
                      $("nav ul.level1 > li").each(function() {
                        if ($(this).children('a:contains("(IR SITE)")').length > 0) {
                          $(this).hide();
                        }
                        if ($(this).children('a:contains("(CORP SITE)")').length > 0) {
                          var nuLabel = $(this).children('a').text().replace('(CORP SITE)', '');
                          $(this).children('a').text(nuLabel);
                        }
                      });
                      // MOBILE NAV
                      $('.MobileNav .has-children > a').on('click', function(e) {
                        var $this = $(this),
                          $parent = $this.parent();
                        if (!$parent.hasClass('open')) {
                          e.preventDefault();
                          $parent.addClass('open').find('>ul').slideDown();
                          $parent.siblings().removeClass('open').find('>ul').slideUp();
                          $parent.siblings().find('.open').removeClass('open').find('ul').hide();
                        }
                        if ($(this).is('.level2 a')) {
                          $(this).closest('.level1 > .has-children').addClass('disableArrow');
                        }
                        if ($(this).is('.level1 > li > a')) {
                          $parent.siblings().removeClass('disableArrow');
                        }
                        $('.MobileNav').removeClass('firstOpen');
                      });
                      $('.NavTrigger').on('click', function() {
                        if ($(this).hasClass('open')) {
                          $('.MobileNav .open').removeClass('open').find('>ul').hide();
                          $('.MobileNav').removeClass('firstOpen');
                          $('.MobileNav .disableArrow').removeClass('disableArrow');
                        } else {
                          $('.MobileNav').addClass('firstOpen');
                        }
                        $(this).toggleClass('open');
                        $('.MobileNav').slideToggle();
                        if ($('.SearchTrigger').hasClass('open')) {
                          $('.SearchTrigger').removeClass('open');
                          $('.ModuleSearch').hide();
                        }
                      });
                      // HEADER IMAGE BG
                      if ($('.HeaderImageContainer img').length) {
                        $(".HeaderImageContainer").css("background-image", 'url("' + $('.HeaderImageContainer').find('img').attr('src') + '")');
                        $('.HeaderImageContainer img').hide();
                      }
                      // SEARCH TOGGLE
                      // $('.ModuleSearch .ModuleContainerInner').append('<i class="fa fa-search"></i>');
                      $('.SearchTrigger').on('click', function() {
                        $('.ModuleSearch').toggleClass('mobile-search');
                        $(this).toggleClass('open');
                        if ($('.NavTrigger').hasClass('open')) {
                          $('.NavTrigger').removeClass('open');
                          $('.MobileNav .disableArrow').removeClass('disableArrow');
                          $('.MobileNav').removeClass('firstOpen').hide().find('.open').removeClass('open').find('>ul').hide();
                        }
                      });
                      $('.ModuleSearch').on('click', '.fa', function() {
                        $(this).closest('.ModuleSearch').toggleClass('search-open');
                        // $('.SearchButton').trigger('click');
                      });
                    });
                    if (location.href.indexOf('/news/press-releases/news-release-details/2019/Curtiss-wright-Receives-Multi-million-Dollar-Contract-for-Systems-on-Japans-New-Frigates') > -1) {
                      window.location = "https://www.curtisswright.com/news/press-releases/default.aspx";
                    }
                    if (location.href.indexOf('/news/press-releases/news-release-details/2019/Curtiss-wright-Receives-Multi-million-Dollar-Contract-for-Systems-on-Japans-New-Frigates/default.aspx') > -1) {
                      window.location = "https://www.curtisswright.com/news/press-releases/default.aspx";
                    }
                  </script>
                </div>
              </span><span class="HeaderPaneDiv4">
                <div id="_ctrl0_ctl15_divModuleContainer" class="ClientLogo">
                  <a href="https://curtisswright.com/home/default.aspx" id="_ctrl0_ctl15_hrefLink"><img src="//s28.q4cdn.com/689791248/files/design/logo.png" id="_ctrl0_ctl15_img1" border="0" alt="Curtis Wright"></a><br></div>
              </span><span class="HeaderPaneDiv5">
                <nav class="NewMainNav">
                  <ul class="level1">
                    <li class="has-children Organization"><a href="https://curtisswright.com/organization/default.aspx">Organization</a>
                      <ul class="level2">
                        <li class="has-children">
                          <a href="https://curtisswright.com/organization/aerospace-industrial/default.aspx"><img src="//s28.q4cdn.com/689791248/files/images/megamenu/organization/Aerospace--Industrial.jpg">Aerospace &amp; Industrial</a>
                          <ul class="level3">
                            <li><a href="http://www.cw-actuationgroup.com/">Actuation Division</a></li>
                            <li><a href="https://www.cw-industrialgroup.com/">Industrial Division</a></li>
                            <li><a href="http://www.cw-sensorsgroup.com/">Sensors Division</a></li>
                            <li><a href="http://cwst.com/">Surface Technologies Division</a></li>
                          </ul>
                        </li>
                        <li class="has-children"><a href="https://curtisswright.com/organization/defense-electronics/default.aspx"><img src="//s28.q4cdn.com/689791248/files/images/megamenu/organization/Defense-Electronics.jpg">Defense Electronics</a>
                          <ul class="level3">
                            <li><a href="https://www.curtisswrightds.com/">Defense Solutions division</a></li>
                          </ul>
                        </li>
                        <li class="has-children"><a href="https://curtisswright.com/organization/naval-power/default.aspx"><img src="//s28.q4cdn.com/689791248/files/images/megamenu/organization/Naval--Power.jpg">Naval &amp; Power</a>
                          <ul class="level3">
                            <li><a href="http://www.cw-ems.com/"><span class="movelink">EMS Division</span></a></li>
                            <li><a href="http://www.cwnuclear.com/home/default.aspx">Nuclear Division</a></li>
                            <li><a href="https://www.cw-valvegroup.com/">Valves Division</a></li>
                          </ul>
                        </li>
                      </ul>
                    </li>
                    <li class="has-children Markets"><a href="https://curtisswright.com/markets/default.aspx">Markets</a>
                      <ul class="level2">
                        <li class="has-children"><a href="https://curtisswright.com/markets/defense/default.aspx"><img src="//s28.q4cdn.com/689791248/files/images/megamenu/markets/Defense.jpg">Defense</a>
                          <ul class="level3">
                            <li><a href="https://curtisswright.com/markets/defense/naval-defense/default.aspx">Naval Defense</a></li>
                            <li><a href="https://curtisswright.com/markets/defense/aerospace-defense/default.aspx">Aerospace Defense</a></li>
                            <li><a href="https://curtisswright.com/markets/defense/ground-defense/default.aspx">Ground Defense</a></li>
                          </ul>
                        </li>
                        <li><a href="https://curtisswright.com/markets/commercial-aerospace/default.aspx"><img src="//s28.q4cdn.com/689791248/files/images/megamenu/markets/Commercial-Aerospace.jpg">Commercial Aerospace</a></li>
                        <li><a href="https://curtisswright.com/markets/power-process/default.aspx"><img src="//s28.q4cdn.com/689791248/files/images/megamenu/markets/Power--Process.jpg">Power &amp; Process</a></li>
                        <li><a href="https://curtisswright.com/markets/general-industrial/default.aspx"><img src="//s28.q4cdn.com/689791248/files/images/megamenu/markets/General-Industrial.jpg">General Industrial</a></li>
                      </ul>
                    </li>
                    <li class="has-children Company"><a href="https://curtisswright.com/company/default.aspx">Company</a>
                      <ul class="level2"><img src="//s28.q4cdn.com/689791248/files/images/megamenu/Company.jpg">
                        <li><a href="https://curtisswright.com/company/history/default.aspx">History</a></li>
                        <li><a href="https://curtisswright.com/company/facilities/default.aspx">Facilities</a></li>
                        <li><a href="https://curtisswright.com/company/products-services/default.aspx">Products / Services</a></li>
                        <li><a href="https://curtisswright.com/company/employees/default.aspx">Employees</a></li>
                        <li><a href="https://curtisswright.com/company/suppliers/default.aspx">Suppliers</a></li>
                        <li class="has-children"><a href="https://curtisswright.com/company/sustainability/default.aspx">Sustainability</a>
                          <ul class="level3">
                            <li><a href="https://curtisswright.com/company/sustainability/environmental/default.aspx">Environmental</a></li>
                            <li><a href="https://curtisswright.com/company/sustainability/social/default.aspx">Social</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/governance/default.aspx">Corporate Governance</a></li>
                          </ul>
                        </li>
                      </ul>
                    </li>
                    <li class="News"><a href="https://curtisswright.com/news/default.aspx">News</a></li>
                    <li class="has-children Investor"><a href="https://curtisswright.com/investor-relations/overview/default.aspx">Investor Relations </a>
                      <ul class="level2"><img src="//s28.q4cdn.com/689791248/files/images/megamenu/Investors.jpg">
                        <li><a href="https://curtisswright.com/investor-relations/overview/default.aspx">Overview</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/stock-information/stock-quote-chart/default.aspx">Stock Quote/Chart</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/financials/quarterly-results/default.aspx">Quarterly Results</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/financials/annual-reports-and-proxy/default.aspx">Annual Report and Proxy</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/financials/sec-filings/default.aspx">SEC Filings</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/events-and-presentations/default.aspx">Events and Webcasts</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/governance/default.aspx">Corporate Governance</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/stock-information/analyst-coverage/default.aspx">Analyst Coverage</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/resources/default.aspx">Shareholder Resources</a></li>
                      </ul>
                    </li>
                    <li class="has-children Investor" style="display: none;"><a href="https://curtisswright.com/investor-relations/overview/default.aspx">Investor Relations (IR SITE)</a>
                      <ul class="level2"><img src="//s28.q4cdn.com/689791248/files/images/megamenu/Investors.jpg">
                        <li><a href="https://curtisswright.com/investor-relations/overview/default.aspx">Overview</a></li>
                        <li class="has-children"><a href="https://curtisswright.com/investor-relations/stock-information/stock-quote-chart/default.aspx">Stock Information</a>
                          <ul class="level3">
                            <li><a href="https://curtisswright.com/investor-relations/stock-information/stock-quote-chart/default.aspx">Stock Quote &amp; Chart</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/stock-information/dividend-history/default.aspx">Dividend History</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/stock-information/analyst-coverage/default.aspx">Analyst Coverage</a></li>
                          </ul>
                        </li>
                        <li class="has-children"><a href="https://curtisswright.com/investor-relations/financials/quarterly-results/default.aspx">Financials</a>
                          <ul class="level3">
                            <li><a href="https://curtisswright.com/investor-relations/financials/quarterly-results/default.aspx">Quarterly Results</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/financials/annual-reports-and-proxy/default.aspx">Annual Report and Proxy</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/financials/sec-filings/default.aspx">SEC Filings</a></li>
                            <li><a href="//s28.q4cdn.com/689791248/files/doc_financials/2021/CW-2021-Segment-Reorg-Historical-Financials.xlsx">Segment Historical Financials</a></li>
                          </ul>
                        </li>
                        <li><a href="https://curtisswright.com/investor-relations/events-and-presentations/default.aspx">Events and Presentations</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/news/default.aspx">News</a></li>
                        <li class="has-children"><a href="https://curtisswright.com/investor-relations/governance/default.aspx">Governance</a>
                          <ul class="level3">
                            <li><a href="https://curtisswright.com/investor-relations/governance/executive-management/default.aspx">Executive Management</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/governance/board-of-directors/default.aspx">Board of Directors</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/governance/committee-composition/default.aspx">Committee Compositions</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/governance/governance-documents/default.aspx">Governance Documents</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/governance/annual-meeting/default.aspx">Annual Meeting</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/governance/contact-the-board/default.aspx">Contact the Board</a></li>
                          </ul>
                        </li>
                        <li class="has-children"><a href="https://curtisswright.com/investor-relations/resources/investor-faq/default.aspx">Resources</a>
                          <ul class="level3">
                            <li><a href="https://curtisswright.com/investor-relations/resources/investor-faq/default.aspx">Investor FAQs</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/resources/email-alerts/default.aspx">Email Alerts</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/resources/request-printed-materials/default.aspx">Request Printed Materials</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/resources/contact-ir/default.aspx">Contact IR</a></li>
                          </ul>
                        </li>
                      </ul>
                    </li>
                    <li class="has-children Careers"><a href="https://careers.curtisswright.com/">Careers</a>
                      <ul class="level2">
                        <li><a href="https://recruiting.adp.com/srccar/public/RTI.home?d=ExternalCareerSite&amp;c=1127007" target="_blank">Job Opportunities Search</a></li>
                      </ul>
                    </li>
                  </ul>
                </nav>
              </span><span class="HeaderPaneDiv6">
                <div id="_ctrl0_ctl21_divModuleContainer" class="BlankModuleContainer NavTrigger"> Menu <span class="button"><span class="line"></span><span class="line"></span><span class="line"></span></span>
                </div>
              </span><span class="HeaderPaneDiv7">
                <div id="_ctrl0_ctl24_divModuleContainer" class="BlankModuleContainer SearchTrigger">
                  <i class="fa fa-search"></i>
                </div>
              </span><span class="HeaderPaneDiv8">
                <div id="_ctrl0_ctl27_divModuleContainer" class="ModuleContainer ModuleSearch">
                  <h1 id="_ctrl0_ctl27_lblTitle"><span id="_ctrl0_ctl27_lblModuleTitle" class="ModuleTitle"><span class="hidden">Search</span><i class="fa fa-search"></i></span></h1>
                  <div class="ModuleContainerInnerTop">
                    <div class="ModuleContainerInner">
                      <span id="_ctrl0_ctl27_lblSearchText" class="SearchText fa fa-times"></span><input name="_ctrl0$ctl27$txtSearchInput" type="text" id="_ctrl0_ctl27_txtSearchInput" class="SearchInput" value="">
                      <input type="submit" name="_ctrl0$ctl27$btnSearch" value="" id="_ctrl0_ctl27_btnSearch" class="ModuleButton SearchButton">
                    </div>
                  </div>
                </div>
              </span><span class="HeaderPaneDiv9">
                <div id="_ctrl0_ctl30_divModuleContainer" class="HtmlTextContainer SocialHeaderLinks">
                  <div class="ContentContainer">
                    <ul>
                      <li><a class="linkedIn" href="https://www.linkedin.com/company/curtiss-wright-corporation" target="_blank" title="Join us on LinkedIn"></a></li>
                      <li><a class="youTube" href="https://www.youtube.com/channel/UCjABpaGnRQwRAYdk7YloaSg" target="_blank" title="Join us on YouTube"></a></li>
                    </ul>
                  </div>
                </div>
              </span><span class="HeaderPaneDiv10">
                <div id="_ctrl0_ctl33_RightBlock" class="RightColumnBlock"></div>
                <div id="_ctrl0_ctl33_divModuleContainer" class="HeaderLinks">
                  <ul id="_ctrl0_ctl33_qlList" class="HeaderLinks">
                    <li class="QuickLinkRow"><a target="_self" href="https://curtisswright.com/contact/default.aspx">Contact Us</a>
                      <span class="QuickLinkSeparator" style="display:none">|</span>
                    </li>
                    <li class="QuickLinkRowAlt"><a target="_blank" href="https://careers.curtisswright.com/">Careers</a>
                      <span class="QuickLinkSeparator" style="display:none">|</span>
                    </li>
                    <li class="QuickLinkRow"><a target="_self" href="https://curtisswright.com/company/employees/default.aspx">Employees</a>
                    </li>
                  </ul>
                </div>
              </span><span class="HeaderPaneDiv11">
                <nav class="MobileNav">
                  <ul class="level1">
                    <li class="has-children Organization"><a href="https://curtisswright.com/organization/default.aspx">Organization</a>
                      <ul class="level2">
                        <li class="has-children"><a href="https://curtisswright.com/organization/aerospace-industrial/default.aspx">Aerospace &amp; Industrial</a>
                          <ul class="level3">
                            <li><a href="http://www.cw-actuationgroup.com/">Actuation Division</a></li>
                            <li><a href="https://www.cw-industrialgroup.com/">Industrial Division</a></li>
                            <li><a href="http://www.cw-sensorsgroup.com/">Sensors Division</a></li>
                            <li><a href="http://cwst.com/">Surface Technologies Division</a></li>
                          </ul>
                        </li>
                        <li class="has-children"><a href="https://curtisswright.com/organization/defense-electronics/default.aspx">Defense Electronics</a>
                          <ul class="level3">
                            <li><a href="https://www.curtisswrightds.com/">Defense Solutions division</a></li>
                          </ul>
                        </li>
                        <li class="has-children"><a href="https://curtisswright.com/organization/naval-power/default.aspx">Naval &amp; Power</a>
                          <ul class="level3">
                            <li><a href="http://www.cw-ems.com/"><span class="movelink">EMS Division</span></a></li>
                            <li><a href="http://www.cwnuclear.com/home/default.aspx">Nuclear Division</a></li>
                            <li><a href="https://www.cw-valvegroup.com/">Valves Division</a></li>
                          </ul>
                        </li>
                      </ul>
                    </li>
                    <li class="has-children Markets"><a href="https://curtisswright.com/markets/default.aspx">Markets</a>
                      <ul class="level2">
                        <li class="has-children"><a href="https://curtisswright.com/markets/defense/default.aspx">Defense</a>
                          <ul class="level3">
                            <li><a href="https://curtisswright.com/markets/defense/naval-defense/default.aspx">Naval Defense</a></li>
                            <li><a href="https://curtisswright.com/markets/defense/aerospace-defense/default.aspx">Aerospace Defense</a></li>
                            <li><a href="https://curtisswright.com/markets/defense/ground-defense/default.aspx">Ground Defense</a></li>
                          </ul>
                        </li>
                        <li><a href="https://curtisswright.com/markets/commercial-aerospace/default.aspx">Commercial Aerospace</a></li>
                        <li><a href="https://curtisswright.com/markets/power-process/default.aspx">Power &amp; Process</a></li>
                        <li><a href="https://curtisswright.com/markets/general-industrial/default.aspx">General Industrial</a></li>
                      </ul>
                    </li>
                    <li class="has-children Company"><a href="https://curtisswright.com/company/default.aspx">Company</a>
                      <ul class="level2">
                        <li><a href="https://curtisswright.com/company/history/default.aspx">History</a></li>
                        <li><a href="https://curtisswright.com/company/facilities/default.aspx">Facilities</a></li>
                        <li><a href="https://curtisswright.com/company/products-services/default.aspx">Products / Services</a></li>
                        <li><a href="https://curtisswright.com/company/employees/default.aspx">Employees</a></li>
                        <li><a href="https://curtisswright.com/company/suppliers/default.aspx">Suppliers</a></li>
                        <li class="has-children"><a href="https://curtisswright.com/company/sustainability/default.aspx">Sustainability</a>
                          <ul class="level3">
                            <li><a href="https://curtisswright.com/company/sustainability/environmental/default.aspx">Environmental</a></li>
                            <li><a href="https://curtisswright.com/company/sustainability/social/default.aspx">Social</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/governance/default.aspx">Corporate Governance</a></li>
                          </ul>
                        </li>
                      </ul>
                    </li>
                    <li class="News"><a href="https://curtisswright.com/news/default.aspx">News</a></li>
                    <li class="has-children Investor"><a href="https://curtisswright.com/investor-relations/overview/default.aspx">Investor Relations </a>
                      <ul class="level2">
                        <li><a href="https://curtisswright.com/investor-relations/overview/default.aspx">Overview</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/stock-information/stock-quote-chart/default.aspx">Stock Quote/Chart</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/financials/quarterly-results/default.aspx">Quarterly Results</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/financials/annual-reports-and-proxy/default.aspx">Annual Report and Proxy</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/financials/sec-filings/default.aspx">SEC Filings</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/events-and-presentations/default.aspx">Events and Webcasts</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/governance/default.aspx">Corporate Governance</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/stock-information/analyst-coverage/default.aspx">Analyst Coverage</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/resources/default.aspx">Shareholder Resources</a></li>
                      </ul>
                    </li>
                    <li class="has-children Investor" style="display: none;"><a href="https://curtisswright.com/investor-relations/overview/default.aspx">Investor Relations (IR SITE)</a>
                      <ul class="level2">
                        <li><a href="https://curtisswright.com/investor-relations/overview/default.aspx">Overview</a></li>
                        <li class="has-children"><a href="https://curtisswright.com/investor-relations/stock-information/stock-quote-chart/default.aspx">Stock Information</a>
                          <ul class="level3">
                            <li><a href="https://curtisswright.com/investor-relations/stock-information/stock-quote-chart/default.aspx">Stock Quote &amp; Chart</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/stock-information/dividend-history/default.aspx">Dividend History</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/stock-information/analyst-coverage/default.aspx">Analyst Coverage</a></li>
                          </ul>
                        </li>
                        <li class="has-children"><a href="https://curtisswright.com/investor-relations/financials/quarterly-results/default.aspx">Financials</a>
                          <ul class="level3">
                            <li><a href="https://curtisswright.com/investor-relations/financials/quarterly-results/default.aspx">Quarterly Results</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/financials/annual-reports-and-proxy/default.aspx">Annual Report and Proxy</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/financials/sec-filings/default.aspx">SEC Filings</a></li>
                            <li><a href="//s28.q4cdn.com/689791248/files/doc_financials/2021/CW-2021-Segment-Reorg-Historical-Financials.xlsx">Segment Historical Financials</a></li>
                          </ul>
                        </li>
                        <li><a href="https://curtisswright.com/investor-relations/events-and-presentations/default.aspx">Events and Presentations</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/news/default.aspx">News</a></li>
                        <li class="has-children"><a href="https://curtisswright.com/investor-relations/governance/default.aspx">Governance</a>
                          <ul class="level3">
                            <li><a href="https://curtisswright.com/investor-relations/governance/executive-management/default.aspx">Executive Management</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/governance/board-of-directors/default.aspx">Board of Directors</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/governance/committee-composition/default.aspx">Committee Compositions</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/governance/governance-documents/default.aspx">Governance Documents</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/governance/annual-meeting/default.aspx">Annual Meeting</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/governance/contact-the-board/default.aspx">Contact the Board</a></li>
                          </ul>
                        </li>
                        <li class="has-children"><a href="https://curtisswright.com/investor-relations/resources/investor-faq/default.aspx">Resources</a>
                          <ul class="level3">
                            <li><a href="https://curtisswright.com/investor-relations/resources/investor-faq/default.aspx">Investor FAQs</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/resources/email-alerts/default.aspx">Email Alerts</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/resources/request-printed-materials/default.aspx">Request Printed Materials</a></li>
                            <li><a href="https://curtisswright.com/investor-relations/resources/contact-ir/default.aspx">Contact IR</a></li>
                          </ul>
                        </li>
                      </ul>
                    </li>
                    <li class="has-children Careers"><a href="https://careers.curtisswright.com/">Careers</a>
                      <ul class="level2">
                        <li><a href="https://recruiting.adp.com/srccar/public/RTI.home?d=ExternalCareerSite&amp;c=1127007" target="_blank">Job Opportunities Search</a></li>
                      </ul>
                    </li>
                  </ul>
                </nav>
              </span><span class="HeaderPaneDiv1">
                <div id="_ctrl0_ctl63_divModuleContainer" class="BlankModuleContainer">
                  <script type="text/javascript" src="//s28.q4cdn.com/689791248/files/js/jquery-cycle2-min.js"></script>
                  <script type="text/javascript" src="//s28.q4cdn.com/689791248/files/js/jquery-cycle2-swipe-min.js"></script>
                  <script type="text/javascript" src="//s28.q4cdn.com/689791248/files/js/slick-min.js"></script>
                  <link rel="stylesheet" href="//s28.q4cdn.com/689791248/files/css/slick.css">
                  <script src="//q4widgets.q4web.com/chart/modules/highstock.js"></script>
                  <script type="text/javascript">
                    if (location.href.indexOf('cwcontrols.com') > -1) {
                      window.location = "http://www.curtisswright.com/"
                    }
                    $(document).ready(function() {
                      $('.HomeSlider ul').on('cycle-post-initialize', function(event, optionHash) {
                        $(this).find('.sliderPopup').slideDown();
                      });
                      $('.HomeSlider ul').on('cycle-before', function(event, optionHash, outgoingSlideEl, incomingSlideEl, forwardFlag) {
                        $(this).find('.sliderPopup').hide();
                      });
                      $('.HomeSlider ul').on('cycle-after', function(event, optionHash, outgoingSlideEl, incomingSlideEl, forwardFlag) {
                        $(this).find('.sliderPopup').slideDown();
                      });
                      $('.NewsSlider .ModuleContainerInner').slick({
                        slide: '.ModuleItemRow',
                        dots: true,
                        customPaging: function(slider, i) {
                          return '<button type="button" data-role="none">' + (i + 1) + '</button>';
                        },
                        responsive: [{
                          breakpoint: 767,
                          settings: {
                            dots: false,
                            arrows: false
                          }
                        }]
                      });
                      $('.HomeImageBoxes .ModuleItemRow:contains("Annual Report")').find('a').attr('target', '_blank');
                      $('.HomeSlider ul').after('<div id="SliderNav" />').cycle({
                        timeout: 8000,
                        pager: '#SliderNav',
                        slides: '>li',
                        fx: 'none',
                        pagerTemplate: '<a href=#></a>',
                        pagerActiveClass: 'activeSlide',
                        autoHeight: false,
                        pauseOnHover: true
                      });
                      // STOCK BOX CLICK
                      var StockPageLink = $('.HomeStock .StockPrice').attr('href');
                      $('.HomeStock, .StockChart').on('click', function(e) {
                        var target = $(e.target);
                        if (!target.is('.refreshQuote')) {
                          location.href = StockPageLink;
                        }
                      });
                      var chartLeft, chartRight,
                        //Chart 1
                        //////////////////////////////////////////////////////////////////////////////////////////////////////////
                        defense = 56, //Defense
                        commercialindustrial = 11, //Commercial Aerospace
                        energy = 18, //Power & Process
                        industry = 15 //General Industrial
                      //////////////////////////////////////////////////////////////////////////////////////////////////////////
                      ;
                      chartLeft = new Highcharts.Chart({
                        tooltip: {
                          enabled: false
                        },
                        chart: {
                          renderTo: 'homechart',
                          backgroundColor: "#FFFFFF",
                          borderRadius: 0,
                          marginRight: 0,
                          marginLeft: 120,
                          marginBottom: 0,
                          height: 151,
                          width: 282
                        },
                        colors: ['#8aab2d', '#00adee', '#f6921e', '#767676', ],
                        credits: {
                          href: "",
                          text: ""
                        },
                        plotOptions: {
                          pie: {
                            point: {
                              events: {
                                legendItemClick: function() {
                                  return false; // <== returning false will cancel the default action
                                }
                              }
                            },
                            cursor: 'arrow',
                            showInLegend: true,
                            dataLabels: {
                              formatter: function() {
                                return Math.round(this.point.percentage) + "%";
                              },
                              distance: -25,
                              color: "#fff"
                            }
                          }
                        },
                        legend: {
                          align: "left",
                          borderWidth: 0,
                          useHTML: true,
                          enabled: true,
                          floating: false,
                          itemMarginBottom: 0,
                          itemMarginTop: 0,
                          layout: "vertical",
                          padding: 0,
                          margin: 0,
                          symbolPadding: 0,
                          symbolWidth: 0,
                          verticalAlign: "middle",
                          width: null,
                          x: 0,
                          y: 0
                        },
                        title: null,
                        series: [{
                          pointPadding: 0,
                          groupPadding: 0,
                          type: 'pie',
                          name: "title",
                          data: [
                            ['<span style="color:#8aab2d;font-family:Arial,sans-serif">Defense</span>', defense],
                            ['<span style="color:#00adee;font-family:Arial,sans-serif">Commercial Aerospace</span>', commercialindustrial],
                            ['<span style="color:#f6921e;font-family:Arial,sans-serif">Power & Process</span>', energy],
                            ['<span style="color:#767676;font-family:Arial,sans-serif">General Industrial</span>', industry]
                          ]
                        }]
                      });
                    });
                  </script>
                </div>
              </span></span></div>
        </div>
        <div class="PaneNavigation"><span class="NavigationPaneDiv7">
            <div id="_ctrl0_ctl81_divModuleContainer" class="BlankModuleContainer HomeSlider">
              <ul id="slider" class="" style="position: relative;">
                <li style="background-image: url(&quot;//s28.q4cdn.com/689791248/files/design/header_news-releases_en.jpg&quot;); position: absolute; top: 0px; left: 0px; z-index: 100; opacity: 1; display: block; visibility: visible;"
                  class="cycle-slide cycle-slide-active">
                  <a href="/investor-relations/financials/quarterly-results/default.aspx">
                        <div class="SliderContent">
                            <h1>Curtiss-Wright Reports Fourth Quarter 2023 Financial Results</h1>
                        </div>
                    </a>
                  <!--<li style="background-image: url(//s28.q4cdn.com/689791248/files/design/header_news-releases_en.jpg); position: absolute; top: 0px; left: 0px; z-index: 99; opacity: 1; display: block; visibility: hidden;" class="cycle-slide">
                    <a href="/news/press-releases/news-release-details/2021/Curtiss-Wright-Hosts-Virtual-Investor-Day-and-Provides-New-Long-Term-Strategy-and-Financial-Guidance/default.aspx">
                        <div class="SliderContent">
                            <h1>Curtiss-Wright Hosts Virtual Investor Day and Provides New Long-Term Strategy and Financial Guidance	</h1>
                        </div>
                    </a>-->
                </li>
                <li style="background-image: url(&quot;//s28.q4cdn.com/689791248/files/images/homepage-slider-image02_v2.jpg&quot;); position: absolute; top: 0px; left: 0px; z-index: 99; visibility: hidden; opacity: 1; display: block;"
                  class="cycle-slide">
                  <a href="/organization/default.aspx">
                <div class="SliderContent">
                    <h1><span style="color:#6D6F71">GLOBAL INTEGRATED COMPANY</span></h1>
                    <div class="sliderPopup" style="display: block;">
                        <h3>Curtiss-Wright has a long tradition of providing state-of-the-art, reliable solutions through
                            trusted customer relationships to the commercial, industrial, defense and energy markets.
                            <b><span class="blue">&gt;&gt;</span></b></h3>
                    </div>
                </div>
            </a>
                </li>
                <li style="background-image: url(//s28.q4cdn.com/689791248/files/images/homepage-slider-image01.jpg); position: absolute; top: 0px; left: 0px; z-index: 97; visibility: hidden; opacity: 1; display: block;" class="cycle-slide">
                  <a href="/markets/default.aspx">
                <span class="SliderContent">
                    <h1>STRATEGICALLY BALANCED FOR GROWTH</h1>
                    <div class="sliderPopup" style="display: block;">
                        <h3>Uniquely Diversified Market Offerings</h3>
                        <p>Curtiss-Wright is growing shareholder value through leadership in strategically aligned global
                            markets supporting defense, energy and commercial/industrial customers. <b><span class="blue">&gt;&gt;</span></b>
                        </p>
                    </div>
                </span>
            </a>
                </li>
                <li style="background-image: url(//s28.q4cdn.com/689791248/files/images/homepage-slider-image03.jpg); position: absolute; top: 0px; left: 0px; z-index: 96; visibility: hidden; opacity: 1; display: block;" class="cycle-slide">
                  <a href="/investor-relations/overview/default.aspx">
                <div class="SliderContent">
                    <h1>WHY INVEST?</h1>
                    <div class="sliderPopup" style="display: block;">
                        <h3>Successful Growth Strategy. Dedication to Delivering Technologies that Matter. Focused on
                            Driving Long-term Shareholder Value.</h3>
                        <p>Fundamental to our long-term growth is our dedication to delivering advanced, engineered
                            technologies that are reliable, responsive, flexible, and affordable to address the most
                            critical challenges facing our customers.
                            <br class="hideTablet"> We provide <i><b>technologies that matter</b></i>. <b><span class="blue">&gt;&gt;</span></b></p>
                    </div>
                </div>
            </a>
                </li>
              </ul>
              <div id="SliderNav"><a href="#" class="activeSlide"></a><a href="#"></a><a href="#"></a><a href="#"></a></div>
              <div id="SliderNav"></div>
            </div>
          </span></div>
        <div class="PaneHeader2"><span class="HeaderPane2Div13">
            <div id="_ctrl0_ctl39_divModuleContainer" class="Breadcrumb">
              <div class="BreadcrumbInner"><a href="https://curtisswright.com/home/default.aspx" id="_ctrl0_ctl39_hrefHome" class="BreadcrumbHomeLink">Home</a></div>
            </div>
          </span></div>
      </div>
      <div class="PaneContentInner clearfix">
        <div class="PaneLeft"><span class="LeftPaneDiv"></span></div>
        <div class="PaneContent"><span class="ContentPaneDiv"><span class="ContentPaneDiv2">
              <div id="_ctrl0_ctl66_divModuleContainer" class="ModuleContainer ModuleListContainer ModuleDownloadListWithTags HomeImageBoxes clearfix">
                <div id="_ctrl0_ctl66_divYears" class="ModuleYearNavContainer">
                  <div class="ModuleYearNavContainerInner">
                  </div>
                </div>
                <div class="ModuleContainerInnerTop">
                  <div class="ModuleContainerInner">
                    <div class="ModuleHeader">
                      <span id="_ctrl0_ctl66_repeaterContent_ctl00_lblThumbnailHeader" class="ModuleHeaderText ModuleHeaderThumbnail">Thumb</span>
                      <span id="_ctrl0_ctl66_repeaterContent_ctl00_lblHeader2" class="ModuleHeaderText ModuleHeaderText2">Download</span>
                    </div>
                    <div class="ModuleItemRow ModuleItem">
                      <a href="/company/default.aspx" target="_self" id="_ctrl0_ctl66_repeaterContent_ctl01_hrefThumbnail" class="ModuleThumbnail"><img src="//s28.q4cdn.com/689791248/files/images/wrightflighter.jpg" id="_ctrl0_ctl66_repeaterContent_ctl01_imgThumbnail" class="ModuleThumbnailImage" alt=""></a>
                      <a href="/company/default.aspx" target="_self" id="_ctrl0_ctl66_repeaterContent_ctl01_hrefReport2" class="ModuleHeadlineLink"><span class="ModuleHeadline">Our Company</span></a>
                      <span id="_ctrl0_ctl66_repeaterContent_ctl01_lblFileSize" class="ModuleFileSizeText"></span>
                      <span class="ModuleIcon"></span>
                    </div>
                    <span id="_ctrl0_ctl66_repeaterContent_ctl02_divider" class="ModuleSeparator"></span>
                    <div class="ModuleItemRow ModuleItemAlt">
                      <a href="/files/doc_financials/annual/2022/index.html" id="_ctrl0_ctl66_repeaterContent_ctl03_hrefThumbnail" class="ModuleThumbnail" target="_blank"><img src="//s28.q4cdn.com/689791248/files/doc_downloads/2023/03/Annual_Meeting/Annual-Report-wide2022.png" id="_ctrl0_ctl66_repeaterContent_ctl03_imgThumbnail" class="ModuleThumbnailImage" alt=""></a>
                      <a href="/files/doc_financials/annual/2022/index.html" id="_ctrl0_ctl66_repeaterContent_ctl03_hrefReport2" target="_blank" class="ModuleHeadlineLink"><span class="ModuleHeadline">2022 Annual Report</span></a>
                      <span id="_ctrl0_ctl66_repeaterContent_ctl03_lblFileSize" class="ModuleFileSizeText"></span>
                      <span class="ModuleIcon"></span>
                    </div>
                    <div class="ModuleFooter">
                    </div>
                  </div>
                  <div class="ModuleNotFound"></div>
                </div>
              </div>
            </span><span class="ContentPaneDiv3"><span id="_ctrl0_ctl69_lblDisplayType" style="display: none">Latest</span>
              <div id="_ctrl0_ctl69_divModuleContainer" class="ModuleContainer ModulePressReleaseLatest NewsSlider">
                <div class="RssLinkTopContainer">
                </div>
                <h1 id="_ctrl0_ctl69_lblTitle" class="ModuleTitle">
                  <span id="_ctrl0_ctl69_lblModuleTitle" class="ModuleTitle">Recent News</span>
                </h1>
                <div class="ModuleContainerInnerTop">
                  <div class="ModuleContainerInner slick-initialized slick-slider">
                    <div class="slick-list draggable" tabindex="0">
                      <div class="slick-track" style="opacity: 1; width: 3710px; transform: translate3d(-530px, 0px, 0px);">
                        <div class="ModuleItemRow ModuleItem slick-slide slick-cloned" index="-1" style="width: 530px;">
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-to-Announce-Fourth-Quarter-and-Full-Year-2023-Financial-Results/default.aspx" id="" class="ModuleThumbnailLink">

                        </a>
                          <span class="ModuleHeadline"> Curtiss-Wright to Announce Fourth Quarter and Full-Year 2023 Financial Results </span>...
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-to-Announce-Fourth-Quarter-and-Full-Year-2023-Financial-Results/default.aspx" id="" class="ModuleHeadlineLink">&gt;&gt;</a>
                          <span class="ModuleDate">January 9, 2024</span>
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-to-Announce-Fourth-Quarter-and-Full-Year-2023-Financial-Results/default.aspx" id="" class="ModuleMoreLink">

                        </a>
                        </div>
                        <div class="ModuleItemRow ModuleItem slick-slide slick-active" index="0" style="width: 530px;">
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-to-Participate-in-Citi-2024-Global-Industrial-Tech-and-Mobility-Conference/default.aspx" id="_ctrl0_ctl69_repeaterContent_ctl01_hrefThumbnail" class="ModuleThumbnailLink">

                        </a>
                          <span class="ModuleHeadline"> Curtiss-Wright to Participate in Citi 2024 Global Industrial Tech and Mobility Conference </span>...
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-to-Participate-in-Citi-2024-Global-Industrial-Tech-and-Mobility-Conference/default.aspx" id="_ctrl0_ctl69_repeaterContent_ctl01_hrefHeadline" class="ModuleHeadlineLink">&gt;&gt;</a>
                          <span class="ModuleDate">February 16, 2024</span>
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-to-Participate-in-Citi-2024-Global-Industrial-Tech-and-Mobility-Conference/default.aspx" id="_ctrl0_ctl69_repeaterContent_ctl01_hrefMoreLink" class="ModuleMoreLink">

                        </a>
                        </div>
                        <div class="ModuleItemRow ModuleItemAlt slick-slide" index="1" style="width: 530px;">
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-Reports-Fourth-Quarter-and-Full-Year-2023-Financial-Results-Issues-Full-Year-2024-Guidance-Reflecting-Strong-Growth-in-Sales-EPS-and-Free-Cash-Flow/default.aspx" id="_ctrl0_ctl69_repeaterContent_ctl03_hrefThumbnail" class="ModuleThumbnailLink">

                        </a>
                          <span class="ModuleHeadline"> Curtiss-Wright Reports Fourth Quarter and Full-Year 2023 Financial Results; Issues Full-Year 2024 Guidance Reflecting Strong Growth in Sales, EPS and Free Cash Flow </span>...
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-Reports-Fourth-Quarter-and-Full-Year-2023-Financial-Results-Issues-Full-Year-2024-Guidance-Reflecting-Strong-Growth-in-Sales-EPS-and-Free-Cash-Flow/default.aspx" id="_ctrl0_ctl69_repeaterContent_ctl03_hrefHeadline" class="ModuleHeadlineLink">&gt;&gt;</a>
                          <span class="ModuleDate">February 14, 2024</span>
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-Reports-Fourth-Quarter-and-Full-Year-2023-Financial-Results-Issues-Full-Year-2024-Guidance-Reflecting-Strong-Growth-in-Sales-EPS-and-Free-Cash-Flow/default.aspx" id="_ctrl0_ctl69_repeaterContent_ctl03_hrefMoreLink" class="ModuleMoreLink">

                        </a>
                        </div>
                        <div class="ModuleItemRow ModuleItem slick-slide" index="2" style="width: 530px;">
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-Signs-Subsea-Seal-Less-Canned-Motor-Boosting-System-Agreement-With-Petrobras/default.aspx" id="_ctrl0_ctl69_repeaterContent_ctl05_hrefThumbnail" class="ModuleThumbnailLink">

                        </a>
                          <span class="ModuleHeadline"> Curtiss-Wright Signs Subsea Seal-Less Canned Motor Boosting System Agreement With Petrobras </span>...
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-Signs-Subsea-Seal-Less-Canned-Motor-Boosting-System-Agreement-With-Petrobras/default.aspx" id="_ctrl0_ctl69_repeaterContent_ctl05_hrefHeadline" class="ModuleHeadlineLink">&gt;&gt;</a>
                          <span class="ModuleDate">February 12, 2024</span>
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-Signs-Subsea-Seal-Less-Canned-Motor-Boosting-System-Agreement-With-Petrobras/default.aspx" id="_ctrl0_ctl69_repeaterContent_ctl05_hrefMoreLink" class="ModuleMoreLink">

                        </a>
                        </div>
                        <div class="ModuleItemRow ModuleItemAlt slick-slide" index="3" style="width: 530px;">
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-Declares-Dividend-of-0.20-Per-Share-for-Common-Stock/default.aspx" id="_ctrl0_ctl69_repeaterContent_ctl07_hrefThumbnail" class="ModuleThumbnailLink">

                        </a>
                          <span class="ModuleHeadline"> Curtiss-Wright Declares Dividend of $0.20 Per Share for Common Stock </span>...
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-Declares-Dividend-of-0.20-Per-Share-for-Common-Stock/default.aspx" id="_ctrl0_ctl69_repeaterContent_ctl07_hrefHeadline" class="ModuleHeadlineLink">&gt;&gt;</a>
                          <span class="ModuleDate">February 8, 2024</span>
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-Declares-Dividend-of-0.20-Per-Share-for-Common-Stock/default.aspx" id="_ctrl0_ctl69_repeaterContent_ctl07_hrefMoreLink" class="ModuleMoreLink">

                        </a>
                        </div>
                        <div class="ModuleItemRow ModuleItem slick-slide" index="4" style="width: 530px;">
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-to-Announce-Fourth-Quarter-and-Full-Year-2023-Financial-Results/default.aspx" id="_ctrl0_ctl69_repeaterContent_ctl09_hrefThumbnail" class="ModuleThumbnailLink">

                        </a>
                          <span class="ModuleHeadline"> Curtiss-Wright to Announce Fourth Quarter and Full-Year 2023 Financial Results </span>...
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-to-Announce-Fourth-Quarter-and-Full-Year-2023-Financial-Results/default.aspx" id="_ctrl0_ctl69_repeaterContent_ctl09_hrefHeadline" class="ModuleHeadlineLink">&gt;&gt;</a>
                          <span class="ModuleDate">January 9, 2024</span>
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-to-Announce-Fourth-Quarter-and-Full-Year-2023-Financial-Results/default.aspx" id="_ctrl0_ctl69_repeaterContent_ctl09_hrefMoreLink" class="ModuleMoreLink">

                        </a>
                        </div>
                        <div class="ModuleItemRow ModuleItem slick-slide slick-cloned" index="5" style="width: 530px;">
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-to-Participate-in-Citi-2024-Global-Industrial-Tech-and-Mobility-Conference/default.aspx" id="" class="ModuleThumbnailLink">

                        </a>
                          <span class="ModuleHeadline"> Curtiss-Wright to Participate in Citi 2024 Global Industrial Tech and Mobility Conference </span>...
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-to-Participate-in-Citi-2024-Global-Industrial-Tech-and-Mobility-Conference/default.aspx" id="" class="ModuleHeadlineLink">&gt;&gt;</a>
                          <span class="ModuleDate">February 16, 2024</span>
                          <a href="https://curtisswright.com/news/press-releases/news-release-details/2024/Curtiss-Wright-to-Participate-in-Citi-2024-Global-Industrial-Tech-and-Mobility-Conference/default.aspx" id="" class="ModuleMoreLink">

                        </a>
                        </div>
                      </div>
                    </div>
                    <span id="_ctrl0_ctl69_repeaterContent_ctl02_divider" class="ModuleSeparator"></span>
                    <span id="_ctrl0_ctl69_repeaterContent_ctl04_divider" class="ModuleSeparator"></span>
                    <span id="_ctrl0_ctl69_repeaterContent_ctl06_divider" class="ModuleSeparator"></span>
                    <span id="_ctrl0_ctl69_repeaterContent_ctl08_divider" class="ModuleSeparator"></span>
                    <div class="ModuleFooter">
                    </div>
                    <div class="ModuleFooter">
                    </div>
                    <button type="button" data-role="none" class="slick-prev" style="display: block;">Previous</button><button type="button" data-role="none" class="slick-next" style="display: block;">Next</button>
                    <ul class="slick-dots" style="display: block;">
                      <li class="slick-active"><button type="button" data-role="none">1</button></li>
                      <li><button type="button" data-role="none">2</button></li>
                      <li><button type="button" data-role="none">3</button></li>
                      <li><button type="button" data-role="none">4</button></li>
                      <li><button type="button" data-role="none">5</button></li>
                    </ul>
                  </div>
                  <div class="RssLinkBottomContainer">
                  </div>
                  <div class="ModuleNotFound">
                  </div>
                </div>
              </div>
            </span></span></div>
        <div class="PaneRight clearfix"><span class="RightPaneDiv"><span class="RightPaneDiv4">
              <div id="_ctrl0_ctl72_divModuleContainer" class="HomeStock">
                <div class="clearfix">
                  <div class="titlePrice">
                    <h1 id="_ctrl0_ctl72_lblTitle"><span id="_ctrl0_ctl72_lblModuleTitle" class="ModuleTitle">NYSE: CW</span></h1>
                    <span id="_ctrl0_ctl72_lblDescription1" class="StockDescription1">(Common Stock)</span>
                    <a href="https://curtisswright.com/investor-relations/stock-information/stock-quote-chart/default.aspx" id="_ctrl0_ctl72_hrefPrice" class="StockPrice">243.75</a>
                  </div>
                  <div class="changePrice">
                    <span id="_ctrl0_ctl72_lblDescription2" class="StockDescription2">Change</span>
                    <span id="_ctrl0_ctl72_lblChange" class="StockChange StockPriceUp"><span class="StockIndicator StockIndicatorUp">+</span>1.00</span>
                    <span id="_ctrl0_ctl72_lblDescription3" class="StockDescription3">% Change</span>
                    <span id="_ctrl0_ctl72_lblPChange" class="StockPChange StockPriceUp"><span class="StockIndicator">+</span>0.41%</span>
                  </div>
                </div>
                <div class="clearfix disclaimer">
                  <span id="_ctrl0_ctl72_lblStockDate" class="StockDate">March 8, 2024</span>
                  <span class="refreshQuote" onclick="javascript:location.reload()">Refresh quote <i class="fa fa-refresh"></i></span>
                </div>
                <span id="_ctrl0_ctl72_lblVolumeText" class="StockVolumeText">Volume: </span>
                <span id="_ctrl0_ctl72_lblVolume" class="StockVolume">13,244</span>
              </div>
            </span><span class="RightPaneDiv8">
              <div id="_ctrl0_ctl84_divModuleContainer" class="ModuleContainer StockChart StockChartContainer">
                <div class="ModuleContainerInnerTop">
                  <h1 id="_ctrl0_ctl84_lblTitle"><span id="_ctrl0_ctl84_lblModuleTitle" class="ModuleTitle">Stock Chart</span></h1>
                  <div class="StockChartImageContainer"><img
                      src="/StockChart.ashx?a=0oyDjFUFYLBqA16ZQ5cypsz%2bnO0Q8tUj7fYOLq1RxmtlAwzH5q64V%2fLW3ZUarvRP42z9qO%2bx9ZRQMuPbowylK45yolL18rZ8jd%2fKrfBssg2Nm%2bDoLcT9MZkUTdpCwJss29a781C%2bOfdl2HNL2wrV2hPeX8rsXSvleKt0SRgrpN4onotmOLUUkTiYExD9zFapAjXHgeDx84hTosNLp11pE2iqz418HPCACR9VU5V6cK%2bU7jHoQt6UCwj8zT7T%2bC%2b9Md2InHZHmoUcab%2faHSTEueDOHkxisOf3MsQUJ0OZPRj1ZBHWxbLxmYsaYMfXwnN7sxTI6GAvAN4KTRIkx5u3IYnOiT%2fBrUD7h31ETI7a%2b4bQ8OuEvizFtfOaTQnT3ETYUmg0ddZx%2fS0snH9hLfsz0GRXOJ%2bURGbhA0g1QvDCg52aSILEvZvghnzshJKSUC3lIhwCEJm7UDRLV1OG%2baDZ6vS8CuuaEnXt95AQcG4A5vWqXfAYx0RMN1TeWen7CLHDatXjOLBUtpo7%2bpqk7dJKyaWlFyug1NH%2b4shlruDx39wHHRHsx0kdI3ChZ44VUzIQktrLv6SZ3A76Ks9UnufM25X4mZcufCrfdlLOApeLQ%2b3CsRQMAZNiJbHb6BYG17IhgDNV5yqhgSywaPm8btWo4MAr1gdlbOVgD8%2bffM5JleP0HoZ%2fGFFWkueaTMjq3kxLTTCaz2mtDOX7Eha%2f9Z8EIFN9FioceOyQAgUzv6I4jCf1g%2bCDpEDjHl98QQUzyUBJzKt1jN7feCudrnaHH5z3WF3uU5z3UjmVcesQz1Rq0fe3K7featb6%2fStmINskfg0MIouK8UwyVi0CCR7mj%2f5h95HRbKwiRXi061qWl6gtNQ1zeoUDD3f68iRaoLrbMqyuFOwryatdbe2%2fpUg%2fyLoYjYZOs7x4Z0XhV08C8Mp%2f1qrGljdvTMxw9geGtDizW4pFYONmHc%2fteIoZVIdUr%2fikaLKnWpAcW80dDSGH8IzrCdXXvFAS%2fRWg%2fFZcYAldh1eQOPprx8W0XyYHCPSaE%2bQvVXTt%2bzxhln4pQu7N1yiUKwCIGAoUG%2bCXpiiYBMjOgCSvxiz%2fZVTB1qIrS4MAk3F7zrrSntmvitIOBS4fIljQRD3LjVkBzJGdvkRERw4otPU5f9cuPkF%2bBQSNTmV1sCfTwLtfXwelerl8BFy1HUmkUS6F5npPIM5XG5OlMs6U1URFES0JdOSeGLTBT6XyUB9s5mP7zO%2fuolBg8WCbnKLGinYsutxBSxfJVtZ%2firsnRtksO88UnpbeqrdgFCwlGaCKAZhF6TNq7f1c2EdVdpdSAJdivLazIi8DmwN%2bAiPfq4J2rshWZ8Fs2a42VLfU5LR%2fRAYpwvxjXPkNCwAT07yQGBk%3d"
                      class="StockChartImage"></div>
                  <div class="DisclaimerContainer">
                    <span id="_ctrl0_ctl84_lblDisclaimer" style="font-size:X-Small;"></span>
                  </div>
                </div>
              </div>
            </span></span></div>
        <div class="PaneBreadcrumb"></div>
      </div>
    </div>
    <div class="FooterContainer">
      <div class="PaneFooter">
        <div class="FooterInner"><span class="FooterPaneDiv"><span class="FooterPaneDiv5">
              <div id="_ctrl0_ctl75_divModuleContainer" class="BlankModuleContainer HomeMarkets">
                <h1 id="_ctrl0_ctl75_lblTitle">
                  <span id="_ctrl0_ctl75_lblModuleTitle" class="ModuleTitle"><a href="/markets/default.aspx">MARKETS</a></span>
                </h1>
                <div class="clearfix MarketBoxHolder" style="margin: 0px auto;">
                  <div class="MarketBox">
                    <a href="/markets/defense/default.aspx">
            <h3>DEFENSE</h3>
            <img alt="" src="//s28.q4cdn.com/689791248/files/images/home-markets-thumb1.jpg">
        <p>Customers rely on Curtiss-Wright’s long-standing relationships and established reputation as a trusted supplier of advanced technology for platforms and programs on land, at sea and in the air. <span class="blue"><b>&gt;&gt;</b></span></p>
        </a>
                  </div>
                  <div class="MarketBox">
                    <a href="/markets/commercial-aerospace/default.aspx">
        <h3>COMMERCIAL AEROSPACE</h3>
            <img alt="" src="//s28.q4cdn.com/689791248/files/images/home-markets-thumb2.jpg">
        <p>Curtiss-Wright ensures the reliability of commercial passenger aircraft for travelers around the world. <span class="blue"><b>&gt;&gt;</b></span>
        </p>
        </a>
                  </div>
                  <div class="MarketBox">
                    <a href="/markets/power-process/default.aspx">
        <h3>POWER &amp; PROCESS</h3>
            <img alt="" src="//s28.q4cdn.com/689791248/files/images/home-markets-thumb3.jpg">
        <p>Curtiss-Wright supports the upgrade of existing nuclear power plants globally to meet the need for reliable, inexpensive power, and provides critical, advanced technologies to the next generation of nuclear reactors. <span class="blue"><b>&gt;&gt;</b></span>
        </p>
        </a>
                  </div>
                  <!--<div class="MarketBox">
        <a href="/markets/oil-and-gas/default.aspx">
        <h3>OIL AND GAS</h3>
            <img alt="" src="//s28.q4cdn.com/689791248/files/images/home-markets-thumb4.jpg" />
        <p>Curtiss-Wright provides advances in performance, safety and reliability through innovative technologies, services and systems. <span class="blue"><b>&gt;&gt;</b></span>
        </p>
        </a>
    </div>-->
                  <div class="MarketBox">
                    <a href="/markets/general-industrial/default.aspx">
        <h3>GENERAL INDUSTRIAL</h3>
            <img alt="" src="//s28.q4cdn.com/689791248/files/images/home-markets-thumb5.jpg">
        <p>Curtiss-Wright industrial technologies and products deliver high value performance, dependability and safety in extreme operating environments. <span class="blue"><b>&gt;&gt;</b></span>
        </p>
        </a>
                  </div>
                </div>
              </div>
            </span><span class="FooterPaneDiv6">
              <div id="_ctrl0_ctl78_divModuleContainer" class="HtmlTextContainer HomeTech">
                <h1 id="_ctrl0_ctl78_lblTitle">
                  <span id="_ctrl0_ctl78_lblModuleTitle" class="ModuleTitle"><a href="/organization/default.aspx">ORGANIZATION</a></span>
                </h1>
                <div class="ContentContainer">
                  <div class="TechBoxContainer">
                    <div class="TechBox Tech1 clearfix">
                      <a href="/organization/aerospace-industrial/default.aspx">
<div class="TechPhoto">
<img alt="" src="//s28.q4cdn.com/689791248/files/images/home-image-org1.jpg" class="desktop">
<img alt="" src="//s28.q4cdn.com/689791248/files/images/home-image-org1-mobile.jpg" class="mobile">
</div>
<div class="TechText">
<h3>Aerospace &amp; Industrial</h3>
<p>Curtiss-Wright provides leading edge sensors, controls, sub-systems and mission critical components, as well as critical services and industry-leading valves, to commercial aerospace, commercial and specialty vehicles, and a broad range of general industrial markets.<b> <span class="blue">&gt;&gt;</span></b>
</p>
</div>
</a>
                    </div>
                    <div class="TechBox Tech2 clearfix">
                      <a href="/organization/defense-electronics/default.aspx">
<div class="TechPhoto">
<img alt="" src="//s28.q4cdn.com/689791248/files/images/home-image-org2.jpg" class="desktop">
<img alt="" src="//s28.q4cdn.com/689791248/files/images/home-image-org2-mobile.jpg" class="mobile">
</div>
<div class="TechText">
<h3>Defense Electronics</h3>
<p>Curtiss-Wright provides our nation, and several international defense forces, with vital aerospace and ground defense systems and support, reflecting our diversification and strong presence on key military platforms. <b><span class="blue">&gt;&gt;</span></b>
</p>
</div>
</a>
                    </div>
                    <div class="TechBox Tech3 clearfix">
                      <a href="/organization/naval-power/default.aspx">
<div class="TechPhoto">
<img alt="" src="//s28.q4cdn.com/689791248/files/images/homeimageDefense_470x146.jpg" class="desktop" style="height: 147px;">
<img alt="" src="//s28.q4cdn.com/689791248/files/images/homeimageDefense_689x108.jpg" class="mobile" style="width: 689px; height: 109px;">
</div>
<div class="TechText">
<h3>Naval &amp; Power</h3>
<p>Curtiss-Wright provides leading edge technologies that are relied upon to enhance our customers’ safety, reliability and performance in the most demanding environments within the commercial nuclear power and naval defense industries.<b><span class="blue">&gt;&gt;</span></b>
</p>
</div>
</a>
                    </div>
                  </div>
                  <style></style><br>
                  <style></style><br>
                  <style></style><br>
                  <style></style><br>
                  <style></style>
                  <style></style>
                  <style></style>
                  <style></style>
                </div>
              </div>
            </span><span class="FooterPaneDiv9">
              <div id="_ctrl0_ctl87_divModuleContainer" class="BlankModuleContainer HomeBottomBlocks clearfix">
                <div class="ContentContainer">
                  <div class="WhyInvest HomeBlock">
                    <a href="/investor-relations/overview/why-invest/">
    <h3>WHY INVEST?<br>
<br>
</h3>
    <p><b>Successful Growth Strategy. Dedication to Delivering Technologies that Matter. Focused on Driving Long-term Shareholder Value</b>
        <br> As we continue to grow our business, we remain focused on delivering advanced, engineered technologies that are reliable, responsive, flexible and affordable to address the most critical challenges facing our customers. We provide <i><b>technologies that matter</b></i>. <b><span class="blue">&gt;&gt;</span></b>
    </p>
    </a>
                  </div>
                  <div class="Strategic HomeBlock">
                    <a href="/markets/default.aspx">
    <h3>STRATEGIC <br>
APPROACH</h3>
    <p>Curtiss-Wright’s integrated approach to driving our core technologies and solutions into critical markets has positioned the Company to benefit from the global economic expansion.*&nbsp;<b><span class="blue">&gt;&gt;</span></b>
    </p>
    </a>
                    <div id="homechart" data-highcharts-chart="0">
                      <div class="highcharts-container" id="highcharts-0"
                        style="position: relative; overflow: hidden; width: 282px; height: 151px; text-align: left; line-height: normal; z-index: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Verdana, Arial, Helvetica, sans-serif; font-size: 12px;">
                        <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="282" height="151">
                          <desc>Created with Highstock 1.3.7</desc>
                          <defs>
                            <clipPath id="highcharts-1">
                              <rect fill="none" x="0" y="0" width="162" height="141"></rect>
                            </clipPath>
                          </defs>
                          <rect rx="0" ry="0" fill="#FFFFFF" x="0" y="0" width="282" height="151"></rect>
                          <g class="highcharts-series-group" zindex="3">
                            <g class="highcharts-series highcharts-tracker" visibility="visible" zindex="0.1" transform="translate(120,10) scale(1 1)" style="cursor:arrow;">
                              <path fill="#8aab2d" d="M 80.98767777117644 10.00000125485392 A 60.5 60.5 0 1 1 58.77276642026692 126.76899756874994 L 81 70.5 A 0 0 0 1 0 81 70.5 Z" stroke="#FFFFFF" stroke-width="1" stroke-linejoin="round"
                                transform="translate(0,0)"></path>
                              <path fill="#00adee" d="M 58.71650854569221 126.74674220437831 A 60.5 60.5 0 0 1 28.01080322370263 99.69580492130396 L 81 70.5 A 0 0 0 0 0 81 70.5 Z" stroke="#FFFFFF" stroke-width="1" stroke-linejoin="round"
                                transform="translate(0,0)"></path>
                              <path fill="#f6921e" d="M 27.981633918243475 99.64280113545796 A 60.5 60.5 0 0 1 32.02208953123575 34.98360538971174 L 81 70.5 A 0 0 0 0 0 81 70.5 Z" stroke="#FFFFFF" stroke-width="1" stroke-linejoin="round"
                                transform="translate(0,0)"></path>
                              <path fill="#767676" d="M 32.057630408879824 34.93464524560179 A 60.5 60.5 0 0 1 80.91596671374667 10.00005836030251 L 81 70.5 A 0 0 0 0 0 81 70.5 Z" stroke="#FFFFFF" stroke-width="1" stroke-linejoin="round"
                                transform="translate(0,0)"></path>
                            </g>
                            <g class="highcharts-markers" visibility="visible" zindex="0.1" transform="translate(120,10) scale(1 1)"></g>
                          </g>
                          <g class="highcharts-data-labels highcharts-tracker" visibility="visible" zindex="6" transform="translate(120,10) scale(1 1)" style="cursor:arrow;">
                            <g zindex="1" style="cursor:arrow;" transform="translate(101,67)" visibility="visible"><text x="3" y="15"
                                style="font-family:&quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:#fff;line-height:14px;fill:#fff;" zindex="1">
                                <tspan x="3">56%</tspan>
                              </text></g>
                            <g zindex="1" style="cursor:arrow;" transform="translate(43,87)" visibility="visible"><text x="3" y="15"
                                style="font-family:&quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:#fff;line-height:14px;fill:#fff;" zindex="1">
                                <tspan x="3">11%</tspan>
                              </text></g>
                            <g zindex="1" style="cursor:arrow;" transform="translate(31,58)" visibility="visible"><text x="3" y="15"
                                style="font-family:&quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:#fff;line-height:14px;fill:#fff;" zindex="1">
                                <tspan x="3">18%</tspan>
                              </text></g>
                            <g zindex="1" style="cursor:arrow;" transform="translate(50,29)" visibility="visible"><text x="3" y="15"
                                style="font-family:&quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:#fff;line-height:14px;fill:#fff;" zindex="1">
                                <tspan x="3">15%</tspan>
                              </text></g>
                          </g>
                          <g class="highcharts-legend" zindex="7" transform="translate(10,46)">
                            <g zindex="1">
                              <g>
                                <g class="highcharts-legend-item" zindex="1" transform="translate(0,-5)">
                                  <rect rx="2" ry="2" fill="#8aab2d" x="0" y="4" width="0" height="12" zindex="3"></rect>
                                </g>
                                <g class="highcharts-legend-item" zindex="1" transform="translate(0,10)">
                                  <rect rx="2" ry="2" fill="#00adee" x="0" y="4" width="0" height="12" zindex="3"></rect>
                                </g>
                                <g class="highcharts-legend-item" zindex="1" transform="translate(0,25)">
                                  <rect rx="2" ry="2" fill="#f6921e" x="0" y="4" width="0" height="12" zindex="3"></rect>
                                </g>
                                <g class="highcharts-legend-item" zindex="1" transform="translate(0,40)">
                                  <rect rx="2" ry="2" fill="#767676" x="0" y="4" width="0" height="12" zindex="3"></rect>
                                </g>
                              </g>
                            </g>
                          </g><text x="272" y="146" style="font-family:&quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Verdana, Arial, Helvetica, sans-serif;font-size:9px;cursor:pointer;color:#909090;fill:#909090;" text-anchor="end"
                            zindex="8"></text>
                        </svg>
                        <div class="highcharts-legend" style="position: absolute; left: 10px; top: 46px;">
                          <div class="null" style="position: absolute; left: 0px; top: 0px;">
                            <div class="null" style="position: absolute; left: 0px; top: 0px;">
                              <div class="highcharts-legend-item" style="position: absolute; left: 0px; top: -5px;"><span
                                  style="position: absolute; white-space: nowrap; font-family: &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; cursor: pointer; color: rgb(39, 75, 109); margin-left: 0px; margin-top: 0px; left: 0px; top: 2px; fill: rgb(39, 75, 109);"
                                  zindex="2"><span style="color:#8aab2d;font-family:Arial,sans-serif">Defense</span></span></div>
                              <div class="highcharts-legend-item" style="position: absolute; left: 0px; top: 10px;"><span
                                  style="position: absolute; white-space: nowrap; font-family: &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; cursor: pointer; color: rgb(39, 75, 109); margin-left: 0px; margin-top: 0px; left: 0px; top: 2px; fill: rgb(39, 75, 109);"
                                  zindex="2"><span style="color:#00adee;font-family:Arial,sans-serif">Commercial Aerospace</span></span></div>
                              <div class="highcharts-legend-item" style="position: absolute; left: 0px; top: 25px;"><span
                                  style="position: absolute; white-space: nowrap; font-family: &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; cursor: pointer; color: rgb(39, 75, 109); margin-left: 0px; margin-top: 0px; left: 0px; top: 2px; fill: rgb(39, 75, 109);"
                                  zindex="2"><span style="color:#f6921e;font-family:Arial,sans-serif">Power &amp; Process</span></span></div>
                              <div class="highcharts-legend-item" style="position: absolute; left: 0px; top: 40px;"><span
                                  style="position: absolute; white-space: nowrap; font-family: &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; cursor: pointer; color: rgb(39, 75, 109); margin-left: 0px; margin-top: 0px; left: 0px; top: 2px; fill: rgb(39, 75, 109);"
                                  zindex="2"><span style="color:#767676;font-family:Arial,sans-serif">General Industrial</span></span></div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                    <p style="font-size: 10px;">*2023 End Market Sales</p>
                  </div>
                  <div class="GlobalGrowth HomeBlock">
                    <a href="/company/facilities/default.aspx">
    <h3>ALIGNMENT WITH <br>
GLOBAL GROWTH</h3>
    <p>Curtiss-Wright's global presence spans more than 200 facilities, including high-growth and emerging markets such as Brazil, Russia, India and China, and is supported by strong sales and support teams and a vast distribution network. <b><span class="blue">&gt;&gt;</span></b>
    </p>
        <img alt="" src="//s28.q4cdn.com/689791248/files/images/home-world-map.jpg">
    </a>
                  </div>
                </div>
              </div>
            </span></span></div>
      </div>
      <div class="PaneFooter2">
        <div class="FooterInner"><span class="FooterPane2Div15">
            <nav class="FooterNav clearfix">
              <ul class="level1">
                <li class="has-children"><a href="https://curtisswright.com/organization/default.aspx">Organization</a>
                  <ul class="level2">
                    <li class="has-children"><a href="https://curtisswright.com/organization/aerospace-industrial/default.aspx">Aerospace &amp; Industrial</a>
                      <ul class="level3">
                        <li><a href="http://www.cw-actuationgroup.com/">Actuation Division</a></li>
                        <li><a href="https://www.cw-industrialgroup.com/">Industrial Division</a></li>
                        <li><a href="http://www.cw-sensorsgroup.com/">Sensors Division</a></li>
                        <li><a href="http://cwst.com/">Surface Technologies Division</a></li>
                      </ul>
                    </li>
                    <li class="has-children"><a href="https://curtisswright.com/organization/defense-electronics/default.aspx">Defense Electronics</a>
                      <ul class="level3">
                        <li><a href="https://www.curtisswrightds.com/">Defense Solutions division</a></li>
                      </ul>
                    </li>
                    <li class="has-children"><a href="https://curtisswright.com/organization/naval-power/default.aspx">Naval &amp; Power</a>
                      <ul class="level3">
                        <li><a href="http://www.cw-ems.com/"><span class="movelink">EMS Division</span></a></li>
                        <li><a href="http://www.cwnuclear.com/home/default.aspx">Nuclear Division</a></li>
                        <li><a href="https://www.cw-valvegroup.com/">Valves Division</a></li>
                      </ul>
                    </li>
                  </ul>
                </li>
                <li class="has-children"><a href="https://curtisswright.com/markets/default.aspx">Markets</a>
                  <ul class="level2">
                    <li class="has-children"><a href="https://curtisswright.com/markets/defense/default.aspx">Defense</a>
                      <ul class="level3">
                        <li><a href="https://curtisswright.com/markets/defense/naval-defense/default.aspx">Naval Defense</a></li>
                        <li><a href="https://curtisswright.com/markets/defense/aerospace-defense/default.aspx">Aerospace Defense</a></li>
                        <li><a href="https://curtisswright.com/markets/defense/ground-defense/default.aspx">Ground Defense</a></li>
                      </ul>
                    </li>
                    <li><a href="https://curtisswright.com/markets/commercial-aerospace/default.aspx">Commercial Aerospace</a></li>
                    <li><a href="https://curtisswright.com/markets/power-process/default.aspx">Power &amp; Process</a></li>
                    <li><a href="https://curtisswright.com/markets/general-industrial/default.aspx">General Industrial</a></li>
                  </ul>
                </li>
                <li class="has-children"><a href="https://curtisswright.com/company/default.aspx">Company</a>
                  <ul class="level2">
                    <li><a href="https://curtisswright.com/company/history/default.aspx">History</a></li>
                    <li><a href="https://curtisswright.com/company/facilities/default.aspx">Facilities</a></li>
                    <li><a href="https://curtisswright.com/company/products-services/default.aspx">Products / Services</a></li>
                    <li><a href="https://curtisswright.com/company/employees/default.aspx">Employees</a></li>
                    <li><a href="https://curtisswright.com/company/suppliers/default.aspx">Suppliers</a></li>
                    <li class="has-children"><a href="https://curtisswright.com/company/sustainability/default.aspx">Sustainability</a>
                      <ul class="level3">
                        <li><a href="https://curtisswright.com/company/sustainability/environmental/default.aspx">Environmental</a></li>
                        <li><a href="https://curtisswright.com/company/sustainability/social/default.aspx">Social</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/governance/default.aspx">Corporate Governance</a></li>
                      </ul>
                    </li>
                  </ul><a href="https://curtisswright.com/news/default.aspx" class="NewsLink">News</a>
                </li>
                <li class="has-children"><a href="https://curtisswright.com/investor-relations/overview/default.aspx">Investor Relations </a>
                  <ul class="level2">
                    <li><a href="https://curtisswright.com/investor-relations/overview/default.aspx">Overview</a></li>
                    <li><a href="https://curtisswright.com/investor-relations/stock-information/stock-quote-chart/default.aspx">Stock Quote/Chart</a></li>
                    <li><a href="https://curtisswright.com/investor-relations/financials/quarterly-results/default.aspx">Quarterly Results</a></li>
                    <li><a href="https://curtisswright.com/investor-relations/financials/annual-reports-and-proxy/default.aspx">Annual Report and Proxy</a></li>
                    <li><a href="https://curtisswright.com/investor-relations/financials/sec-filings/default.aspx">SEC Filings</a></li>
                    <li><a href="https://curtisswright.com/investor-relations/events-and-presentations/default.aspx">Events and Webcasts</a></li>
                    <li><a href="https://curtisswright.com/investor-relations/governance/default.aspx">Corporate Governance</a></li>
                    <li><a href="https://curtisswright.com/investor-relations/stock-information/analyst-coverage/default.aspx">Analyst Coverage</a></li>
                    <li><a href="https://curtisswright.com/investor-relations/resources/default.aspx">Shareholder Resources</a></li>
                  </ul>
                </li>
                <li class="has-children" style="display: none;"><a href="https://curtisswright.com/investor-relations/overview/default.aspx">Investor Relations (IR SITE)</a>
                  <ul class="level2">
                    <li><a href="https://curtisswright.com/investor-relations/overview/default.aspx">Overview</a></li>
                    <li class="has-children"><a href="https://curtisswright.com/investor-relations/stock-information/stock-quote-chart/default.aspx">Stock Information</a>
                      <ul class="level3">
                        <li><a href="https://curtisswright.com/investor-relations/stock-information/stock-quote-chart/default.aspx">Stock Quote &amp; Chart</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/stock-information/dividend-history/default.aspx">Dividend History</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/stock-information/analyst-coverage/default.aspx">Analyst Coverage</a></li>
                      </ul>
                    </li>
                    <li class="has-children"><a href="https://curtisswright.com/investor-relations/financials/quarterly-results/default.aspx">Financials</a>
                      <ul class="level3">
                        <li><a href="https://curtisswright.com/investor-relations/financials/quarterly-results/default.aspx">Quarterly Results</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/financials/annual-reports-and-proxy/default.aspx">Annual Report and Proxy</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/financials/sec-filings/default.aspx">SEC Filings</a></li>
                        <li><a href="//s28.q4cdn.com/689791248/files/doc_financials/2021/CW-2021-Segment-Reorg-Historical-Financials.xlsx">Segment Historical Financials</a></li>
                      </ul>
                    </li>
                    <li><a href="https://curtisswright.com/investor-relations/events-and-presentations/default.aspx">Events and Presentations</a></li>
                    <li><a href="https://curtisswright.com/investor-relations/news/default.aspx">News</a></li>
                    <li class="has-children"><a href="https://curtisswright.com/investor-relations/governance/default.aspx">Governance</a>
                      <ul class="level3">
                        <li><a href="https://curtisswright.com/investor-relations/governance/executive-management/default.aspx">Executive Management</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/governance/board-of-directors/default.aspx">Board of Directors</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/governance/committee-composition/default.aspx">Committee Compositions</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/governance/governance-documents/default.aspx">Governance Documents</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/governance/annual-meeting/default.aspx">Annual Meeting</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/governance/contact-the-board/default.aspx">Contact the Board</a></li>
                      </ul>
                    </li>
                    <li class="has-children"><a href="https://curtisswright.com/investor-relations/resources/investor-faq/default.aspx">Resources</a>
                      <ul class="level3">
                        <li><a href="https://curtisswright.com/investor-relations/resources/investor-faq/default.aspx">Investor FAQs</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/resources/email-alerts/default.aspx">Email Alerts</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/resources/request-printed-materials/default.aspx">Request Printed Materials</a></li>
                        <li><a href="https://curtisswright.com/investor-relations/resources/contact-ir/default.aspx">Contact IR</a></li>
                      </ul>
                    </li>
                  </ul>
                </li>
                <li class="has-children"><a href="https://careers.curtisswright.com/">Careers</a>
                  <ul class="level2">
                    <li><a href="https://recruiting.adp.com/srccar/public/RTI.home?d=ExternalCareerSite&amp;c=1127007" target="_blank">Job Opportunities Search</a></li>
                  </ul>
                </li>
              </ul>
            </nav>
          </span><span class="FooterPane2Div19">
            <div class="PrintPage">
              <a href="/home/default.aspx?print=1" id="_ctrl0_ctl54_lnkPrintPage" class="PrintPageLink" target="_blank"><img src="//s28.q4cdn.com/689791248/files/design/print_en.gif" id="_ctrl0_ctl54_imgPrintPage" border="0" class="PrintPageImage"></a>
            </div>
          </span><span class="FooterPane2Div20">
            <div id="_ctrl0_ctl57_divModuleContainer" class="HtmlTextContainer BackToTop">
              <div class="ContentContainer">
                <a href="#top">BACK TO TOP</a>
              </div>
            </div>
          </span></div>
      </div>
      <div class="PaneQ4Footer">
        <div class="FooterInner"><span class="Q4FooterDiv16">
            <div id="_ctrl0_ctl45_divModuleContainer" class="HtmlTextContainer Copyright">
              <div class="ContentContainer"> © 2017 Curtiss-Wright Corporation <span class="blockMobile"><span class="hideMobile">I </span><a href="/terms-of-use/default.aspx">Terms of Use</a>&nbsp;I
                </span><a href="/privacy-notice/default.aspx">Privacy Notice</a>&nbsp;I <!-- <a href="/screening-policy/default.aspx">Screening Policy</a>  I --> <a href="/sitemap/default.aspx"> Sitemap</a>
              </div>
            </div>
          </span><span class="Q4FooterDiv17">
            <div id="_ctrl0_ctl48_divModuleContainer" class="HtmlTextContainer FooterDesigned">
              <div class="ContentContainer">
                <a href="http://www.mentus.com" target="_blank">DESIGNED BY MENTUS</a>
              </div>
            </div>
          </span><span class="Q4FooterDiv18">
            <div style="color:#86807B;margin: auto; font-size: 10px; padding: 6px 0px 20px 0px;TEXT-ALIGN:center" class="Q4FooterContainer">
              <a href="http://q4inc.com/Powered-by-Q4/" id="_ctrl0_ctl51_hrefWebsiteRecording" style="font-size: 10px; color:#999;" target="_blank"><span id="_ctrl0_ctl51_lblWebsiteRecording" class="WebsiteRecording">Powered By Q4 Inc.</span>&nbsp;<span id="_ctrl0_ctl51_lblVersion" class="Version">5.117.0.11</span></a>
            </div>
          </span><span class="Q4FooterDiv47">
            <div id="_ctrl0_ctl60_divModuleContainer" class="ModuleContent">
              <div class="ModuleOuterContainer">
                <div class="ModuleInnerContainer">
                  <script type="text/javascript" src="https://www.bugherd.com/sidebarv2.js?apikey=0s71huaeimhha9curxrbng" async="true"></script>
                </div>
              </div>
            </div>
          </span></div>
      </div>
    </div>
  </div>
  <input type="hidden" name="__antiCSRF" id="__antiCSRF" value="">
</form>

Text Content


 * Organization
   * Aerospace & Industrial
     * Actuation Division
     * Industrial Division
     * Sensors Division
     * Surface Technologies Division
   * Defense Electronics
     * Defense Solutions division
   * Naval & Power
     * EMS Division
     * Nuclear Division
     * Valves Division
 * Markets
   * Defense
     * Naval Defense
     * Aerospace Defense
     * Ground Defense
   * Commercial Aerospace
   * Power & Process
   * General Industrial
 * Company
     
   * History
   * Facilities
   * Products / Services
   * Employees
   * Suppliers
   * Sustainability
     * Environmental
     * Social
     * Corporate Governance
 * News
 * Investor Relations
     
   * Overview
   * Stock Quote/Chart
   * Quarterly Results
   * Annual Report and Proxy
   * SEC Filings
   * Events and Webcasts
   * Corporate Governance
   * Analyst Coverage
   * Shareholder Resources
 * Investor Relations (IR SITE)
     
   * Overview
   * Stock Information
     * Stock Quote & Chart
     * Dividend History
     * Analyst Coverage
   * Financials
     * Quarterly Results
     * Annual Report and Proxy
     * SEC Filings
     * Segment Historical Financials
   * Events and Presentations
   * News
   * Governance
     * Executive Management
     * Board of Directors
     * Committee Compositions
     * Governance Documents
     * Annual Meeting
     * Contact the Board
   * Resources
     * Investor FAQs
     * Email Alerts
     * Request Printed Materials
     * Contact IR
 * Careers
   * Job Opportunities Search

Menu



SEARCH


 * 
 * 


 * Contact Us |
 * Careers |
 * Employees

 * Organization
   * Aerospace & Industrial
     * Actuation Division
     * Industrial Division
     * Sensors Division
     * Surface Technologies Division
   * Defense Electronics
     * Defense Solutions division
   * Naval & Power
     * EMS Division
     * Nuclear Division
     * Valves Division
 * Markets
   * Defense
     * Naval Defense
     * Aerospace Defense
     * Ground Defense
   * Commercial Aerospace
   * Power & Process
   * General Industrial
 * Company
   * History
   * Facilities
   * Products / Services
   * Employees
   * Suppliers
   * Sustainability
     * Environmental
     * Social
     * Corporate Governance
 * News
 * Investor Relations
   * Overview
   * Stock Quote/Chart
   * Quarterly Results
   * Annual Report and Proxy
   * SEC Filings
   * Events and Webcasts
   * Corporate Governance
   * Analyst Coverage
   * Shareholder Resources
 * Investor Relations (IR SITE)
   * Overview
   * Stock Information
     * Stock Quote & Chart
     * Dividend History
     * Analyst Coverage
   * Financials
     * Quarterly Results
     * Annual Report and Proxy
     * SEC Filings
     * Segment Historical Financials
   * Events and Presentations
   * News
   * Governance
     * Executive Management
     * Board of Directors
     * Committee Compositions
     * Governance Documents
     * Annual Meeting
     * Contact the Board
   * Resources
     * Investor FAQs
     * Email Alerts
     * Request Printed Materials
     * Contact IR
 * Careers
   * Job Opportunities Search




 * CURTISS-WRIGHT REPORTS FOURTH QUARTER 2023 FINANCIAL RESULTS


 * GLOBAL INTEGRATED COMPANY
   
   
   CURTISS-WRIGHT HAS A LONG TRADITION OF PROVIDING STATE-OF-THE-ART, RELIABLE
   SOLUTIONS THROUGH TRUSTED CUSTOMER RELATIONSHIPS TO THE COMMERCIAL,
   INDUSTRIAL, DEFENSE AND ENERGY MARKETS. >>


 * STRATEGICALLY BALANCED FOR GROWTH
   
   
   UNIQUELY DIVERSIFIED MARKET OFFERINGS
   
   Curtiss-Wright is growing shareholder value through leadership in
   strategically aligned global markets supporting defense, energy and
   commercial/industrial customers. >>


 * WHY INVEST?
   
   
   SUCCESSFUL GROWTH STRATEGY. DEDICATION TO DELIVERING TECHNOLOGIES THAT
   MATTER. FOCUSED ON DRIVING LONG-TERM SHAREHOLDER VALUE.
   
   Fundamental to our long-term growth is our dedication to delivering advanced,
   engineered technologies that are reliable, responsive, flexible, and
   affordable to address the most critical challenges facing our customers.
   We provide technologies that matter. >>



Home
Thumb Download
Our Company
2022 Annual Report


Latest


RECENT NEWS

Curtiss-Wright to Announce Fourth Quarter and Full-Year 2023 Financial Results
... >> January 9, 2024
Curtiss-Wright to Participate in Citi 2024 Global Industrial Tech and Mobility
Conference ... >> February 16, 2024
Curtiss-Wright Reports Fourth Quarter and Full-Year 2023 Financial Results;
Issues Full-Year 2024 Guidance Reflecting Strong Growth in Sales, EPS and Free
Cash Flow ... >> February 14, 2024
Curtiss-Wright Signs Subsea Seal-Less Canned Motor Boosting System Agreement
With Petrobras ... >> February 12, 2024
Curtiss-Wright Declares Dividend of $0.20 Per Share for Common Stock ... >>
February 8, 2024
Curtiss-Wright to Announce Fourth Quarter and Full-Year 2023 Financial Results
... >> January 9, 2024
Curtiss-Wright to Participate in Citi 2024 Global Industrial Tech and Mobility
Conference ... >> February 16, 2024


PreviousNext
 * 1
 * 2
 * 3
 * 4
 * 5





NYSE: CW

(Common Stock) 243.75
Change +1.00 % Change +0.41%
March 8, 2024 Refresh quote
Volume: 13,244


STOCK CHART






MARKETS


DEFENSE

Customers rely on Curtiss-Wright’s long-standing relationships and established
reputation as a trusted supplier of advanced technology for platforms and
programs on land, at sea and in the air. >>


COMMERCIAL AEROSPACE

Curtiss-Wright ensures the reliability of commercial passenger aircraft for
travelers around the world. >>


POWER & PROCESS

Curtiss-Wright supports the upgrade of existing nuclear power plants globally to
meet the need for reliable, inexpensive power, and provides critical, advanced
technologies to the next generation of nuclear reactors. >>


GENERAL INDUSTRIAL

Curtiss-Wright industrial technologies and products deliver high value
performance, dependability and safety in extreme operating environments. >>


ORGANIZATION


AEROSPACE & INDUSTRIAL

Curtiss-Wright provides leading edge sensors, controls, sub-systems and mission
critical components, as well as critical services and industry-leading valves,
to commercial aerospace, commercial and specialty vehicles, and a broad range of
general industrial markets. >>


DEFENSE ELECTRONICS

Curtiss-Wright provides our nation, and several international defense forces,
with vital aerospace and ground defense systems and support, reflecting our
diversification and strong presence on key military platforms. >>


NAVAL & POWER

Curtiss-Wright provides leading edge technologies that are relied upon to
enhance our customers’ safety, reliability and performance in the most demanding
environments within the commercial nuclear power and naval defense industries.>>






WHY INVEST?



Successful Growth Strategy. Dedication to Delivering Technologies that Matter.
Focused on Driving Long-term Shareholder Value
As we continue to grow our business, we remain focused on delivering advanced,
engineered technologies that are reliable, responsive, flexible and affordable
to address the most critical challenges facing our customers. We provide
technologies that matter. >>


STRATEGIC
APPROACH

Curtiss-Wright’s integrated approach to driving our core technologies and
solutions into critical markets has positioned the Company to benefit from the
global economic expansion.* >>

Created with Highstock 1.3.756%11%18%15%
Defense
Commercial Aerospace
Power & Process
General Industrial

*2023 End Market Sales


ALIGNMENT WITH
GLOBAL GROWTH

Curtiss-Wright's global presence spans more than 200 facilities, including
high-growth and emerging markets such as Brazil, Russia, India and China, and is
supported by strong sales and support teams and a vast distribution network. >>

 * Organization
   * Aerospace & Industrial
     * Actuation Division
     * Industrial Division
     * Sensors Division
     * Surface Technologies Division
   * Defense Electronics
     * Defense Solutions division
   * Naval & Power
     * EMS Division
     * Nuclear Division
     * Valves Division
 * Markets
   * Defense
     * Naval Defense
     * Aerospace Defense
     * Ground Defense
   * Commercial Aerospace
   * Power & Process
   * General Industrial
 * Company
   * History
   * Facilities
   * Products / Services
   * Employees
   * Suppliers
   * Sustainability
     * Environmental
     * Social
     * Corporate Governance
   News
 * Investor Relations
   * Overview
   * Stock Quote/Chart
   * Quarterly Results
   * Annual Report and Proxy
   * SEC Filings
   * Events and Webcasts
   * Corporate Governance
   * Analyst Coverage
   * Shareholder Resources
 * Investor Relations (IR SITE)
   * Overview
   * Stock Information
     * Stock Quote & Chart
     * Dividend History
     * Analyst Coverage
   * Financials
     * Quarterly Results
     * Annual Report and Proxy
     * SEC Filings
     * Segment Historical Financials
   * Events and Presentations
   * News
   * Governance
     * Executive Management
     * Board of Directors
     * Committee Compositions
     * Governance Documents
     * Annual Meeting
     * Contact the Board
   * Resources
     * Investor FAQs
     * Email Alerts
     * Request Printed Materials
     * Contact IR
 * Careers
   * Job Opportunities Search


BACK TO TOP
© 2017 Curtiss-Wright Corporation I Terms of Use I Privacy Notice I Sitemap
DESIGNED BY MENTUS
Powered By Q4 Inc. 5.117.0.11