Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raphaelm/python-fints
Pure-python FinTS (formerly known as HBCI) implementation
https://github.com/raphaelm/python-fints
api banking finance fints hbci python
Last synced: 5 days ago
JSON representation
Pure-python FinTS (formerly known as HBCI) implementation
- Host: GitHub
- URL: https://github.com/raphaelm/python-fints
- Owner: raphaelm
- License: lgpl-3.0
- Created: 2017-01-02T18:20:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T09:31:58.000Z (4 months ago)
- Last Synced: 2024-10-17T10:13:12.047Z (4 months ago)
- Topics: api, banking, finance, fints, hbci, python
- Language: Python
- Homepage: https://pypi.python.org/pypi/fints
- Size: 492 KB
- Stars: 327
- Watchers: 27
- Forks: 80
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
PyFinTS
=======This is a pure-python implementation of FinTS (formerly known as HBCI), a
online-banking protocol commonly supported by German banks.[Read our documentation for more info](https://python-fints.readthedocs.io)
Maintenance Status
------------------This project is maintained, but with limited capacity. Working on this is takes a lot of time and testing since all banks do things differently and once you move a part here, you break an unexpected one over there. Therefore: Bugs will only be fixed by me if they occur with a bank where I have an account. New features will only be developed if I need them. PRs will be merged if they either have a very low risk of breaking things elsewhere (e.g. purely adding new commands) or if I can test them. In any case, things might take a little time until I have the bandwidth to focus on them. Sorry about that :(
Limitations
-----------* Only FinTS 3.0 is supported
* Only PIN/TAN authentication is supported, no signature cards
* Only the following operations are supported:
* Fetching bank statements
* Fetching balances
* Fetching holdings
* SEPA transfers and debits (only with required TAN and with specific TAN methods)
* Supports Python 3.9+Credits and License
-------------------This library is maintained by Raphael Michel
and features major contributions by Henryk Plötz.Further thanks for improving this library go out to:
Daniel Nowak, Patrick Braune, Mathias Dalheimer, Christopher Grebs, Markus Schindler, and many more.License: LGPL