Welcome to OTCStockList.com - a collection of research, facts and information about the stocks listed on the OTC (Over The Counter) BB stock exchange. Find out more about OTC stocks, learn how to trade and gather quotes and research here!

List Companies by Name:

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z

List Companies by Ticker Symbol:

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z



$l Companies:

"; } else { $sql=mysql_query("SELECT * FROM tickers WHERE ticker LIKE '$l%' order by ticker"); echo "

$l Stocks:

"; } while($stocks=mysql_fetch_array($sql)) { echo "
  • " . $stocks["ticker"] . " - " . $stocks["shortname"] . "
  • "; } } include($_SERVER['DOCUMENT_ROOT'] . "/includes/bottomtemplate.php"); ?>