All Projects → lucasrcezimbra → pyitau

lucasrcezimbra / pyitau

Licence: LGPL-2.1 license
Unofficial client to access your Itaú bank data

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to pyitau

open-psd2
An open source framework for using banking API's built for PSD2 regulation.
Stars: ✭ 20 (-28.57%)
Mutual labels:  finance, bank, banking
bunq2ifttt
bunq2IFTTT creates a self-hosted interface between the bunq banking API and IFTTT.
Stars: ✭ 20 (-28.57%)
Mutual labels:  finance, bank, banking
mxfactorial
a payment application intended for deployment by the united states treasury
Stars: ✭ 36 (+28.57%)
Mutual labels:  finance, banking
FinanceKit
FinanceKit is a Framework for iOS and Mac to build apps working with financial data, like money, currencies, stocks, portfolio, transactions and other concepts.
Stars: ✭ 15 (-46.43%)
Mutual labels:  finance, banking
avanza
A Python library for the unofficial Avanza API
Stars: ✭ 54 (+92.86%)
Mutual labels:  finance, banking
fints-institute-db
Database of German Banks and their HBCI / FinTS endpoints
Stars: ✭ 28 (+0%)
Mutual labels:  finance, banking
awesome-open-finance
A curated list of open finance and open banking resources
Stars: ✭ 92 (+228.57%)
Mutual labels:  finance, banking
leumi-leumicard-bank-data-scraper
Open bank data for Leumi bank and Leumi card credit card
Stars: ✭ 28 (+0%)
Mutual labels:  scraper, banking
korbit-python
Korbit API wrapper for Python
Stars: ✭ 17 (-39.29%)
Mutual labels:  finance, requests
Finance
A self hosted app to help you get a better understanding of your personal finances.
Stars: ✭ 313 (+1017.86%)
Mutual labels:  finance, bank
Finance Go
📊 Financial markets data library implemented in go.
Stars: ✭ 392 (+1300%)
Mutual labels:  finance, scraper
Pitchfork
🎶 Unofficial python API for pitchfork.com reviews.
Stars: ✭ 67 (+139.29%)
Mutual labels:  scraper, requests
Social Scraper
Tổng hợp script crawl dữ liệu từ các mạng xã hội & website tiếng Việt
Stars: ✭ 47 (+67.86%)
Mutual labels:  scraper, requests
stock-market-scraper
Scraps historical stock market data from Yahoo Finance (https://finance.yahoo.com/)
Stars: ✭ 110 (+292.86%)
Mutual labels:  finance, scraper
premeStock
Monitors for restocks
Stars: ✭ 53 (+89.29%)
Mutual labels:  scraper, requests
bankster
Money Creation Made Easy
Stars: ✭ 30 (+7.14%)
Mutual labels:  finance, banking
up-bank-api
💎 Typed python client for Up's banking API
Stars: ✭ 20 (-28.57%)
Mutual labels:  bank, banking
persian-tools-rs
An anthology of a variety of tools for the Persian language in Rust
Stars: ✭ 17 (-39.29%)
Mutual labels:  bank, banking
ofxgo
Golang library for querying and parsing OFX
Stars: ✭ 96 (+242.86%)
Mutual labels:  finance, banking
Fintech To Ynab
Automatically push Monzo and Starling transactions into YNAB in real time.
Stars: ✭ 214 (+664.29%)
Mutual labels:  finance, bank

pyitau

PyPI Coverage Documentation Status

Unofficial client to access your Itaú bank data

Installation

pip install pyitau

How to Use

from pyitau import Itau

# Login
itau = Itau(agency='0000', account='12345', account_digit='5', password='012345')
itau.authenticate()

itau.get_statements()

Contributing

Contributions are welcome, feel free to open an Issue or Pull Request.

Pull requests must be for the develop branch.

git clone https://github.com/lucasrcezimbra/pyitau
cd pyitau
git checkout develop
python -m venv .venv
pip install -r requirements-dev.txt
pre-commit install
pytest
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].