CINXE.COM

Amgen Pipeline

<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" page-id="{9702A835-EC23-468D-9801-946633FA846C}"> <!--<![endif]--> <head prefix=""> <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> <link rel="preconnect" src="https://consent.cookiebot.com/" crossorigin> <link rel="dns-prefetch" src="https://consent.cookiebot.com/"> <link rel="preconnect" src="https://connect.facebook.net/" crossorigin> <link rel="dns-prefetch" src="https://connect.facebook.net/"> <link rel="preconnect" src="https://www.google-analytics.com/" crossorigin> <link rel="dns-prefetch" src="https://www.google-analytics.com/"> <link rel="preconnect" src="https://www.googletagmanager.com/" crossorigin> <link rel="dns-prefetch" src="https://www.googletagmanager.com/"> <link rel="preconnect" src="https://players.brightcove.net/" crossorigin> <link rel="dns-prefetch" src="https://players.brightcove.net/"> <link rel="preconnect" src="https://vjs.zencdn.net/" crossorigin> <link rel="dns-prefetch" src="https://vjs.zencdn.net/"> <script>let setgeotarge = false; setgeofencing = false</script> <script>setgeotarge = true;</script> <script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="3c04f870-41c9-42bc-965e-776f1eef473a" data-culture="" type="text/javascript" data-consentmode="disabled" data-georegions="{'region':'GB,DE,FR,NL','cbid':'7ca522be-0c36-4abe-b5be-20129dbf1b64'}" async></script> <script>setgeofencing = true;</script> <style> .disable-abtn { color: gray !important; pointer-events: none !important; } </style> <script type="text/javascript"> function getcountrycode() { if (document.getElementById("CybotCookiebotDialog")) { var countryCode = Cookiebot.userCountry.toUpperCase(); var countryListEU = ["GB", "AT", "BE", "BG", "CY", "CZ", "DE", "DK", "ES", "EE", "FI", "FR", "GR", "HR", "HU", "IE", "IT", "LT", "LU", "LV", "MT", "NL", "PL", "PT", "RO", "SK", "SI", "SE"]; if (countryListEU.includes(countryCode)) { countryCode = "EU" } var usRegionList = ["US-01", "US-02", "US-04", "US-05", "US-06", "US-08", "US-09", "US-10", "US-11", "US-12", "US-13", "US-15", "US-16", "US-17", "US-18", "US-19", "US-20", "US-21", "US-22", "US-23", "US-24", "US-25", "US-26", "US-27", "US-28", "US-29", "US-30", "US-31", "US-32", "US-33", "US-34", "US-35", "US-36", "US-37", "US-38", "US-39", "US-40", "US-41", "US-42", "US-44", "US-45", "US-46", "US-47", "US-48", "US-49", "US-50", "US-51", "US-53", "US-54", "US-55", "US-56"]; if (usRegionList.includes(countryCode)) { countryCode = "US"; } if (countryCode != "US" && countryCode != "EU" && countryCode != "CA") { countryCode = "ccpa_default"; } document.getElementById("CybotCookiebotDialog").classList.add(countryCode); //console.log("country code class " + countryCode); } } function ReshowPopup() { if (document.cookie.indexOf('cbrenew') > -1) { if (document.getElementById("CybotCookiebotDialogBodyButtonAccept")) { CheckELMAndApplyCSS("CybotCookiebotDialogBodyButtonAccept", "disable-abtn", "add"); document.getElementById("CybotCookiebotDialogBodyButtonAccept").setAttribute('style', 'border:1px solid gray !important;color:gray !important'); if (document.getElementById("nvtext")) { document.getElementById("nvtext").setAttribute('style', 'display:block !important'); } } } if (setgeotarge) { getcountrycode(); } } function CalllSetTimeOut() {setTimeout(function () {console.log("."); ReshowPopup(); CalllSetTimeOutTwice(); },1500)} function CalllSetTimeOutTwice() { setTimeout(function () {console.log(".."); ReshowPopup(); CalllSetTimeOutThrice(); }, 3000) } function CalllSetTimeOutThrice() { setTimeout(function () {console.log("..."); ReshowPopup(); }, 4500) } function CookiebotRenewClick() { if (document.getElementsByClassName("cb-renew").length > 0) { let renewCBBtn = document.getElementsByClassName("cb-renew")[0]; renewCBBtn.removeAttribute("onclick"); renewCBBtn.href = "#"; renewCBBtn.addEventListener('click', function () { // document.cookie = "CookieConsent" + '=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;'; Cookiebot.renew(); ReshowPopup(); setTimeout(function () { ReshowPopup(); CalllSetTimeOut(); }, 900); }); } } window.addEventListener('DOMContentLoaded', function () { CookiebotRenewClick(); }); function setCookieForCountryCode(name, value, days) { var expires = ""; if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); expires = "; expires=" + date.toUTCString(); } document.cookie = name + "=" + (value || "") + expires + "; path=/"; } function CheckELMAndApplyCSS(ele, cssname, addorremove) { var domELE = document.getElementById(ele); if (domELE && addorremove == "add") { domELE.classList.add(cssname); } if (domELE && addorremove == "rm") { domELE.classList.remove(cssname); } } async function checkElementExists(element, timeout = Infinity) { let startTime = Date.now(); return new Promise((resolve) => { const intervalId = setInterval(() => { if (document.querySelector(element)) { clearInterval(intervalId); resolve(true); } else if (Date.now() - startTime >= timeout * 1000) { clearInterval(intervalId); resolve(false); } }, 100, (1)); }); } function blockPopup() { var regionArray = []; var disableCountryCode = Cookiebot.userCountry.toUpperCase(); setCookieForCountryCode("RegionCode", disableCountryCode, 365); CheckELMAndApplyCSS("CybotCookiebotDialogBodyButtonAccept", "disable-abtn", "add"); regionArray.push("US-53"); regionArray.push("US-32"); if (regionArray.includes(disableCountryCode)) { if (document.getElementById("CybotCookiebotDialogBodyButtonAccept")) document.getElementById("CybotCookiebotDialogBodyButtonAccept").setAttribute('style', 'border:1px solid gray !important;color:gray !important'); if (document.getElementById("nvtext")) document.getElementById("nvtext").setAttribute('style', 'display:block !important'); setCookieForCountryCode("cbrenew", "1", 365); } else CheckELMAndApplyCSS("CybotCookiebotDialogBodyButtonAccept", "disable-abtn", "rm"); } checkElementExists("#CybotCookiebotDialog", 120).then((result) => { if (result) { if (setgeofencing) { blockPopup(); } if (setgeotarge) { getcountrycode(); } } else { console.log("ncb"); } }); </script> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link href="/-/media/Feature/Experience-Accelerator/Bootstrap-4/Bootstrap-4/Styles/bootstrap-grid.css" rel="stylesheet" /><link href="/-/media/Base-Themes/GeoTarget-Footer-CSS/Styles/Geotarget_Footer.css" rel="stylesheet" /><link href="/-/media/Base-Themes/Core-Libraries/styles/mediaelementplayer.css" rel="stylesheet" /><link href="/-/media/Base-Themes/Core-Libraries/styles/mediaelementplayer-legacy.css" rel="stylesheet" /><link href="/-/media/Base-Themes/Core-Libraries/styles/font-awesomemin.css" rel="stylesheet" /><link href="/-/media/Base-Themes/Core-Libraries/styles/fullcalendar.css" rel="stylesheet" /><link href="/-/media/Base-Themes/Core-Libraries/styles/jquerymCustomScrollbar.css" rel="stylesheet" /><link href="/-/media/Base-Themes/Core-Libraries/styles/jquery-ui.css" rel="stylesheet" /><link href="/-/media/Base-Themes/Core-Libraries/styles/jquery-ui-1133.css" rel="stylesheet" /><link href="/-/media/Base-Themes/Main-Theme/styles/author.css" rel="stylesheet" /><link href="/-/media/Base-Themes/Main-Theme/styles/core.css" rel="stylesheet" /><link href="/-/media/Base-Themes/Main-Theme/styles/file-type-icons.css" rel="stylesheet" /><link href="/-/media/Base-Themes/Main-Theme/styles/grayscale-mode.css" rel="stylesheet" /><link href="/-/media/Base-Themes/Main-Theme/styles/reset.css" rel="stylesheet" /><link href="/-/media/Themes/GlobalWithoutCCPA/GlobalWithoutCCPA/GlobalWithoutCCPA/styles/global-styles.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/google-font.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/comboTreePlugin.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-column-splitter.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-container.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-divider.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-field-editor.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-flash.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-flip.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-forms.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-fullcalendar.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-iframe.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-image.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-language-selector.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-link.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-link-list.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-media-link.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-navigation.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-page-list.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-promo.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-richtext-content.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-site-selector.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-tabs.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/component-title.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/main.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/overlay.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/privacy-warning.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/styles.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/pipeline.css" rel="stylesheet" /><link href="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/styles/zcookiebot.css" rel="stylesheet" /> <meta name="VIcurrentDateTime" content="638799570031882953" /> <meta name="VirtualFolder" content="/" /> <script type="text/javascript" src="/layouts/system/VisitorIdentification.js"></script> <!--Header Media Start--> <script src="-/media/Foundation/Amgen/JS/jquery-331min.js"></script> <script src="-/media/Foundation/Amgen/JS/comboTreePlugin.js"></script> <script src="-/media/Foundation/Amgen/JS/icontains.js"></script> <!--Header Media End--> <title>Amgen Pipeline</title> <link href="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Common/amgen-pipeline.png" rel="shortcut icon" /> <meta content="A robust pipeline leveraging state-of-the-art science and molecular engineering focused on the pursuit of transformative medicines with large effects in serious diseases. Human genetic validation is used whenever possible to strengthen the evidence base for as many of our programs as possible." property="og:description" /><meta content="https://www.amgenpipeline.com/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Desktop/Pipeline/HeroImage5.jpg" property="og:image" /><meta content="Amgen Pipeline" property="og:title" /><meta content="https://www.amgenpipeline.com" property="og:url" /> <meta content="A robust pipeline leveraging state-of-the-art science and molecular engineering focused on the pursuit of transformative medicines with large effects in serious diseases. Human genetic validation is used whenever possible to strengthen the evidence base for as many of our programs as possible." name="description" /> <meta content="Amgen Pipeline" name="twitter:title" /><meta content="summary_large_image" name="twitter:card" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/> <script>dataLayer = [{'pageType':'Home','pageCategory':'Amgen Pipeline'}];</script> <!-- Google Tag Manager --> <script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window, document, 'script', 'dataLayer', 'GTM-M4CP89H'); </script> <!-- End Google Tag Manager --> </head> <body class="default-device bodyclass" data-language="en"> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M4CP89H" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <div id="fb-root"></div> <div id="wrapper"> </div> <header class="header-nav"> <div class="component container col-12" id="pipeline-header"> <div class="component-content" > <div class="component row-splitter"> <div class="container-fluid"> <div > <div class="row component column-splitter"> <div class="col-6"> <a class="quantum-header__logo gtm-header" href="/" > <img src="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Common/amgen-logo.svg?h=36&amp;w=151&amp;la=en&amp;hash=01EF16D7756AF458A6C8E51C7C001BDA" rel="preload" class="quantum-header__logo" fetchpriority="high" alt="logo" /> </a> </div> <div class="col-6 position-right"> </div> </div> </div> </div> </div> </div> </div> </header> <div class="hero-div"> <div class="quantum-hero quantum-hero--image-position-default quantum-container--primary quantum-hero--multiple-background-images"> <div class="quantum-hero__inner lozad-background lozad" style="background-image:url(-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Desktop/Pipeline/HeroImage1.jpg),url(-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Mobile/Pipeline/heroimage.jpg)"> </div> <div class="quantum-hero__text"> <div class="quantum-hero__text-inner quantum-long-form-text"> <h5>A robust pipeline leveraging state-of-the-art science and molecular engineering focused on the pursuit of transformative medicines with large effects in serious diseases. Human genetic validation is used to strengthen the evidence base of as many of our programs as possible.</h5> <h2> PIPELINE</h2> <button class="quantum-button quantum-hero__button" type="button"> <span class="quantum-button__text"> <a href="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/PDF/amgen-pipeline-chart.pdf" class="quantum-button__text " data-click-type="download" data-click-text="Download Pipeline Chart" target="_blank"> Download Pipeline Chart </a> </span> </button> </div> </div> </div> </div> <div class="banner-div"> </div> <div class="filter-section" id="filter-section"> <input name="__RequestVerificationToken" type="hidden" value="z1tjBUG6tgO8ltgyUutX0sZHNIlV29abazxDxYnYDuq3y_I0M1z55iL2XwdySJgOYGE6aa8jgmLQWnXhUBAtHFxmC0BwvSrkX3wHJiMORJY1" /> <div class="filter-block"> <div class="container filter-container"> <div class="row searchActive"> <div class="filter-btn-container"> <a class="filter-btn"> <img src="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Common/icon-filter.png?h=22&amp;w=22&amp;la=en&amp;hash=236EEFA9FAF4A072433E83E622EB2B0C" class="icon-filter lozad" alt="icon-filter" /> <img src="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Common/icon-filter-close.png?h=33&amp;w=33&amp;la=en&amp;hash=DEE3EA9BAEE7BCC6D27104F7E6EF39B7" class="icon-filter-close lozad" alt="close" /> <span class="filter-text">FILTER</span> </a> </div> <div class="search-btn-container "> <div class="input-group d-none d-md-block"> <input type="search" class="form-control search-input" placeholder="Search our pipeline" /> <a class="search-btn"> <img src="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Common/icon-search.png?h=20&amp;w=20&amp;la=en&amp;hash=57959CD6FC2BC14922FEFE02C3522BFF" class="icon-search lozad" alt="icon-filter" /> </a> </div> <div class="mobileSearch d-block d-md-none"> <button type="button" class="btn mblButtonSearch"> SEARCH <img src="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Common/icon-search.png?h=20&amp;w=20&amp;la=en&amp;hash=57959CD6FC2BC14922FEFE02C3522BFF" class="icon-search lozad" alt="icon-filter" /> </button> </div> </div> </div> <div class="mblSearchContent"> <div class="row clearfix"> <div class=" mbl-input-group"> <div class="input-group "> <input type="search" class="form-control search-input" placeholder="Search our pipeline" /> <a class="search-btn"> <img src="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Common/icon-search.png?h=20&amp;w=20&amp;la=en&amp;hash=57959CD6FC2BC14922FEFE02C3522BFF" class="icon-search lozad" alt="icon-filter" /> </a> </div> </div> <a class="closeSearch"> <img src="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Common/icon-filter-close.png?h=33&amp;w=33&amp;la=en&amp;hash=DEE3EA9BAEE7BCC6D27104F7E6EF39B7" class="close lozad" alt="close" /> </a> </div> </div> </div> </div> <div class="filter-element-block"> <div class="container filter-element-container"> <div class="row"> <div class="col-md-3"> <div class="filter-box-area" id="therapeuticAreaContainer"> <p class="filter-box-title"> THERAPEUTIC AREA</p> </div> </div> <div class="col-md-3 "> <div class="filter-box-area"> <p class="filter-box-title"> Investigational Indication </p> <div class="dropdown"> <div id="indicationContainerId" class="indicationContainer"></div> </div> </div> </div> <div class="col-md-2 "> <div class="filter-box-area" id="phaseContainer"> <p class="filter-box-title">PHASE</p> </div> </div> <div class="col-md-2 "> <div class="filter-box-area"> <a class="filter-reset-title"> <img src="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Common/filter-result-close-icon.svg?la=en&amp;hash=90C5D90E6412274F7082CA7BE84E6751" class="icon-close lozad" alt="icon-close" /> <span>Reset All Filters</span> </a> </div> </div> <div class="col-md-2 "> <button type="button" class="apply-filter"> <span>APPLY FILTERS</span> </button> </div> </div> </div> </div> </div> <!--Filter Facets--> <!--No Results--> <div class="collapseContainer"> <div class=" container"> <div class="row filter-result-container"> <div class="col-md-2 filter-result-count"> <p class="rs-filters">Showing <span class="filterCount">0</span> result<span class="rs-multiple">s</span> <img src="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Common/filter-result-arrow.svg" class="result-arrow-icon" alt="Filter Close Icon" /> </p> <p class="rs-search d-none" /> </div> <div class="col-md-8 selectedFilterList"> </div> <div class="col-md-2 filterResultReset"> <!-- <a href="#" class="filter-result-reset"><span class="Icon-Close-test">s</span> --> <!-- <span>Reset all filters</span> --> <!-- </a> --> <a href="#" class="filter-result-reset"> <span class="filterClearIcon"></span> <span class="rs-filters"> <img src="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Common/clear-filter-close-icon.svg" class="result-close-icon" alt="clear Filter Icon" /> Clear Filters </span> <span class="rs-search d-none"> <img src="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Common/clear-filter-close-icon.svg" class="result-close-icon" alt="clear Filter Icon" /> Clear Search </span> </a> </div> </div> <div class="moleculeListContainer"> <div class="row moleculeTitle"> <div class="col-sm-3 p-pad-0"> <div class="textContentTitle"> <p>MOLECULE NAME</p> </div> </div> <div class="col-sm-9 p-pad-0"> <div class="wrapper row"> <div class="col-sm-4"> <div class="card card-block"> THERAPEUTIC AREA</div> </div> <div class="col-sm-4"> <div class="card card-block">Investigational Indication</div> </div> <div class="col-sm-3"> <div class="card card-block">MODALITY</div> </div> <div class="col-sm-1"> <div class="card card-block">PHASE</div> </div> </div> </div> </div> <div class="molecule-list-container desktop-view"> </div> <div class="molecule-list-container mobile-view"> </div> </div> <div class="row noMoleculeResultContainer"> <div class="col-md-5 noResult"> <p><img src="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Common/filter-result-warning-icon.svg" class="result-warning-icon" alt="Warning Icon" />No molecules match your criteria</p> </div> <div class="col-md-7 text-left"> <button class="btn btnViewAllMolecules">VIEW ALL MOLECULES</button> </div> </div> </div> </div> <div class="quantum-container--primary quantum-back-to-top quantum-back-to-top--persistent " id=""> <div class="quantum-back-to-top__inner"> <a class="quantum-back-to-top__target " href="#" > <span class="quantum-back-to-top__label"> <svg class="quantum-icon quantum-back-to-top__static-icon"> <use xlink:href="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Common/arrow_svg.svg#"></use> </svg> </span> <span class="quantum-back-to-top__button quantum-button quantum-button--icon-only" title="Back to Top"> <svg class="quantum-icon quantum-button__icon"> <use xlink:href="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Common/arrow_svg.svg#"></use> </svg> </span> </a> </div> </div> <footer id="footer"> <div class="component container" id="footer-quick-links"> <div class="component-content" > <div class="component rich-text col-12"> <div class="component-content"> Quick Links </div> </div> <div class="quantum-quicklinks " id=""> <div class="quantum-quicklinks__inner"> <div class="quantum-quicklinks__column"> <ul class="quantum-list-group quantum-quicklinks__column-list-group quantum-list-group--small"> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " data-click-type="outbound" data-click-text="Investors" href="http://investors.amgen.com/" target="">Investors</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " data-click-type="outbound" data-click-text="Amgen Medical Information" href="https://www.amgenmedinfo.com/" target="">Amgen Medical Information</a> </li> </ul> </div> <div class="quantum-quicklinks__column"> <ul class="quantum-list-group quantum-quicklinks__column-list-group quantum-list-group--small"> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " data-click-type="outbound" data-click-text="Amgen Media Relations" href="https://www.amgen.com/media/" target="">Amgen Media Relations</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " data-click-type="outbound" data-click-text="Contact us" href="https://www.amgen.com/contact-us/" target="">Contact Us</a> </li> </ul> </div> <div class="quantum-quicklinks__column"> <ul class="quantum-list-group quantum-quicklinks__column-list-group quantum-list-group--small"> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " data-click-type="outbound" data-click-text="Amgen Biosimilars" href="https://www.amgenbiosimilars.com/" target="">AmgenBiosimilars.com</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " data-click-type="outbound" data-click-text="Amgen" href="https://www.amgen.com/" target="">Amgen.com</a> </li> </ul> </div> <div class="quantum-quicklinks__column"> <ul class="quantum-list-group quantum-quicklinks__column-list-group quantum-list-group--small"> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " data-click-type="outbound" data-click-text="Amgen Science" href="https://www.amgenscience.com/" target="">AmgenScience.com</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " data-click-type="outbound" data-click-text="Amgen Trails" href="http://www.amgentrials.com/amgen/study.aspx" target="">Amgentrials.com</a> </li> </ul> </div> </div> </div> </div> </div> <div class="component container" id="disclaimer-info"> <div class="component-content" > <div class="component row-splitter"> <div class="container-fluid"> <div > <div class="component rich-text col-12"> <div class="component-content"> <p>*&nbsp;&nbsp;Modalities in use across pipeline and marketed products. Modality refers to the structural template of a therapeutic agent.</p> <p>**&nbsp;&nbsp;Ordesekimab, formerly AMG 714 and also known as PRV-015, is being developed in collaboration with Provention Bio, a Sanofi company. For the purposes of the collaboration, Provention Bio conducts a clinical trial and leads certain development and regulatory activities for the program.</p> </div> </div> </div> </div> <div class="container-fluid"> <div > <div class="component rich-text col-12"> <div class="component-content"> <p>This pipeline presents a selection of the Company鈥檚 product candidates and is designed to demonstrate the range of the Company鈥檚 commitment to patients in pursuing therapies to treat serious illnesses. We present a selection of these product candidates in our periodic reports based on their importance to the Company and our Annual Report on Form 10-K also includes an annual summary of activity for those Phase 3 product candidates selected for inclusion in our periodic filings. Unless otherwise noted, we are providing this information as of February 4, 2025, and expressly disclaim any duty to update any of the provided information. Amgen's product pipeline will change over time as molecules move through the drug development process, including progressing through clinical phases to licensure and market, returning to strategic partners, being outlicensed, or failing in clinical trials to demonstrate efficacy, safety or to deliver a commercially viable product, due to the nature of the development process. This description contains forward-looking statements that involve significant risks and uncertainties, including those discussed in Amgen's most recent Form 10-K and in Amgen's periodic reports on Form 10-Q and Form 8-K, and actual results may vary materially. Amgen is providing this information as of the date above and does not undertake any obligation to update any forward-looking statements contained in this table as a result of new information, future events or otherwise. </p> </div> </div> </div> </div> </div> </div> </div> <div class="quantum-container--secondary quantum-footer " id=""> <div class="quantum-footer__inner"> <div class="quantum-footer__logo-social-row"> <a title="Logo" href="/" target="" class=" quantum-footer__logo-link " > <svg class="quantum-icon"> <img src="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Common/amgen-logo.svg?h=36&amp;w=151&amp;la=en&amp;hash=01EF16D7756AF458A6C8E51C7C001BDA" class="d-none d-sm-block quantum-footer__quantum-logo lozad" alt="footer logo" /> <img src="-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/images/Common/amgen-logo.svg?h=36&amp;w=151&amp;la=en&amp;hash=01EF16D7756AF458A6C8E51C7C001BDA" class="d-block d-sm-none quantum-footer__quantum-logo lozad" alt="footer logo" /> </svg> </a> </div> <div class="quantum-footer__links-row"> <a href="https://wwwext.amgen.com/terms-of-use/" class=" gtm-footerCl quantum-link quantum-footer__link" menu-name="terms of use" menu-type="footer" data-click-type="outbound" data-click-text="terms of use" target=""> Terms of Use </a> <a href="https://wwwext.amgen.com/privacy-statement/" class=" gtm-footerCl quantum-link quantum-footer__link" menu-name="privacy statement" menu-type="footer" data-click-type="outbound" data-click-text="privacy statement" target=""> Privacy Statement </a> <a href="https://www.amgen.com/healthdataprivacypolicy/" class=" gtm-footerCl quantum-link quantum-footer__link" menu-name="consumer health data privacy policy" menu-type="footer" data-click-type="outbound" data-click-text="consumer health data privacy policy" target="_blank"> Consumer Health Data Privacy Policy </a> <a href="javascript: Cookiebot.renew()" class="cb-renew gtm-footerCl quantum-link quantum-footer__link" menu-name="Your Cookie Preferences" menu-type="footer" data-click-type="outbound" data-click-text="Your Cookie Preferences" target=""> Your Cookie Preferences </a> </div> <p class="quantum-footer__legal-row"> 漏 2024 Amgen Inc. All Rights Reserved. </p> </div> </div> <script> var doPopup = "True"; </script> </footer> <script src="/-/media/Base-Themes/NG-Amgen-Google-Tag-Manager/Scripts/AccordinGtmTracking.js"></script><script src="/-/media/Base-Themes/NG-Amgen-Google-Tag-Manager/Scripts/BrightCoverVideoGTMTracking.js"></script><script src="/-/media/Base-Themes/NG-Amgen-Google-Tag-Manager/Scripts/GTMinlineScript.js"></script><script src="/-/media/Base-Themes/NG-Amgen-Google-Tag-Manager/Scripts/GTMinlineScriptCL.js"></script><script src="/-/media/Base-Themes/NG-Amgen-Google-Tag-Manager/Scripts/trackGTM.js"></script><script src="/-/media/Base-Themes/CCPAReadMore/Scripts/readmore.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/ie-origin-fix.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/jquery-ui-1133.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/jquery-ui-1133min.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/xaquery.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/moment.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/moment-2301.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/lo-dash.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/modernizr.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/galleria-161.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/fullcalendar.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/gcal.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/jqueryuitouch-punchmin.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/hammer.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/backbone-min.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/typeahead.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/jquerymCustomScrollbar.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/flash-polyfill.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/mediaelement-and-player.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/dailymotion.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/facebook.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/soundcloud.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/twitch.js"></script><script src="/-/media/Base-Themes/Core-Libraries/scripts/vimeo.js"></script><script src="/-/media/Base-Themes/XA-API/Scripts/xa.js"></script><script src="/-/media/Base-Themes/Main-Theme/scripts/observer.js"></script><script src="/-/media/Base-Themes/Main-Theme/scripts/partial-design-highlight.js"></script><script src="/-/media/Base-Themes/NG-Amgen-Query-String-Handler/Scripts/QueryStringProcessor.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/accessibility.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-accordions.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-archive.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-breadcrumb.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-carousel.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-container.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-disqus.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-facebook.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-flash.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-flip.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-fullcalendar.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-galleria.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-language-selector.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-navigation.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-overlay.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-snippet.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-social.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-tabs.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-toggle.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-video.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/component-video-playlist.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/details-polyfill.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/fixheight.js"></script><script src="/-/media/Base-Themes/Components-Theme/Scripts/search-fixheight.js"></script><script src="/-/media/Base-Themes/Resolve-Conflicts/Scripts/resolveconflicts.js"></script><script src="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/Scripts/Gtm.js"></script><script src="/-/media/Themes/Amgen/amgenpipeline-com/amgenpipeline-com/Scripts/pipeline-custom.js"></script> <input id="MediaFramework_ItemId" name="MediaFramework_ItemId" type="hidden" value="9702A835EC23468D9801946633FA846C"> </body> </html>

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