lucasrcezimbra / pyitau

Unofficial client to access your Itaú bank data
https://pypi.org/project/pyitau/
GNU Lesser General Public License v2.1
51 stars 15 forks source link

Add support for Monthly Statements #201

Closed davibobsin closed 1 year ago

davibobsin commented 1 year ago

Context

Currently, the package only supports getting statements from a limited number of days. However, the Itaú interface allow to fetch statements from a specific month.

Suggestion

In order to allow a historical query of old statements, create a new flux which request statements from a specific month.

Implementations

lucasrcezimbra commented 1 year ago

Great. Thanks for the contribution.