/ofxfix

Simple example of code to clean up OFX financial data downloaded from banks

Primary LanguagePython

OFXfix

This is a small code snippet/script to clean up OFX data downloaded from your bank in order to load it into financial software in a cleaner way.

Requires python >= 3.6.

Installation

  1. Install pipenv using pip:

    pip install pipenv

  2. Clone this repository:

    git clone https://github.com/tedcarnahan/ofxfix

  3. Run pipenv to install dependencies:

    pipenv install