Retrieve bank statements from Qonto automatically.
Mobius.Qonto.BankStatements.exe --IBAN FR7612345678901234567890123 --Login company-1234 --SecretKey 01234abc5678def901234abcdef56789 --Directory C:\Temp
A XLSX statement file with the transactions of the last full month will be genereted with a default filename.
--Filename MyFileName.xlsx
--Month 6 --Year 2021
The statement will be generated with the transactions of June 2021. If no year is set, the current year is used. If no month is set, the last finished month is used.
Quonto API: https://api-doc.qonto.com/
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are welcome. Please respect existing style in code.
The code in this project is licensed under BSD-3-Clause license.