Copyright (C) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + (expires ? "; expires=" + expires : "") + (path ? "; path=" + path : "") + (domain ? "; domain=" + domain : "") + (secure ? "secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
now = now.toGMTString();
if (f.author != undefined)
setCookie('mtcmtauth', f.author.value, now, '../index.html', '', '');
if (f.email != undefined)
setCookie('mtcmtmail', f.email.value, now, '../index.html', '', '');
if (f.url != undefined)
setCookie('mtcmthome', f.url.value, now, '../index.html', '', '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '../index.html', '');
deleteCookie('mtcmthome', '../index.html', '');
deleteCookie('mtcmtauth', '../index.html', '');
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
手数料の比較
10代からの株式投資
株式投資入門、デイトレード入門。初心者のための株式投資入門からデイトレードの基礎まで。
手数料の比較について
トップページ > 証券会社 > 証券会社手数料の比較ランキング
証券会社手数料の比較ランキング
ここではネット証券の手数料を比較しています。
[ おすすめ証券会社はこちら ]
[ デイトレ向け証券会社はこちら ]
0万円~100万円のランキング
100万円~1000万円のランキング
証券会社 |
200万円 |
300万円 |
500万円 |
1000万円 |
そしあす証券 |
462円 |
462円 |
924円 |
1,848円 |
アイディーオー証券 |
472円 |
472円 |
472円 |
472円 |
ひまわり証券 |
735円 |
735円 |
735円 |
735円 |
東洋証券 |
998円 |
1,155円 |
1,470円 |
2,258円 |
内藤証券 |
1,000円 |
1,260円 |
1,260円 |
1,560円 |
クリック証券 |
1,050円 |
1,050円 |
1,260円 |
1,260円 |
岩井証券 |
1,050円 |
1,050円 |
1,050円 |
1,575円 |
証券ジャパン |
1,050円 |
1,050円 |
1,050円 |
1,050円 |
岡三オンライン証券 |
1,350円 |
1,350円 |
1,350円 |
1,350円 |
※ あくまで「1注文ごと」の手数料です。価格帯によっては「1日定額」のほうが安い会社もあります。
※ 2009年5月22日 更新
資金別1位の会社
0万円~20万円 :
クリック証券
20万円~300万円 : そしあす証券
300万円~1000万円 :
アイディーオー証券
20万円までならクリック証券かジョインベスト証券、300万円以上ならアイディーオー証券、そのあいだならそしあす証券です。初心者の方には、投資信託も豊富なジョインベスト証券がおすすめです。
[ おすすめ証券会社はこちら ]
[ デイトレ向け証券会社はこちら ]
10代からの株式投資TOP
| デイトレ向け証券会社 »
当サイトはリンクフリーです