SYNOPSIS
use Finance::Quote;
$q = Finance::Quote->new;
%stockinfo = $q->fetch("troweprice","PRFDX"); # Can failover to other methods
%stockinfo = $q->fetch("troweprice_direct","PRFDX"); # Use this module only.
use Finance::Quote;
$q = Finance::Quote->new;
%stockinfo = $q->fetch("troweprice","PRFDX"); # Can failover to other methods
%stockinfo = $q->fetch("troweprice_direct","PRFDX"); # Use this module only.