How to use the ofxtools.OFXTree function in ofxtools

To help you get started, we’ve selected a few ofxtools examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github rienafairefr / pynYNAB / pynYNAB / scripts / ofximport.py View on Github external
def get_stmts(ofxfile):
    tree = OFXTree()
    tree.parse(ofxfile)
    response = tree.convert()
    return response.statements

ofxtools

Library for working with Open Financial Exchange (OFX) data

GPL-3.0
Latest version published 3 years ago

Package Health Score

58 / 100
Full package analysis

Similar packages