Finance-Bank-Schwab

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

                $position->symbol,
                $position->quantity,
                $position->price;
          }
          print "\n";

      }

DESCRIPTION
    This module provides a rudimentary interface to the Charles Schwab site.
    You will need either "Crypt::SSLeay" or "IO::Socket::SSL" installed for
    HTTPS support to work. "WWW::Mechanize" is required. If you encounter
    odd errors, install "Net::SSLeay" and it may resolve itself.

CLASS METHODS
  check_balance()
      check_balance( usename => $u, password => $p, get_positions => 1 )

    Return an array of account objects, one for each of your bank accounts.
    If the "get_positions" flag is true then account positions (share
    counts, prices, etc) will be retrieved as well.

README.md  view on Meta::CPAN

            $position->quantity,
            $position->price;
      }
      print "\n";

    }

# DESCRIPTION

This module provides a rudimentary interface to the Charles Schwab site.
You will need either `Crypt::SSLeay` or `IO::Socket::SSL` installed 
for HTTPS support to work. `WWW::Mechanize` is required.  If you encounter
odd errors, install `Net::SSLeay` and it may resolve itself.

# CLASS METHODS

## check\_balance()

    check_balance( usename => $u, password => $p, get_positions => 1 )

Return an array of account objects, one for each of your bank accounts. If 

lib/Finance/Bank/Schwab.pm  view on Meta::CPAN

            $position->quantity,
            $position->price;
      }
      print "\n";

  }

=head1 DESCRIPTION

This module provides a rudimentary interface to the Charles Schwab site.
You will need either C<Crypt::SSLeay> or C<IO::Socket::SSL> installed 
for HTTPS support to work. C<WWW::Mechanize> is required.  If you encounter
odd errors, install C<Net::SSLeay> and it may resolve itself.

=head1 CLASS METHODS

=head2 check_balance()

  check_balance( usename => $u, password => $p, get_positions => 1 )

Return an array of account objects, one for each of your bank accounts. If 



( run in 0.510 second using v1.01-cache-2.11-cpan-4d50c553e7e )