Home > freetb4matlab > financial > google.m

google

PURPOSE ^

%

SYNOPSIS ^

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

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{conn} =} google 
% @deftypefnx {Function File} {@var{conn} =} google (@var{URL}, @var{ipaddress}, @var{port})
%
% Prepare a Google connection for the fetch command to get Google
% historical quote data.
%
% If given, the @var{URL} must be 'http://finance.google.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, yahoo}
% @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