CINXE.COM

T. Rowe Price Page Not Found

<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>T. Rowe Price Page Not Found</title> <link rel="stylesheet" href="/errorpages/statics/core.css" type="text/css"> <link rel="stylesheet" href="/errorpages/statics/global.css" type="text/css"> <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"> </script> <script> window.metricsData = { page: { errorPage: "404" } }; $(document).ready(function () { const currentUrl = window.location.href; const contentChangePaths = ['/financial-intermediary/', '/institutional/', '/corporate/' ,'/individual-investor/']; if (!contentChangePaths.some(path => currentUrl.includes(path))) { return; } getTranslation(currentUrl); changeContentAndLinks(currentUrl); }); function getTranslation(currentUrl) { $.getJSON('/errorpages/translations/translation.json', function (data) { const currentUrl = window.location.href; const supportedLanguages = ['it', 'de', 'es', 'ja']; const params = currentUrl.split("/"); var language; if (params[5] && jQuery.inArray(params[5] !== -1, supportedLanguages)) { language = params[5]; // Normal page path } else if (params[8] && jQuery.inArray(params[8] !== -1, supportedLanguages)) { language = params[8]; // Literature page path. } else { return; } if (!language) { return; } const translation_data = data[language]; // get the translations for the specified language if (translation_data) { $('.translatable').each(function () { const key = $(this).data('translatable'); const translation = translation_data[key]; if (translation && translation.length > 0) { $(this).text(translation); } }); } }); } function changeContentAndLinks(currentUrl) { var baseUrlLookup = { 'wwwdev': 'https://wwwdev.troweprice.com', 'wwwsit': 'https://wwwsit.troweprice.com', 'wwwstage': 'https://wwwstage.troweprice.com' }; let baseUrl = baseUrlLookup[currentUrl.startsWith('www') ? currentUrl.split('.')[0] : '']; if (!baseUrl) { baseUrl = 'https://www.troweprice.com'; } const fundProxy = 'https://www.funds.troweprice.com'; const supportedCountries = ['ac', 'at', 'au', 'be', 'ca', 'ch', 'cn', 'de', 'dk', 'ee', 'es', 'fi', 'fr', 'hk', 'ie', 'is', 'it', 'jp', 'li', 'lt', 'lu', 'lv', 'nl', 'no', 'nz', 'pt', 'se', 'sg', 'tw', 'uk']; const excludeIntermediaryLinks = ['ac','ca','cn','ee','fr','li','lv','lt','nz','li','lt','nz']; const excludeInstitutionalLinks = ['cn','ee','fr','is','li','lt','lv','ie','jp','li','lt']; const excludeCorpLinks = ['ac','jp']; const corpGlobalLink = ['ac']; const institutionalFundProxy = ['es','be','pt','it'] const corpEnOnlyCountries = ['hk','ac','it','es','ch']; const institutionalInLocalLang = ['de']; const institutionalEnOnlyCountries = ['es','pt','it','be']; const params = currentUrl.split("/"); // Normal page path var country = params[4]; var language = params[5]; if (currentUrl.indexOf('/country/') !== -1) { //Literature url country = params[params.indexOf('country') + 1]; language = params[params.indexOf('language') + 1]; } //gb should be uk if (country === 'gb') { country = 'uk'; } if (country && jQuery.inArray(country, supportedCountries) != -1 && language) { $("#personal-investing").parent().remove(); $("#workplace-retirement").parent().remove(); $('#recordkeeping-sponsor').parent().remove(); if(country === 'au') { $('#au-individual').parent().show(); } if (jQuery.inArray(country, excludeIntermediaryLinks) != -1){ $('#financial-advisor').parent().remove(); } if( jQuery.inArray(country, excludeInstitutionalLinks) != -1){ $('#institutional-investor').parent().remove(); } //Change the corporate, intermediary, institutional let institutionalUrl = baseUrl + "/institutional/" + country + "/" + (jQuery.inArray(country, institutionalInLocalLang) !== -1 ? language : 'en') + "/" + "home.html"; var corpUrl = baseUrl + "/corporate/" + country + "/" + (jQuery.inArray(country, corpEnOnlyCountries) !== -1 ? 'en' : language) + "/" + "home.html"; let intermediaryUrl = baseUrl + "/financial-intermediary/" + country + "/" + language + "/" + "home.html"; if( jQuery.inArray(country, institutionalEnOnlyCountries) !== -1){ institutionalUrl = baseUrl + "/institutional/" + country + "/" + (jQuery.inArray(country, institutionalEnOnlyCountries) !== -1 ? 'en' : language) ; } if(country === 'hk' || country === 'sg') { institutionalUrl = baseUrl + "/institutional/ac/en/home.html"; $("#financial-advisor").text("Individual Investors/Financial Advisors"); } if(country === 'ac') { institutionalUrl = baseUrl + "/institutional/ac/en/home.html"; intermediaryUrl = baseUrl + "/financial-intermediary/" + "hk" + "/" + language + "/" + "home.html"; } if( jQuery.inArray(country, corpGlobalLink) !== -1){ corpUrl = baseUrl+"/corporate/us/en/home.html"; } if (jQuery.inArray(country, institutionalFundProxy) !== -1) { institutionalUrl = fundProxy + "/institutional/" + country + "/" + "en"; } if(country === 'jp' && language === 'en') //jp en have corporate, ja have only intermediary { corpUrl = baseUrl+"/corporate/jp/en/home.html"; $("#corporate").attr("href", corpUrl); $('#corporate').parent().show(); $('#financial-advisor').parent().remove(); } $("#institutional-investor").attr("href", institutionalUrl); $("#financial-advisor").attr("href", intermediaryUrl); if( jQuery.inArray(country, excludeCorpLinks) === -1) { $('#corporate').parent().show(); $("#corporate").attr("href", corpUrl); } } if (jQuery.inArray(country, supportedCountries) != -1) { $('[data-translatable="main-text_3"]').remove(); $('[data-translatable="thank-you"]').remove(); $('[data-translatable="email-text_1"]').remove(); $('[data-translatable="email-text_2"]').remove(); } } </script> <script src="//assets.adobedtm.com/launch-EN71996f2816fe479cb0a0723f90393da0.min.js"></script> </head> <body> <div class="wrapper"> <div class="header-site-landing header-site landing" data-metrics-location="HDR"> <nav> <div class="navbar navbar-default"> <div class="navbar-inner"> <a class="navbar-brand" href="https://www.troweprice.com"><span style="background-image: url('/errorpages/statics/TRP-wordmark.png');"></span></a> <ul class="navbar-nav nav-trp-header nav-trp-header-icon list-inline"> <li class="trp-logo"><span></span></li> </ul> </div> </div> </nav> </div> <div class="hero menu-type-f"> <div class="container container-landing"> <div class="col-md-7 col-lg-8 col-sm-7 messaging-section"> <div class="hero-statment translatable" data-translatable = "link-text">For access to all of the T. Rowe Price websites, please use the following links. <br><br></div> <p class="translatable" data-translatable= "main-text_1" >We're sorry, the page you requested could not be found. If you used a bookmark to access this page, the link is no longer active. Please go to the T. Rowe Price homepage and navigate to the desired page.</p> <p class="translatable" data-translatable= "main-text_2">If you continue to experience difficulty accessing pages on our website, you may need to delete your temporary Internet files or adjust your browser settings. </p> <p class="translatable" data-translatable="main-text_3">Please visit Technical Help page to learn more about the software and setting that work best with our website. </p> <br> <p class="translatable" data-translatable="thank-you">Thank you. </p> </div> <div class="col-md-5 col-lg-4 col-sm-5" > <div class="trp-box" style="margin-bottom: 5px;"> <div class="trp-box-selector trp-box-typeof"> <div class="trp-choose-title translatable" data-translatable= "choose-your-site">Choose your site</div> <ul class="unbulleted trp-choose-list"> <li data-attr="publicSite"><a id="personal-investing" class="translatable" data-translatable ="personal-investing" href="https://www.troweprice.com/personal-investing/home.html">Personal Investing</a></li> <li data-attr="rws"><a id="workplace-retirement" class="translatable" data-translatable= "workplace-retirement" href="https://www.troweprice.com/workplace/en/login.html">Workplace Retirement</a></li> <li data-attr="corp" style="display:none"><a id="corporate" class="translatable" data-translatable= "corporate" href="https://www.troweprice.com/corporate/us/en/home.html">Corporate</a></li> <li data-attr="aui" style="display:none"><a id="au-individual" class="translatable" data-translatable= "au-individual" href="https://www.troweprice.com/individual-investor/au/en/home.html">Individual/SMSF Investors</a></li> <li data-attr="iws"><a id="institutional-investor" class="translatable local-link" data-translatable= "institutional-investor" href="https://www.troweprice.com/institutional/us/en/home.html">Institutional Investor / Consultant</a></li> <li data-attr="fa"><a id="financial-advisor" class="translatable local-link" data-translatable = "financial-advisor" href="https://www.troweprice.com/financial-intermediary/us/en/home.html">Financial Advisor / Intermediary</a></li> <li data-attr="rms"><a id="recordkeeping-sponsor" class="translatable" data-translatable= "recordkeeping-sponsor" href="https://www.troweprice.com/retirement-plan-services/en/home.html">Recordkeeping Sponsor / Consultant</a></li> </ul> </div> </div> </div> </div> </div> <div class="container container-landing"> <p>&nbsp;</p> <p id="email-text_1" class="translatable" data-translatable="email-text_1" >Please email us at <a href="mailto:onlinehelp@troweprice.com">onlinehelp@troweprice.com</a> if you continue to experience issues with the site.</p> <p class="translatable" data-translatable= "thank-you-text"><br/> Thank you for investing with T.&nbsp;Rowe Price.</p> <p>&nbsp;</p> </div> <footer data-metrics-location="FTR"> <div class="footer-wrapper"> <div class="group"> <div class="footer-tagline"> <span> <span></span> </span> </div> </div> <div class="group"></div> </div> </footer> </div> <script>try{_satellite.pageBottom();}catch(e){ /* Do nothing */}</script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10