us.etrade.com Open in urlscan Pro
12.153.224.21  Public Scan

Submitted URL: https://protect-us.mimecast.com/s/-_s_C82oYXcKxLNnI1w8Yk?domain=click.e.etradefinancial.com
Effective URL: https://us.etrade.com/e/t/user/login?em=4578
Submission: On July 06 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

Name: log-on-formPOST https://us.etrade.com/login?b

<form class="" id="log-on-form" name="log-on-form" action="https://us.etrade.com/login?b" method="post" autocomplete="off">
  <input value="false" type="hidden" name="USE_IDENTITY_TOKEN">
  <div class="row">
    <div class="col-centered-4">
      <div class="row">
        <div class="col-xs-12">
          <div class="form-group">
            <label for="USER">User ID</label>
            <input class="form-control sm_cobrowsing_masked_field empty" id="user_orig" type="text" name="USER">
          </div>
        </div>
        <div class="col-xs-12">
          <div class="form-group">
            <label for="PASSWORD">Password</label>
            <input class="form-control sm_cobrowsing_masked_field empty" type="password" name="PASSWORD">
          </div>
        </div>
        <div class="col-xs-12" id="security_code_wrapper" style="display:none;">
          <div class="form-group">
            <label for="security_code"> Security code </label>
            <input id="security_code" class="form-control sm_cobrowsing_masked_field" type="tel" name="SECURITY_CODE">
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-centered-4 vertical-offset-xs-sm vertical-offset-xs">
      <div class="row">
        <div class="col-sm-6 vertical-offset-xs-sm">
          <div class="checkbox">
            <input id="remember-chk" type="checkbox" name="REMEMBER_MY_USER_ID">
            <label for="remember-chk">Remember User ID</label>
          </div>
        </div>
        <div class="col-sm-6">
          <div class="checkbox">
            <input id="security_code_chk" type="checkbox" name="SECURITY_CODE_CHK">
            <label for="security_code_chk"> Use security code <button class="btn-link " data-placement="bottom" data-toggle="popover" data-trigger="focus" data-container="body" data-content="Only for users enrolled in VIP Access authentication."
                type="button" data-original-title="" title="">
                <i aria-hidden="true" class="material-icons">info_outline</i>
              </button>
            </label>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-centered-4">
      <div class="row">
        <div class="col-xs-12">
          <div class="row vertical-offset-xxs">
            <div class="col-xs-12 label-large">Go To:</div>
          </div>
        </div>
        <div class="col-xs-12 col-md-6">
          <script language="JavaScript">
            if (!window.location.origin) {
              window.location.origin = window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location.port : '');
            }

            function getExpire(nodays) {
              var UTCstring;
              Today = new Date();
              diff = Date.parse(Today);
              Today.setTime(diff + nodays * 24 * 60 * 60 * 1000);
              UTCstring = Today.toUTCString();
              return UTCstring;
            }

            function getCook(cookiename) {
              var cookiestring = "" + document.cookie;
              var index1 = cookiestring.indexOf(cookiename);
              if (index1 == -1 || cookiename == "") return "";
              var index2 = cookiestring.indexOf(';', index1);
              if (index2 == -1) index2 = cookiestring.length;
              return unescape(cookiestring.substring(index1 + cookiename.length + 1, index2))
            }

            function checkForStartInCookie() {
              var cookieIndex = 0;
              var cookieValue = getCook('startin');
              for (x = 0; x < document.LOGIN_FORM.TARGET.options.length; x++) {
                if (document.LOGIN_FORM.TARGET.options[x].text == cookieValue) {
                  cookieIndex = x;
                  break;
                }
              }
              if (cookieIndex) {
                document.LOGIN_FORM.TARGET.selectedIndex = cookieIndex;
              }
            }

            function saveStart() {
              setStartInCookie(document.LOGIN_FORM.TARGET.options[document.LOGIN_FORM.TARGET.selectedIndex].text);
            }

            function setStartInCookie(destination) {
              var where, cookiestring;
              where = destination;
              cookiestring = "startin=" + where + ";DOMAIN=.etrade.com;PATH=/;EXPIRES=" + getExpire(12000);
              document.cookie = cookiestring;
            }
            var targetURLPrefix = (window.location.origin.indexOf('bankus') != -1) ? ETRADE : window.location.origin;
            var addType = "designLanguageSelect";
            var loglist = '<select name="TARGET" class="select-startin" onChange="javascript:saveStart();">';
            loglist += '  <option value="' + targetURLPrefix + '/e/t/user/xfr?Target=/etx/hw/accountshome?cnt=header_logon_startin_accounts">Accounts</option>';
            loglist += '  <option value="' + targetURLPrefix + '/e/t/user/xfr?Target=/etx/pxy/portfolios/positions?cnt=header_logon_startin_portfolios">Portfolios</option>';
            loglist += '  <option value="' + targetURLPrefix + '/e/t/user/xfr?Target=/etx/trd/tradingcenter#/stocks?cnt=header_logon_startin_stocktrade">Stock Trade</option>';
            loglist += '  <option value="' + targetURLPrefix + '/e/t/user/xfr?Target=/etx/trd/tradingcenter#/options?cnt=header_logon_startin_optionstrade">Options Trade</option>';
            loglist += '  <option value="' + targetURLPrefix + '/e/t/user/xfr?Target=/e/t/invest/markets?cnt=header_logon_startin_markets&protect">Markets</option>';
            loglist += '  <option value="' + targetURLPrefix + '/e/t/user/xfr?Target=' + BANKUS + '/e/t/ibank/accountdetails?cnt=header_logon_startin_bankaccounts">Bank Accounts</option>';
            loglist += '  <option value="' + targetURLPrefix + '/e/t/user/xfr?Target=' + BANKUS + '/e/t/accounts/billpay/schedulepayments?cnt=header_logon_startin_billpay">Bill Pay</option>';
            loglist += '  <option value="' + targetURLPrefix + '/e/t/user/xfr?Target=/e/t/stockplan/overview?cnt=header_logon_startin_stockplan">Stock Plan</option>';
            loglist += '  </select>';
            var targetlist = '<ul aria-labelledby="loginLocation" class="dropdown-menu">';
            targetlist += '  <li><a href="' + targetURLPrefix + '/e/t/user/xfr?Target=/etx/hw/accountshome?cnt=header_logon_startin_accounts">Accounts</a></li>';
            targetlist += '  <li><a href="' + targetURLPrefix + '/e/t/user/xfr?Target=/etx/pxy/portfolios/positions?cnt=header_logon_startin_portfolios">Portfolios</a></li>';
            targetlist += '  <li><a href="' + targetURLPrefix + '/e/t/user/xfr?Target=/etx/trd/tradingcenter#/stocks?cnt=header_logon_startin_stocktrade">Stock Trade</a></li>';
            targetlist += '  <li><a href="' + targetURLPrefix + '/e/t/user/xfr?Target=/etx/trd/tradingcenter#/options?cnt=header_logon_startin_optionstrade">Options Trade</a></li>';
            targetlist += '  <li><a href="' + targetURLPrefix + '/e/t/user/xfr?Target=/e/t/invest/markets?cnt=header_logon_startin_markets&protect">Markets</a></li>';
            targetlist += '  <li><a href="' + targetURLPrefix + '/e/t/user/xfr?Target=' + BANKUS + '/e/t/ibank/accountdetails?cnt=header_logon_startin_bankaccounts">Bank Accounts</a></li>';
            targetlist += '  <li><a href="' + targetURLPrefix + '/e/t/user/xfr?Target=' + BANKUS + '/e/t/accounts/billpay/schedulepayments?cnt=header_logon_startin_billpay">Bill Pay</a></li>';
            targetlist += '  <li><a href="' + targetURLPrefix + '/e/t/user/xfr?Target=/e/t/stockplan/overview?cnt=header_logon_startin_stockplan">Stock Plan</a></li>';
            targetlist += '  </ul>';
            var designLanguageList = '<div class="form-group">';
            designLanguageList += '<div class="select-wrapper">';
            designLanguageList += '<select class="form-control login-dropdown">';
            designLanguageList += '  <option value="' + targetURLPrefix + '/e/t/user/xfr?Target=/etx/hw/accountshome?cnt=header_logon_startin_accounts">Accounts</option>';
            designLanguageList += '  <option value="' + targetURLPrefix + '/e/t/user/xfr?Target=/etx/pxy/portfolios/positions?cnt=header_logon_startin_portfolios">Portfolios</option>';
            designLanguageList += '  <option value="' + targetURLPrefix + '/e/t/user/xfr?Target=/etx/trd/tradingcenter#/stocks?cnt=header_logon_startin_stocktrade">Stock Trade</option>';
            designLanguageList += '  <option value="' + targetURLPrefix + '/e/t/user/xfr?Target=/etx/trd/tradingcenter#/options?cnt=header_logon_startin_optionstrade">Options Trade</option>';
            designLanguageList += '  <option value="' + targetURLPrefix + '/e/t/user/xfr?Target=/e/t/invest/markets?cnt=header_logon_startin_markets&protect">Markets</option>';
            designLanguageList += '  <option value="' + targetURLPrefix + '/e/t/user/xfr?Target=' + BANKUS + '/e/t/ibank/accountdetails?cnt=header_logon_startin_bankaccounts">Bank Accounts</option>';
            designLanguageList += '  <option value="' + targetURLPrefix + '/e/t/user/xfr?Target=' + BANKUS + '/e/t/accounts/billpay/schedulepayments?cnt=header_logon_startin_billpay">Bill Pay</option>';
            designLanguageList += '  <option value="' + targetURLPrefix + '/e/t/user/xfr?Target=/e/t/stockplan/overview?cnt=header_logon_startin_stockplan">Stock Plan</option>';
            designLanguageList += '</select>';
            designLanguageList += '</div>';
            designLanguageList += '</div>';
            if (addType == 'unorderList') {
              document.write(targetlist);
            } else if (addType == 'designLanguageSelect') {
              document.write(designLanguageList);
            } else {
              document.write(loglist);
              checkForStartInCookie();
            }
          </script>
          <div class="form-group">
            <div class="select-wrapper"><select class="form-control login-dropdown">
                <option value="https://us.etrade.com/e/t/user/xfr?Target=/etx/hw/accountshome?cnt=header_logon_startin_accounts">Accounts</option>
                <option value="https://us.etrade.com/e/t/user/xfr?Target=/etx/pxy/portfolios/positions?cnt=header_logon_startin_portfolios">Portfolios</option>
                <option value="https://us.etrade.com/e/t/user/xfr?Target=/etx/trd/tradingcenter#/stocks?cnt=header_logon_startin_stocktrade">Stock Trade</option>
                <option value="https://us.etrade.com/e/t/user/xfr?Target=/etx/trd/tradingcenter#/options?cnt=header_logon_startin_optionstrade">Options Trade</option>
                <option value="https://us.etrade.com/e/t/user/xfr?Target=/e/t/invest/markets?cnt=header_logon_startin_markets&amp;protect">Markets</option>
                <option value="https://us.etrade.com/e/t/user/xfr?Target=https://bankus.etrade.com/e/t/ibank/accountdetails?cnt=header_logon_startin_bankaccounts">Bank Accounts</option>
                <option value="https://us.etrade.com/e/t/user/xfr?Target=https://bankus.etrade.com/e/t/accounts/billpay/schedulepayments?cnt=header_logon_startin_billpay">Bill Pay</option>
                <option value="https://us.etrade.com/e/t/user/xfr?Target=/e/t/stockplan/overview?cnt=header_logon_startin_stockplan">Stock Plan</option>
              </select></div>
          </div>
          <input type="hidden" name="TARGET" value="https://us.etrade.com/e/t/user/xfr?Target=/etx/hw/accountshome?cnt=header_logon_startin_accounts">
        </div>
        <div class="col-xs-12 col-md-6">
          <div>
            <button id="logon_button" class="btn btn-primary btn-block">Log on</button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-centered-4 vertical-offset-xl">
      <div class="row vertical-offset-sm">
        <div class="col-xs-9"> Forgot <a href="/e/t/user/retrieveUserID">User ID</a> or <a href="/e/t/user/resetpasswd">Password</a>? </div>
      </div>
      <div class="row">
        <div class="col-xs-12 vertical-offset-md">
          <a href="/e/t/user/loginhelp">Need more help logging on?</a>
        </div>
        <div class="col-xs-9">
          <a role="link" class=" btn-link" href="/security-center">
                                    <i class="  material-icons" aria-hidden="true">lock</i>
                                    Security center
                                </a>
        </div>
        <div class="col-xs-3 text-right">
          <a href="javascript:GoToETURL('/speedbump/ch-language','etrade');">中文</a>
        </div>
      </div>
    </div>
  </div>
</form>

POST

<form id="fileUploadForm" enctype="multipart/form-data" method="post" target="fileUploadIframe"><input type="file" id="fileSelector" name="file" style="display: none;"><input name="filename" type="hidden"></form>

Text Content

Skip to content
 * Banking
 * Stock Plans

Contact us
 * Account Types Expand Account Types keyboard_arrow_down
   * Overview
   * Brokerage
   * Retirement
   * Core Portfolios
   * Managed Portfolios
   * Small Business
   * Bank
 * Investment Choices Expand Investment Choices keyboard_arrow_down
   * Overview
   * Stocks
   * Options
   * Mutual Funds
   * ETFs
   * Futures
   * Bonds and CDs
   * Prebuilt Portfolios
   * IPO / New Issues
 * New to Investing
 * Trading Expand Trading keyboard_arrow_down
   * Overview
   * Platforms
   * Margin Trading
   * Execution Quality
 * Pricing and Rates
 * Insights Expand Insights keyboard_arrow_down
   * Overview
   * Investing Basics
   * Advanced Trading
   * Retirement Planning
   * Tax Planning
   * Morgan Stanley Thought Leadership
   * Market News
   * Thematic Investing
   * Events
 * View more items more_horiz

search Search
Search by Symbol/Keyword
search



Close search close

Open search search

Search by Symbol/Keyword
search



Close search close
 * Account Types arrow_back Back to Main Menu
   * Overview
   * Brokerage
   * Retirement
   * Core Portfolios
   * Managed Portfolios
   * Small Business
   * Bank
 * Investment Choices arrow_back Back to Main Menu
   * Overview
   * Stocks
   * Options
   * Mutual Funds
   * ETFs
   * Futures
   * Bonds and CDs
   * Prebuilt Portfolios
   * IPO / New Issues
 * New to Investing
 * Trading arrow_back Back to Main Menu
   * Overview
   * Platforms
   * Margin Trading
   * Execution Quality
 * Pricing and Rates
 * Insights arrow_back Back to Main Menu
   * Overview
   * Investing Basics
   * Advanced Trading
   * Retirement Planning
   * Tax Planning
   * Morgan Stanley Thought Leadership
   * Market News
   * Thematic Investing
   * Events
 * Banking
 * Stock Plans
 * Contact us




ONLINE SUPPORT

Due to high inquiry volumes, wait times have been longer than usual. For
immediate self-service options and fast answers to a wide variety of questions,
see our Online Resource Center and most popular FAQs.

PLEASE UPGRADE YOUR BROWSER

E*TRADE uses features that may not be supported by your current browser and
might not work as intended. For the best user experience, please use an updated
browser.


LOG ON

User ID
Password
Security code
Remember User ID
Use security code info_outline
Go To:
Accounts Portfolios Stock Trade Options Trade Markets Bank Accounts Bill Pay
Stock Plan
Log on
Forgot User ID or Password?
Need more help logging on?
lock Security center
中文



ETRADE FOOTER

MORE ADVANTAGES FOR YOU

Explore products and resources now that E*TRADE and Morgan Stanley have joined
forces

See what's new arrow_forward



REFER. REWARD. REPEAT.

E*TRADE is even better when you tell your friends. Get the word out and get a
$50 Amazon.com Gift Card for each new qualified signup.

Learn more arrow_forward



NEED TAX DOCUMENTS FOR A CLOSED ACCOUNT?

Log on above with your old user ID and password




ABOUT US 

 * Company Overview
 * Investor Relations
 * Newsroom
 * Careers
 * Privacy
 * About Our Ads
 * Accessibility at E*TRADE

SERVICE 

 * Contact Us
 * FAQs
 * Forms and Applications
 * Financial Consultants

QUICK LINKS 

 * Open An Account
 * Fund My Account
 * Cash Management
 * Stock Plans
 * Executive Services
 * Refer a Friend
 * Security Center
 * Site Map

CONNECT WITH US

phone 800-387-2331

location_on Find a Branch

 *  
 *  
 *  
 *  
 *  

--------------------------------------------------------------------------------



CHECK THE BACKGROUND OF E*TRADE SECURITIES LLC ON FINRA'S BROKERCHECK SEE
E*TRADE SECURITIES LLC AND E*TRADE CAPITAL MANAGEMENT, LLC RELATIONSHIP SUMMARY.

Investment Products • Not FDIC Insured • No Bank Guarantee • May Lose Value

PLEASE READ THE IMPORTANT DISCLOSURES BELOW.

BANKING PRODUCTS AND SERVICES ARE PROVIDED BY MORGAN STANLEY PRIVATE BANK,
NATIONAL ASSOCIATION, MEMBER FDIC.





Securities products and services offered by E*TRADE Securities LLC, Member SIPC.
Investment advisory services offered by E*TRADE Capital Management, LLC, a
Registered Investment Adviser. Commodity futures and options on futures products
and services offered by E*TRADE Futures LLC, Member NFA. Stock plan
administration solutions and services offered by E*TRADE Financial Corporate
Services, Inc. Banking products and services are provided by Morgan Stanley
Private Bank, National Association, Member FDIC. All are separate but affiliated
subsidiaries of Morgan Stanley.

System response and account access times may vary due to a variety of factors,
including trading volumes, market conditions, system performance, and other
factors.

Statement of Financial Condition | About Asset Protection | Account Agreements
and Disclosures | Quarterly 606 Report | Business Resiliency Plan

©2022 E*TRADE from Morgan Stanley. All rights reserved. E*TRADE Copyright Policy



--------------------------------------------------------------------------------

 * 
 * 

360w501m3.5





Live chat:E*TRADE Assistant