API

class pyitau.main.Itau(agency, account, account_digit, password, holder_name=None)[source]

Bases: object

authenticate()[source]
get_credit_card_invoice(card_name=None)[source]

Get and return the credit card invoice.

get_statements(days=90)[source]

Get and return the statements of the last days.

get_statements_from_month(month=1, year=2001)[source]

Get and return the full statements of a specific month.