Skip to content Skip to footer
{{r.fundCode}} {{r.fundName}} {{r.shareClass}} {{r.fundType}}
.wrapper { display: flex; } .wrapper img { margin-right: 20px; } @media(max-width: 570px) { .wrapper img { display: none; } }

News

Welcome to the RBC Global Asset Management Media Centre – a source for members of the media to keep informed of corporate news and announcements from our group of companies

.hero-energy-lines { position: absolute; z-index: 1; bottom: 0; right: 0; height: 100%; width: 50%; background-size: 100% auto; background-repeat: no-repeat; } .hero-home .hero-header:not(:last-child){ color: #fff !important; } .hero-home p { color: #fff !important; } .container-custom { position: relative; z-index: 1; } .image { position: absolute; top: 104px; right: 0; bottom: 0; left: 54%; background-image: url('${test}'); background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 0; } .section-wrapper { position: relative; overflow: hidden; padding-bottom: 7rem !important; } @media (max-width: 991px) { .image { position: static; height: 300px; } .container { position: static; } .hero-energy-lines-mobile { position: absolute; top: -486px; } .hero-home .hero-header:not(:last-child) { color: #003169 !important; } .hero-home p { color: #444 !important; margin: 0 !important; font-size: 1.125rem !important; } .hero-home { margin-top: 0; } } @media (max-width: 768px) { .hero-energy-lines-mobile { top: -311px; } .section-wrapper { padding-bottom: 0rem !important; } } @media (max-width: 441px) { .hero-energy-lines { width: 77%; } .section-wrapper { padding-bottom: 0rem !important; } } @media (min-width: 992px) { .hero-home { margin-top: 103px; } .hero-home .hero-body { top: -51.5px; } }

December

media coverage

RBC Global Asset Management (U.S.) Named to P&I’s Best Places to Work in Money Management List for Second Consecutive Year

Pensions & Investments • Dec 9, 2024

December

press release

RBC Global Asset Management (U.S.) Named One of Pensions & Investments’ Best Places to Work in Money Management

RBC Global Management (U.S.) • Dec 11, 2023

June

press release

RBC GAM wins two Envestnet Asset Manager Awards for portfolio management excellence

RBC Global Management (U.S.) • Jun 7, 2023

January

press release

RBC GAM launches RBC Emerging Markets ex-China Equity Fund in U.S.

RBC Global Management (U.S.) • Jan 9, 2023

December

press release

RBC GAM launches two new U.S. mutual funds offering diversification across international markets

RBC Global Management (U.S.) • Dec 14, 2022

April

press release

RBC Global Asset Management Launches China Equity Fund

RBC Global Management (U.S.) • Apr 11, 2022

December

press release

RBC GAM launches new Global Equity Leaders Fund for U.S. investors

RBC Global Management (U.S.) • Dec 15, 2021

December

press release

RBC Global Asset Management (U.S.) Named One of Pensions & Investments’ Best Places to Work in Money Management

RBC Global Management (U.S.) • Dec 11, 2023

June

press release

RBC GAM wins two Envestnet Asset Manager Awards for portfolio management excellence

RBC Global Management (U.S.) • Jun 7, 2023

January

press release

RBC GAM launches RBC Emerging Markets ex-China Equity Fund in U.S.

RBC Global Management (U.S.) • Jan 9, 2023

December

press release

RBC GAM launches two new U.S. mutual funds offering diversification across international markets

RBC Global Management (U.S.) • Dec 14, 2022

April

press release

RBC Global Asset Management Launches China Equity Fund

RBC Global Management (U.S.) • Apr 11, 2022

December

press release

RBC GAM launches new Global Equity Leaders Fund for U.S. investors

RBC Global Management (U.S.) • Dec 15, 2021

#media-coverage-block, #press-release-block { display: none; } .adjust { background-color: #fff } .adjust:hover { background-color:#51B5E0; color: #003168 } .news-nav-item { list-style: none; padding-top: 15px; padding-bottom: 15px; } .news-nav-link { color: white; } #news-nav { background-color: #003168; } .news-nav-bar-link { padding-top: 21px; padding-bottom: 21px; margin: 0 auto; width: 100%; color: #fff; } .news-nav-bar-link:hover { background-color: #003168; outline: none; border-color: #003168; } .news-nav-bar-item.active { position: relative; } .news-nav-bar-item.active:after { content: ""; display: block; width: 80%; height: 4px; background-color: #fff; position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%); } #news-nav .news-nav-bar-items { list-style-type: none; } .news-nav-bar-item.active { position: relative; } .news-nav-bar-item.active:after { content: ""; display: block; width: 80%; height: 4px; background-color: #fff; position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%); } .news-nav-bar-link { padding-top: 21px; padding-bottom: 21px; margin: 0 auto; color: #fff; } .news-nav-bar-link:hover { background-color: #003168; outline: none; } .news-nav-bar-link:focus { background-color: #003168; outline: none; } @media only screen and (min-width: 768px) { #news-nav .news-nav-bar-items { display: grid; justify-items: start; grid-template-columns: 130px repeat(2, 160px); } #news-nav { height: 70px; } } /* Mobile Styles */ @media only screen and (min-width: 425px) and (max-width: 767px) { #news-nav .news-nav-bar-items { display: grid; grid-template-columns: 100px repeat(2, 150px); } #news-nav .news-nav-bar-item { width: 100%; margin-bottom: 10px; text-align: center; } } function hideAllBlocks() { document.getElementById("all-news-block").style.display = "none"; document.getElementById("media-coverage-block").style.display = "none"; document.getElementById("press-release-block").style.display = "none"; } function showBlock(blockId, newsNavId) { hideAllBlocks(); event.preventDefault(); document.getElementById(blockId).style.display = "block"; activateTab(newsNavId); } function activateTab(linkId) { const allLinks = document.querySelectorAll('.news-nav-bar-item'); allLinks.forEach(link => link.classList.remove('active')); document.getElementById(linkId).parentElement.classList.add('active'); } hideAllBlocks(); document.getElementById("all-news-block").style.display = "block";