Stock Information | Procter & Gamble Investor Relations (2024)

Stock Historical

' + '

' + '

Search Prices

' + '

' + '

' + '

' + '

' + '

' + '' + '

' + '

' + 'Ex: 1/1/2000' + 'Please enter a value' + 'Entered date is not valid' + '

' + '

' + '

' + '

' + '

' + '

' + '' + 'The Start Date should not be greater than the End Date.' + '

' + '

' + '

' + '

' + '' + '' + '' + '

' + '

' + '' + '' + '' + '

' + '

' + '

' + '

' + '

' + this.loadingMessage + '

' + '

    ' + '

    ' + '

    ' // @formatter:on /* beautify preserve:end */ ); }, stockTableClass: 'table table-bordered Tbl-HistoricResults irwResponsiveTable', stockHeader: ( /* beautify preserve:start */ // @formatter:off '

    ' + '' + 'Date' + 'Price ($)' + 'High ($)' + 'Low ($)' + 'Volume' + '' + '

    ' // @formatter:on /* beautify preserve:end */ ), stockTpl: ( /* beautify preserve:start */ // @formatter:off '

    ' + '{{day}}' + '{{last}}' + '{{high}}' + '{{low}}' + '{{volume}}' + '

    ' // @formatter:on /* beautify preserve:end */ ), onFirstLoad: function () { $('.irwEnterDate1 input, .irwEnterDate2 input').datepicker({ changeMonth: true, changeYear: true, dateFormat: 'm/d/yy', yearRange: '1990:c+10', onSelect: function (dateText, inst) { var isStartVal = inst.id === "HistoricStartDate", date = moment(dateText, 'M/D/YYYY'); var $formGroup = $(inst.input).closest('.form-group'), $container = $(inst.input).closest('.container'), buttonEnabled = true, startDate = moment($('.irwEnterDate1 input').val()).valueOf(), endDate = moment($('.irwEnterDate2 input').val()).valueOf(); $formGroup.find('.help-block').addClass('js--hidden'); var $invalidRange = $formGroup.closest('.container').find('.irwGetPrices .irwCustomErrorMessage'); if (startDate > endDate) { $invalidRange.removeClass('js--hidden'); buttonEnabled = false; } else { $invalidRange.addClass('js--hidden'); } var $getPricebutton = $container.find('.module_options-submit'); buttonEnabled ? $getPricebutton.removeAttr('disabled').removeClass('js--disabled') : $getPricebutton.attr('disabled', 'disabled').addClass('js--disabled'); if (isStartVal) { $('.irwEnterDate2 input').datepicker('option', { minDate: dateText }); $('.stock-start .module_options-select--month').val(date.get('month') + 1); $('.stock-start .module_options-select--day').val(date.get('date')); $('.stock-start .module_options-select--year').val(date.get('year')); } else { $('.irwEnterDate1 input').datepicker('option', { maxDate: dateText }); $('.stock-end .module_options-select--month').val(date.get('month') + 1); $('.stock-end .module_options-select--day').val(date.get('date')); $('.stock-end .module_options-select--year').val(date.get('year')); } } }).on('change', function (e) { var $formGroup = $(e.target).closest('.form-group'), $container = $(e.target).closest('.container'), buttonEnabled = true; $formGroup.find('.help-block').addClass('js--hidden'); if ($(this).val() === "") { $formGroup.find('.help-block--empty').removeClass('js--hidden'); buttonEnabled = false; } else if (!moment($(this).val(), 'M/D/YYYY', true).isValid()) { $formGroup.find('.help-block--invalid').removeClass('js--hidden'); buttonEnabled = false; } else { var startDate = moment($('.irwEnterDate1 input').val()).valueOf(), endDate = moment($('.irwEnterDate2 input').val()).valueOf(); var $invalidRange = $container.find('.irwGetPrices .irwCustomErrorMessage'); if (startDate > endDate) { $invalidRange.addClass('js--visible'); buttonEnabled = false; } else { $invalidRange.addClass('js--visible'); } } var $getPricebutton = $container.find('.module_options-submit'); buttonEnabled ? $getPricebutton.removeAttr('disabled').removeClass('js--disabled') : $getPricebutton.attr('disabled', 'disabled').addClass('js--disabled'); }); $('.irwEnterDate1 input').datepicker('option', { maxDate: endDate.format('M/D/YYYY') }); $('.irwEnterDate2 input').datepicker('option', { minDate: startDate.format('M/D/YYYY') }); }, onDataLoad: function (e, data) { $('.irwResponsiveTable').find('th:nth-child(2),th:nth-child(5)').attr("data-breakpoints", "xs sm"); if (!pageLoaded) { pageLoaded = true; $('#SubmitBtn').removeClass('js--disabled').trigger('click'); } var $widget = $(e.element), $pagination = $(e.element).find('.pagination'), $items = $(e.element).find('#HistoricPricePanel tbody tr'); if (!$items.length) { $pagination.html(''); } else { $('#HistoricForm').find('.irwResponsiveTable').footable({ "paging": { enabled: true, container: $pagination, rows: $items, strings: { prev: '', next: '', first: '', last: '' }, position: 'right', size: 20, countFormat: '', limit: 10 }, 'on': { 'preinit.ft.table': function (e, ft) { $('.ftbl').html(''); }, 'postdraw.ft.table': function (e, ft) { $('.ftbl .pagination').addClass('IrwPaginationCustom'); $('[data-page="first"], [data-page="last"], [data-page="prev-limit"], [data-page="next-limit"]').remove(); $('.footable-page-link').addClass('btn btn-default'); $('.footable-page.active > a').addClass('btn-primary'); $('.ftbl .label').appendTo('.pagination_display'); }, 'after.ft.paging': function () { $('.footable-page > a').removeClass('btn-primary'); $('.footable-page.active > a').addClass('btn-primary'); } } }); } } }); // $( document ).ready(function() { // $('.irwResponsiveTable').footable(); // });

    Stock Return Calculator

    • Total Return Calculator
    • Total Return Calculator

    For a total return percentage, enter date range and amount invested for a desired frequency:


    Consult Your Tax Advisor: This information does not constitute tax advice. It does not purport to be complete or to describe the consequences that may apply to particular categories of shareholders. You should consult a tax advisor regarding the calculation of your tax basis.


    ' + '

    Total Return Annualized

    ' + '

    ' + '

    {{cagr}} %

    ' + '

    ' + '

    Total Return Absolute Change
    ' + '{{#reinvestDividends}}(dividends reinvested){{/reinvestDividends}}

    ' + '

    ' + '

    {{totalReturn}} %

    ' + '

    ' + '' + '

    ' + '

    ' + '

    ' + '' + '
    ' + '

    ' + '

    ' + '

    ' + '' + '' + '' + '' + '' + '{{#returnPercents}}' + '' + '' + '' + '' + '{{/returnPercents}}' + '' + '
    {{date}}{{value}}

    ' + '

    ' + '

    ' + '

    ' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '
    Pricing Date{{symbol}}

    ' + '

    ' + '

    ' + '

    ' + '

    ' + '

      ' + '

      ' + '

      ' // @formatter:on /* beautify preserve:end */ ), // beforeRender: function (e, data) { // console.log(data); // }, calculateComplete: function (e) { var $widget = $(e.target); q4App.mCustomScrollbar('.irwScrollbar'); $widget.find('.IrwPaginationCustom').pager({ content: $widget.find('.irwTotalCalData2 .table tbody tr'), pageRange: 9, perPage: 20, template: ( '
    • {{page}}
    • ' ), append: false, trigger: 'li ' }); }, complete: function (e) { $(e.target).find('#FromDate, #ToDate').on('click', function () { $(this).siblings('.ui-datepicker-trigger').trigger('click'); }); } });
      Stock Information | Procter & Gamble Investor Relations (2024)
      Top Articles
      Latest Posts
      Article information

      Author: Aracelis Kilback

      Last Updated:

      Views: 6197

      Rating: 4.3 / 5 (64 voted)

      Reviews: 95% of readers found this page helpful

      Author information

      Name: Aracelis Kilback

      Birthday: 1994-11-22

      Address: Apt. 895 30151 Green Plain, Lake Mariela, RI 98141

      Phone: +5992291857476

      Job: Legal Officer

      Hobby: LARPing, role-playing games, Slacklining, Reading, Inline skating, Brazilian jiu-jitsu, Dance

      Introduction: My name is Aracelis Kilback, I am a nice, gentle, agreeable, joyous, attractive, combative, gifted person who loves writing and wants to share my knowledge and understanding with you.