{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/16"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/8"}],"enrichment":{"capability":"Parses Open Financial Exchange (.ofx) format files from banks, credit card companies, and investment brokers into structured Python objects for account and transaction data.","skillfed_tags":["finance","data-parsing","legacy"],"use_cases":["Extract transaction history from downloaded bank statements to build personal finance dashboards or ledgers.","Aggregate account balances and positions from multiple financial institutions into a single Python data structure.","Parse investment account statements to extract holdings, trades, and performance data for portfolio analysis.","Migrate financial data from OFX exports into custom accounting or bookkeeping applications.","Automate reconciliation workflows by reading OFX files and matching transactions to internal records."],"what_it_does":"ofxparse reads Open Financial Exchange (.ofx and .qfx) files\u2014the standard format banks, credit card companies, and investment brokers use to export account statements\u2014and converts them into Python objects you can query for accounts, transactions, positions, and balances. It handles three account types: bank accounts, credit card accounts, and investment accounts, each with different statement structures and transaction types.\n\nThe package is designed for one-way parsing: reading OFX files you've downloaded from your financial institution and extracting their data into your application. It has no runtime dependencies (only build-time ones), making it lightweight once installed. However, the project has been abandoned for over five years with no active maintenance, so it may not handle newer OFX variants or edge cases from current financial software.","worth_installing":"No, unless you are maintaining legacy code that already depends on it. The package is abandoned (last release 2021-05-31, no commits or updates since), installs only from source, and has no active maintenance. For new projects, use a maintained OFX parser or consider whether your financial institution offers a modern API instead. If you must parse OFX files, verify first that the package handles your institution's current format."},"id":"ofxparse","links":{"html":"https://skillfed.io/packages/ofxparse","md":"https://skillfed.io/packages/ofxparse.md","pypi":"https://pypi.org/project/ofxparse/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-05-31","license_spdx":null,"license_treatment":"permissive","name":"ofxparse","python_support":"unspecified","summary":"Tools for working with the OFX (Open Financial Exchange) file format"},"popularity":{"monthly_downloads":197568,"position":9756,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.21"}
