Home > freetb4matlab > financial > yahoo.m

yahoo

PURPOSE ^

%

SYNOPSIS ^

function conn = yahoo (url='http://quote.yahoo.com', ipaddr='', port=[])

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{conn} =} yahoo 
% @deftypefnx {Function File} {@var{conn} =} yahoo (@var{URL}, @var{ipaddress}, @var{port})
%
% Prepare a Yahoo connection for the fetch command to get Yahoo
% historical quote data.
%
% If given, the @var{URL} must be 'http://quote.yahoo.com'.  The
% @var{ipaddress} and @var{port} is the proxy ipaddress and port. These
% parameters are currently ignored (with a warning if given).
%
% @seealso{fetch, google}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003