Code Monkey home page Code Monkey logo

bank2ynab's Introduction

bank2ynab

This project consolidates other conversion efforts into one universal tool that easily converts and imports your bank's statements into YNAB.

Development: GitHub issues by-label GitHub open issues GitHub last commit PRs welcome! Join the chat at https://gitter.im/bank2ynab/Lobby

Testing: Travis status Coverage Status Maintainability

What? (Features)

Convert your downloaded bank statements into YNAB's input format. Here's what this script does, step by step:

  1. Look for and parse the bank2ynab.conf. This file contains all the rules and import formats.
  2. Look for and parse every CSV file in the configured download directory.
  3. If the CSV file matches any of the configured formats:
    1. Create a new CSV file in YNAB's CSV format with the correct columns and a blank Category column.
    2. Optionally delete the original CSV file.

Wish List

  • add many more input formats from all the other YNAB-CSV-conversion projects.
  • maybe coming later: automatically download your bank statements? (uses external services; only available in some countries)
  • maybe coming later: automatically import the converted data into your YNAB app? (optional, default off)

Why?

There are currently more than 80 GitHub projects related to YNAB converter scripts. Clearly there's a need, but until now these solutions have been fragmented. The present project "bank2ynab" aims to focus the efforts on a common source that encapsulates a large number of bank formats. This will also provide a common basis for a solution using a variety of programming languages.

How? Contribute!

Installation Instructions

Requirements

  • Windows or Mac or Linux
  • Python v3.5+ installed (download it from python.org) (Python v2.7 might work but we make no promises; Py2 has end-of-life on 01Jan2020.)
  • Support for other scripting languages may follow. Contributions are welcome!

User Guide

Using bank2ynab is easy:

  1. Download some bank statements from your banking website.
    • Make sure to choose CSV format. Save with the default suggested filename so that the converter can find it.
    • It's okay if the statements contain data that you already have in YNAB. YNAB will detect and skip these.
  2. Check the [DEFAULT] configuration in user_configuration.conf. You only need to do this once. Specifically:
    • Source Path = c:\users\example-username\Downloads Specify where you save your downloaded CSV files.
    • Delete Source File = True set to False if you want to keep the original CSV you downloaded.
  3. Check that the configuration in bank2ynab.conf contains a [SECTION] for your banking format. You only need to do this once per bank you use. If you can't find your bank in the config, tell us your bank's format and we can add it to the project.
  4. Install the required dependencies by navigating to the bank2ynab directory in your command line and entering the following - pip install -r requirements.txt or pip3 install -r requirements.txt.
  5. Run the bank2ynab.py conversion script to generate the YNAB-ready CSV output file. How to do this depends on your operating system:
    • Windows: Open a command prompt, navigate to the script directory, and run the command python bank2ynab.py.
      • Pro tip: Create a program shortcut! Right-click on the bank2ynab.bat file, choose Send to and then choose Desktop (create shortcut). Now you can just double-click that shortcut!
    • Linux/Mac: Open a terminal, navigate to the script directory, and run the command python3 ./bank2ynab.py.     - Important: Be sure to use python3 specifically, and not python or python2 which is probably the system default.
  6. Depending on your configuration, the conversion script will now import your files into YNAB automatically, or you can add the files manually:
    • Automatic import (when you have provided your YNAB API access token:
      • The conversion script will now ask you which budget it should use to import your converted CSV file to (if you have multiple). It will also ask you which account inside the budget to use (if you have multiple); you'll only have to answer this question once.
    • Manually drag-and-drop the converted CSV file onto the YNAB web app:
      • YNAB will detect this and offer you import options. If you had already switched YNAB to the corresponding account view, YNAB will understand that you want to import this file to this account.

Known Bugs

For details, please see our issue list labeled "Bug".

List of Supported Banks

Here is a list of the banks and their formats that we already support. Note that we have many more formats in the pipeline so the list continues to grow, and we are happy to receive requests. In alphabetical order (country and bank):

  1. AT easybank credit card
  2. AT Raiffeisen Bank 2018
  3. AT Raiffeisen Bank RCM
  4. AT Raiffeisen Bank 2019 checking
  5. AT Raiffeisen VISA
  6. AU ANZ
  7. AU ING
  8. AU National Australia Bank
  9. BE KBC checking
  10. BE KBC credit
  11. BE Keytrade Bank
  12. BR Banco do Brasil, checking
  13. BR Inter, checking
  14. CA TD Canada Trust, checking+Visa
  15. CH ZKB Erweiterte Suche
  16. CH ZKB Finanzassistent-Chronik
  17. CZ AirBank checking and savings
  18. CZ Ceska Sporitelna
  19. CZ Raiffeisen bank
  20. DE Commerzbank checking
  21. DE Consorsbank checking
  22. DE Deutsche Bank
  23. DE Deutsche Bank Credit Card
  24. DE Deutsche Kreditbank checking
  25. DE Deutsche Kreditbank credit card
  26. DE Fiducia (Volksbank, Sparda-Bank, BBBank, PSD Bank, Raiffeisen, ...)
  27. DE ING-DiBa
  28. DE Kreissparkasse
  29. DE N26
  30. DE Ostseesparkasse Rostock checking
  31. DE Ostseesparkasse Rostock credit card
  32. DE Sparkasse Rhein-Neckar-Nord
  33. DE Sparkasse Südholstein
  34. DK Bankernes EDB Central
  35. DK Jyske Bank VISA
  36. DK Nordea
  37. DK Sparkassen Thy
  38. HU Erste Bank checking
  39. HU OTP
  40. IE AIB Ireland
  41. IE Bank of Ireland
  42. IE N26
  43. IE Ulster Bank, savings
  44. IT RomagnaBanca Inbank
  45. LV Swedbank
  46. Mint
  47. MV Bank of Maldives, checking
  48. NETELLER
  49. NL Bunq checking
  50. NL bunqDesktop software
  51. NL bunqDesktop software 2
  52. NL ING
  53. NL ING Checking 2020
  54. NL KNAB
  55. NL Rabobank
  56. NL Rabobank-2018
  57. NL Rabobank Credit Card
  58. NO DNB
  59. NO Sparebank 1 VISA
  60. Personal Capital
  61. PL mBank
  62. SE Handelsbanken
  63. SE Länsförsäkringar checking
  64. SE Nordea - internetbanken.privat.nordea.se
  65. SE Nordea - netbank.nordea.se
  66. SE SEB Skandinaviska Enskilda Banken
  67. SE Sparbanken Tanum
  68. SE Swedbank
  69. SE Swedbank 2019
  70. SG OCBC Bank
  71. SG POSB savings
  72. SK Tatra Banka
  73. SK VUB
  74. UK Co-operative Bank
  75. UK Monzo checking
  76. UK Barclaycard credit card
  77. UK Barclaycard Business Credit Card
  78. UK first direct checking
  79. UK John Lewis Partnership Card
  80. US Bank of America
  81. US Bank of America Credit Card
  82. US BB&T
  83. US Chase Credit Card 2017
  84. US Chase Credit Card 2019
  85. US Schwab Checking
  86. US Schwab Savings
  87. US TB Bank
  88. US USAA

XKCD on standards: Fortunately, the charging one has been solved now that we've all standardized on mini-USB. Or is it micro-USB? Shit.


Disclaimer: Please use at your own risk. This tool is neither officially supported by YNAB (the company) nor by YNAB (the software) in any way. Use of this tool could introduce problems into your budget that YNAB, through its official support channels, will not be able to troubleshoot or fix. See also the full MIT licence.

bank2ynab's People

Contributors

nocalla avatar torbengb avatar toyg avatar duch11 avatar dowjones-jupyterhub avatar lint-action avatar milankowww avatar jakejx avatar cptaeons avatar nejch avatar m4a1x avatar jd1 avatar sliceolife avatar nielsmaerten avatar mhegadorn avatar tradfursten avatar github-actions[bot] avatar sebrut avatar sambaum avatar eloyz avatar diblaze avatar boelecamps avatar clancychilds avatar barabazs avatar borgiani avatar actions-user avatar kalanur avatar kintaro1981 avatar koenrh avatar martinth avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.