Investor Contact Individual shareholders Shareholder Services 5205 N. O’Connor Blvd Suite 100 Irving, TX 75039
CATshareservices@cat.com 309.675.4619
Institutional shareholders/security analyst 5205 N. O’Connor Blvd Suite 100 Irving, TX 75039
CATir@CAT.com 309.675.4549
Email Alerts To opt-in for investor email alerts, please enter your email address in the field below and select at least one alert option. After submitting your request, you will receive an activation email to the requested email address. You must click the activation link in order to complete your subscription. You can sign up for additional alert options at any time.
At Caterpillar, we promise to treat your data with respect and will not share your information with any third party. You can unsubscribe to any of the investor alerts you are subscribed to by visiting the ‘unsubscribe’ section below. If you experience any issues with this process, please contact us for further assistance.
By providing your email address below, you are providing consent to Caterpillar to send you the requested Investor Email Alert updates.
* Required
Email Address *
Mailing Lists * News Releases Events Presentations SEC Filings End of Day Stock Quote
Enter the code shown above.
Email Alert Sign Up Confirmation
' /* beautify preserve:end */ ), location: '.pane--footer', submitText: 'Sign Up' } }, scrollingTable: function (selector) { $(selector).not(selector + ' table').wrap(''); }, meetingFancy: function ($selector, trigger) { var meetingCookie = sessionStorage.getItem('requestMeeting'); if (meetingCookie != 'closed') { $selector.removeClass('js--hidden'); } $selector.on('click', '.button--cookie', function () { $selector.addClass('js--hidden'); sessionStorage.setItem("requestMeeting", 'closed'); }); $selector.on('click', trigger, function (e) { e.preventDefault(); console.log(window.location.href.indexOf('/preview/') > -1); $.fancybox.open({ type: 'iframe', src: window.location.href.indexOf('/preview/') > -1 ? 'https://caterpillar2020ir.s4.q4web.com/preview/preview.aspx?SectionId=d00c884b-d234-43f5-b7e1-375db4a98e53&LanguageId=1&ResetDate=1' : '/request-meeting-iframe/default.aspx', opts: { margin: [10, 0], slideClass: 'fancybox-slide--form', parentEl: 'form' } }); }); window.addEventListener('message', function (event) { if (event.data == 'close-fancybox') { $.fancybox.close(); } }, false); }, disclaimer: function () { $('.nav').on('click keypress', 'a:contains("Retail Statistics")', function (e) { e.preventDefault(); $.fancybox.open({ src: '.module-disclaimer', type: 'inline', opts: { slideClass: 'fancybox-slide--no-padding', focus: false, onComplete: function () { $('.module-disclaimer').on('click', '.module-disclaimer_accept', function () { $.fancybox.close(); }); } } }); }); }, wrapInnerLinks: function () { $('.pane--right .module-links a').wrapInner(' '); }, catDataLayers: function () { var dataLayer = window.dataLayer = window.dataLayer || []; // footer alerts if ($('[id$="SubscriberConfirmation"] .module_container--inner').text().trim().length) { var signupContainer = $('[id$="SubscriberConfirmation"]:visible').closest('.pane--content') .legnth ? 'content' : 'footer'; dataLayer.push({ "event": "formSubmitted", "pagePath": window.location.pathname, "formName": signupContainer == 'content' ? 'investor email alerts' : 'footer email alerts', "formContent": null, "formContent2": null, 'formStatus': 'success', "formFieldCausingError": null, 'formLocation': signupContainer == 'content' ? 'investor-email-alerts' : ' footer-email-alerts' }); } }, otFooterToggle: function(targetUl) { var linkHtml = 'Cookie Settings '; $(targetUl).append(linkHtml); }, init: function () { var app = this; app.cleanUp(); app.submitOnEnter('.module-unsubscribe'); app.submitOnEnter('.module-search'); app.validateSubmit('.module-search'); app.superfish($('.nav--main .level2'), { cssArrows: false }); app.superfish($('.nav--secondary .level2'), { cssArrows: false }); app.mobileMenuToggle($('.layout'), '.pane--navigation', '.layout_toggle i'); app.cleanQuickLinks($('.module-links')); app.copyright($('.copyright_year')); app.reveal('.pane--header', '.module-search span > span', '.module-search .module_container--inner', false); app.docTracking(); app.fancySignup(); app.resetDate(['.nav a[href*="s4.q4web.com"]:not([href$=".pdf"])']); app.previewToolbar(); app.sections(); // app.contrast.init(); app.meetingFancy($('.module-cta'), '.button--meeting'); app.disclaimer(); app.wrapInnerLinks(); app.catDataLayers(); app.otFooterToggle('.corp-links ul'); } }); q4App.init(); /** * Insert label before targets * @param {string} target - element which needs a label * @param {string} labelText - text to be shown in the label */ function insertLabel(target, labelText) { $(target).each(function (i) { var id = $(this).attr('id'); var label = $(this).attr('aria-label') || labelText; if (!id) { id = Date.now().toString(36) + Math.random().toString(36).substring(2); $(this).attr('id', id); } $('' + label + ' ').insertBefore(this); }); } setTimeout(function () { $('a[target="_blank"]').each(function () { // Check if there is no span with the text "window" if ($(this).find('span:contains("window")').length === 0) { // Append the element to the anchor tag $(this).append('(opens in a new window) '); } }); $('#_ctrl0_ctl42_chkLists').attr('role', 'presentation'); $('#_ctrl0_ctl63_chkLists').attr('role', 'presentation'); $('#_ctrl0_ctl39_chkList').attr('role', 'presentation'); $('#_ctrl0_ctl39_chkLists').attr('role', 'presentation'); $('#_ctrl0_ctl66_List_ctl10_SystemCaptcha_Table1').attr('role', 'presentation'); $('.module-unsubscribe_table').attr('role', 'presentation'); var $fieldset = $(''); var $elementsToWrap = $('.module-subscribe_table-input.module-subscribe_list'); // Append the fieldset to the selected elements $elementsToWrap.wrap($fieldset); var legendElement = $('Email alert options '); // Select elements with the specified classes and insert the element before them $(".module-subscribe_table-input, .module-subscribe_list").each(function () { $(this).before(legendElement.clone()); }); $('#_ctrl0_ctl21_lblModuleTitle').attr('role', 'button') $('#_ctrl0_ctl21_lblModuleTitle').attr('aria-label', 'Site Search') $('.module-search .sr-only').removeAttr('aria-expanded') }, 1500)