jbms / finance-dl

Tools for automatically downloading/scraping personal financial data.
GNU General Public License v2.0
288 stars 37 forks source link

[Feature Request] Add Support for open banking aggregator GoCardless #101

Open dev590t opened 4 days ago

dev590t commented 4 days ago

redirected from https://github.com/jbms/beancount-import/issues/240

web scraping isn't the ideal approach to ingest data from bank accounts.

Using an open banking aggregator instead of web scraping offers several advantages, especially in terms of reliability, security, compliance, and efficiency. Here are some key reasons why using an open banking aggregator is generally better than web scraping:

1. Reliability and Stability

2. Security

3. Compliance

4. Data Quality

5. Efficiency

6. Scalability

7. Maintenance

8. User Experience

9. Bigger bank coverage

GoCardless supports many PSD2-compliant banks in the EU and the UK, and it is free to use. It supports over 2500 banks. The open-source accounting software Firefly III already integrates with some free open banking APIs. For more information, you can visit the Firefly III Documentation. Beancount ecosystem is still lagging in this domain.

Adding support for GoCardless would be a great enhancement.

jbms commented 4 days ago

We'd definitely be open to adding that as an additional data source.