@section('content') @if(Input::get('qm_symbol')) @endif @section('sub_menu') @include('trade/menu') @stop @section('css') {{ HTML::style('css/quotemedia.css') }} @stop
@if(Session::has('success'))
{{ Session::get('success') }}
@endif @if($errors->has())
@foreach ($errors->all() as $row)
{{ $row }}
@endforeach
@endif

Search by ticker symbol or company name.

@if(!Input::get('qm_symbol'))
  • BANQ currently does not provide trading execution in Pink Sheet listed securities.
  • $0.99 Window trades begin processing at 11 AM and 2 PM. Actual orders will generally execute within one hour of these times.
  • Mutual Funds can be window traded but because of the way mutual funds trade, you will always receive the end of day pricing for buys and sells.
  • Pricing for live trades, market, stop, limit and stop/limit orders, can be found here.
@else

 

@endif @if(Input::get('qm_symbol'))

()

$

Ask:

Bid:

Volume:

Open:

Previous Close:

Mkt Cap:

@if(Input::get('type') && !Input::old('type'))