us.etrade.com
Open in
urlscan Pro
198.93.34.50
Public Scan
URL:
https://us.etrade.com/e/t/user/login_sp
Submission: On February 05 via api from US — Scanned from DE
Submission: On February 05 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMName: LOGIN_FORM — POST https://us.etrade.com/login
<form action="https://us.etrade.com/login" method="POST" name="LOGIN_FORM" autocomplete="off">
<table border="0" width="100%" cellpadding="0" cellspacing="8">
<tbody>
<tr>
<td colspan="2"><a style="float: right" class="chinese-site-button" href="/e/t/user/speedbump?product=chinesesite"><img src="https://cdn2.etrade.net/1/20220125.0/images/prospect/chinese_grey.gif"></a><span
style="font-size: large"><strong>Secure Log On</strong></span>
</td>
</tr>
<tr></tr>
<tr>
<td>
<input size="15" style="width: 100px;margin:0 4px 0 0;" id="sp_user_id" class="sm_cobrowsing_masked_field" value="" type="text" name="USER" placeholder="User ID">
<input value="false" type="hidden" name="USE_IDENTITY_TOKEN">
</td>
<td>
<!--[if lte IE 9]>
<input SIZE="15" STYLE="width:100px;" ID="txtPassword" VALUE="Password" TYPE="text" >
<input SIZE="15" STYLE="display:none;width:100px;" VALUE="" TYPE="password" PLACEHOLDER="Password" NAME="PASSWORD" >
<![endif]-->
<!--[if gt IE 9]-->
<input size="15" style="width:100px;" id="sp_user_password" class="sm_cobrowsing_masked_field" value="" type="password" placeholder="Password" name="PASSWORD">
<!--[endif]-->
</td>
</tr>
<tr id="sp_security_code_wrapper" style="display:none;">
<td colspan="2">
<input size="15" style="width: 100px;margin:0 4px 0 0;" id="sp_security_code" class="sm_cobrowsing_masked_field" type="tel" name="SECURITY_CODE" placeholder="Security code">
</td>
</tr>
<tr>
<td colspan="2" id="userIDHelp"><input style="vertical-align: middle;" id="remUserID" value="true" type="checkbox" name="REMEMBER_MY_USER_ID"><label style="vertical-align: middle;" for="remUserID">Remember My User ID</label> <span
class="eticon-v1 helpIcon"
data-original-title="Checking this box will save you from needing to re-enter your User ID each time you visit. Please do not use this feature on a shared computer or mobile device, or if you are using a password manager."></span>
</td>
</tr>
<tr>
<td colspan="2">
<input style="vertical-align: middle;" id="sp_security_code_chk" type="checkbox" name="SECURITY_CODE_CHK">
<label style="vertical-align: middle;" for="sp_security_code_chk">Use security code</label>
</td>
</tr>
<tr></tr>
<tr>
<td valign="middle" colspan="2">
<input style="color:transparent;" class="log-on-btn" value="" type="submit">
<span style="clear:both;"></span>
</td>
</tr>
<tr>
<td colspan="2"> Forgot <a href="/e/t/user/retrieveUserID">User ID</a> or <a href="/e/t/user/resetpasswd">Password</a>? </td>
</tr>
<tr></tr>
<tr>
<td colspan="2"><span style="font-size: larger"><strong>START IN</strong></span></td>
</tr>
<tr>
<td colspan="2">
<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 = "";
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 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/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><select name="TARGET" class="select-startin" onchange="javascript:saveStart();">
<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&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>
</td>
</tr>
<tr></tr>
<tr>
<td colspan="2">
<ul style="list-style:none;">
<li>Set Up <a href="javascript:GoToETURL('/e/t/onlineenroll','etrade');">Online Account Access</a></li>
<li>Using a <a href="javascript:GoToETURL('/e/t/user/secureid-reorder','etrade');">Security ID</a></li>
<li>Access Your <a href="/e/t/accounts/TaxSeasonLogin">Tax Documents</a></li>
</ul>
</td>
</tr>
<tr></tr>
<tr>
<td colspan="2" style="padding-top: 4px">
<div style="float:left;" class="img-lock-white"></div>
<a href="javascript:GoToETURL('/e/t/estation/pricing?id=1220000000','etrade');"><strong>Security Center</strong></a>
</td>
</tr>
<tr></tr>
<tr>
<td colspan="2" class="line-sep"> </td>
</tr>
<tr>
<td colspan="2" style="font-size: larger;"><strong>More Helpful Links:</strong></td>
</tr>
<tr>
<td colspan="2">
<ul style="list-style:none;">
<li><a name="Top2" href="javascript:showAnswer('ans-2','Top2');">Commissions & Fees</a></li>
<li><a name="Top3" href="javascript:showAnswer('ans-3','Top3');">Trading on Margin</a></li>
<li><a name="Top4" href="javascript:showAnswer('ans-4','Top4');">Funding My Account</a></li>
<li><a name="Top6" href="javascript:showAnswer('ans-18','Top6');">Update Account Information</a></li>
</ul>
</td>
</tr>
<tr></tr>
<tr></tr>
<tr></tr>
<tr></tr>
<tr></tr>
<tr></tr>
<tr></tr>
<tr></tr>
</tbody>
</table>
</form>
Text Content
-------------------------------------------------------------------------------- EMPLOYEE STOCK PLAN ACCOUNT LOG IN Secure Log On Remember My User ID Use security code Forgot User ID or Password? START IN Accounts Portfolios Stock Trade Options Trade Markets Bank Accounts Bill Pay Stock Plan * Set Up Online Account Access * Using a Security ID * Access Your Tax Documents Security Center More Helpful Links: * Commissions & Fees * Trading on Margin * Funding My Account * Update Account Information INVESTING TOP 5S Top 5 Dividend Yielding Stocks Top 5 Bullish Stocks Top 5 Performing Mutual Funds (1-year) View All » Get up to $600 when you open an IRA Plus 60 days of free trades for deposits of $10k or more NEED HELP LOGGING IN? * Customer Service Online * 1-800-ETRADE-1 (1-800-387-2331) Phone Numbers E*TRADE SECURITIES OR E*TRADE BANK 1-800-ETRADE-1 (1-800-387-2331) From outside the U.S. +1 678 624 6210 24 hours a day EMPLOYEE STOCK PLANS 1-800-838-0908 From outside the U.S. and Canada + 1 650 599 0125 12:00 a.m. Monday - 11:59 p.m. Friday ET INTERNATIONAL TOLL-FREE CONTACT NUMBERS RETIREMENT SPECIALISTS Call 1-877-921-2434 * Visit an E*TRADE Branch Suggestions I WANT TO * Plan for Retirement * Rollover a 401(k) or IRA * Transfer an Account * Talk to an Investment Professional * Find a Branch * Access My Employee Stock Plan Account HOW DO I * Open an Account * Fund My Account * Find the Right Investments * Place a Trade * Trade on Margin * Download mobile apps I NEED HELP * Choosing the Right IRA * Logging In * Finding a Form or Application * Locating Tax Documents * Understanding Options for Uninvested Cash * Contacting E*TRADE ABOUT E*TRADE * About E*TRADE * Corporate Services * Investor Relations * Privacy Statement * About Our Ads * Careers * Site Map * Security Center RECOGNIZED EXCELLENCE * Connect with us * * * * * -------------------------------------------------------------------------------- * * * Investment Products: • Not FDIC Insured • No Bank Guarantee • May Lose Value -------------------------------------------------------------------------------- E*TRADE credits and offers may be subject to U.S. withholding taxes and reporting at retail value. Taxes related to these credits and offers are the customer's responsibility. E*TRADE Securities ratings for Online Broker by Kiplinger's Personal Finance, November 2012 Online Broker Survey, based on the following categories: Investment Choices (5 stars), Customer Service (5 stars), User Experience (4.5 stars), Research and Tools (4 stars), Banking (3.5 stars), and Fees & Commissions (2.5 stars). © 2012 The Kiplinger Washington Editors. All rights reserved. Statement of Financial Condition | About Asset Protection | Customer Account Agreements | Quarterly 606 Report | Business Continuity Plan | About Our Ads Employee stock plan solutions are offered by E*TRADE Financial Corporate Services, Inc. Securities products and services are offered by E*TRADE Securities LLC, Member SIPC. In connection with stock plan solutions offered by E*TRADE Financial Corporate Services, Inc., E*TRADE Securities LLC provides brokerage services to stock plan participants. E*TRADE Financial Corporate Services, Inc. and E*TRADE Securities LLC 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. © 2022 E*TRADE from Morgan Stanley. All rights reserved. 375w501m3.4 Print What are your commissions and fees? E*TRADE Securities customized commissions and margin rates1 are among the lowest in the industry. Active traders can qualify for even lower pricing with our exclusive Pro Elite program.2 View all commissions and fees 1. Trading on margin involves risk, including the possible loss of more money than you have deposited. In addition, E*TRADE Securities can force the sale of any securities in your account without contacting you if your equity falls below required levels, and you are not entitled to an extension of time in the event of a margin call. Please read more information regarding the risks of trading on margin at etrade.com/margin. When trading on margin, an investor borrows a portion of the funds he/she uses to buy stocks to try to take advantage of opportunities in the market. He/she pays interest on the funds borrowed until the loan is repaid. For each trade made in a margin account, we use all available cash and sweep funds first and then charge the customer the current margin interest rate on the balance of the funds required to fill the order. The minimum balance for a margin account is $2,000. 2. The E*TRADE Pro trading platform is available at no additional charge to Pro Elite active trader customers who execute at least 30 stock or options trades during a calendar quarter. To continue receiving access to this platform, you must execute at least 30 stock or options trades by the end of the following calendar quarter. Can I trade on margin with an E*TRADE account? * Yes. Once you are approved for margin trading you can borrow against the assets in your brokerage account. When you borrow on margin, you pay interest on the loan until it is repaid. E*TRADE Securities offers some of the most competitive margin interest rates in the industry. The minimum balance required for a margin account is $2,000. * Note: Trading on margin involves risk, including the possible loss of more money than you have deposited. In addition, E*TRADE Securities can force the sale of any securities in your account without contacting you if your equity falls below required levels, and you are not entitled to an extension of time in the event of a margin call. Please read more information regarding the risks of trading on margin at etrade.com/margin. How do I fund an account? Choose the method that works best for you: 1. Transfer Money Electronically – Use our FREE Transfer Money service to transfer within 3 business days, click here for instructions 2. By Check – You can easily deposit many types of checks, click here for instructions 3. By Wire Transfer – Wire transfers are fast and secure, click here for instructions 4. Transfer an Account – Move an account from another firm, click here for instructions How do I update my account information? You can easily update your email, address, user ID, password and more online, just log into Customer Service online.