Skip to content

mvfc/ofx2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NOT ACTIVELY MAINTAINED. If you see an error and want to do a PR, I'll gladly review it and merge it, but I am not putting in more effort on this. Sorry.

ofx2csv

Python script that converts .ofx and .qfx files to .csv

Running

  1. Have Python 3 installed

  2. Install dependencies

    python3 -m venv .venv
    source .venv/bin/activate
    python3 -m pip install -r requirements.txt
  3. Put the ofx files in the same folder as ofx2csv.py

  4. Do

    python ofx2csv.py

Options

JSON Output

It defaults to csv. You can also request JSON.

python ofx2csv.py -o json

Specify a file

It defaults to *.ofx; you can specify a file if you want:

python ofx2csv.py -i foo.qfx

Or two files:

python ofx2csv.py -i foo.qfx bar.qfx

You can also include wildcards:

python ofx2csv.py -i 2024-*.qfx bar.qfx

About

Python script that converts .ofx and .qfx files to .csv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages