Finance::Bank::HSBC

Extract HSBC online banking data
Download

Finance::Bank::HSBC Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Matt Wilson
  • Publisher web site:
  • http://search.cpan.org/~mwilson/

Finance::Bank::HSBC Tags


Finance::Bank::HSBC Description

Extract HSBC online banking data Finance::Bank::HSBC is a Perl module that provides a rudimentary interface to the HSBC online banking system at https://www.ebank.hsbc.co.uk/. It provides the ability to extract account information, transaction history and statements.SYNOPSIS use Finance::Bank::HSBC; my @accounts = Finance::Bank::HSBC->check_balance( bankingid => "IBnnnnnnnnnn", seccode => "nnnnnn", dateofbirth => "DDMMYY", get_statements => 0, # or 1 get_transactions => 0, # or 1 # YYYY-MM-DD earliest_statement_date => '2006-08-31', # full account number(s) without spaces, as shown in online banking # e.g. sortcodeACCOUNTNUMBER e.g. 987654012345678 # can be an array of several or a single value accounts => , ); foreach (@accounts) { printf "%s : s / s : GBP %8.2f ", $_->{name}, $_->{type}, $_->{account}, $_->{balance}; } Requirements: · Perl


Finance::Bank::HSBC Related Software