us.etrade.com
Open in
urlscan Pro
65.196.177.40
Public Scan
URL:
https://us.etrade.com/e/t/user/login
Submission: On December 13 via api from US — Scanned from DE
Submission: On December 13 via api from US — Scanned from DE
Form analysis
2 forms found in the DOMName: log-on-form — POST 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="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-centered-4">
<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-centered-4" 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 class="row">
<div class="col-centered-4 vertical-offset-xxs">
<div class="row">
<div class="col-sm-6 col-sm-push-6 text-right-sm">
<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/pw/portfolios#/portfolios/0/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/pw/portfolios#/portfolios/0/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 inline">';
designLanguageList += 'Go to <select class="form-control inline 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/pw/portfolios#/portfolios/0/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 inline">Go to <select class="form-control inline 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/pw/portfolios#/portfolios/0/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&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-sm-6 col-sm-pull-6">
<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>
</div>
</div>
<div class="row">
<div class="col-centered-4 vertical-offset-base">
<div class="checkbox">
<input id="security_code_chk" type="checkbox" name="SECURITY_CODE_CHK">
<label for="security_code_chk">Use security code</label>
</div>
</div>
</div>
<div class="row">
<div class="col-centered-4">
<div>
<button id="logon_button" class="btn btn-primary btn-block">Log on</button>
</div>
</div>
</div>
<div class="row vertical-offset-xl">
<div class="col-centered-4">
<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 class="col-xs-3 text-right">
<a href="javascript:GoToETURL('/speedbump/ch-language','etrade');">中文</a>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<a href="/e/t/user/loginhelp">Need more help logging on?</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 * E*TRADE Bank * 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 * New to Investing * Trading Expand Trading keyboard_arrow_down * Overview * Platforms * Margin Trading * Execution Quality * Pricing and Rates * Knowledge * 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 * New to Investing * Trading arrow_back Back to Main Menu * Overview * Platforms * Margin Trading * Execution Quality * Pricing and Rates * Knowledge * E*TRADE Bank * Stock Plans * Contact us 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. 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. LOG ON User ID Password Security code Go to Accounts Portfolios Stock Trade Options Trade Markets Bank Accounts Bill Pay Stock Plan Remember User ID Use security code Log on Forgot User ID or Password? 中文 Need more help logging on? ETRADE FOOTER 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 NEED INFORMATION ABOUT SECURITY? Go to Security Center arrow_forward 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 AND 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. 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. Bank products and services offered by E*TRADE Bank and E*TRADE Savings Bank, both federal savings banks and Members FDIC. Stock plan administration solutions and services offered by E*TRADE Financial Corporate Services, Inc. All separate but affiliated subsidiaries of E*TRADE Financial Holdings, LLC. Securities, investment advisory, commodity futures, options on futures and other non-deposit investment products and services are not insured by the FDIC, are not deposits or obligations of, or guaranteed by, E*TRADE Bank or E*TRADE Savings Bank, and are subject to investment risk, including possible loss of the principal amount invested. 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 ©2021 E*TRADE Financial Holdings, LLC, a business of Morgan Stanley. All rights reserved. E*TRADE Copyright Policy -------------------------------------------------------------------------------- * * 36w301m5.3 Live chat:E*TRADE Assistant