https://github.com/leogregianin/ofx-reader
:money_with_wings: :moneybag: OFX (Open Financial Exchange) file formats library in Pascal/Object Pascal for Delphi and Lazarus
https://github.com/leogregianin/ofx-reader
delphi lazarus-ide lazarus-package object-pascal ofx ofx-parser pascal
Last synced: 3 months ago
JSON representation
:money_with_wings: :moneybag: OFX (Open Financial Exchange) file formats library in Pascal/Object Pascal for Delphi and Lazarus
- Host: GitHub
- URL: https://github.com/leogregianin/ofx-reader
- Owner: leogregianin
- License: mit
- Created: 2016-07-04T11:30:51.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T22:00:52.000Z (about 1 year ago)
- Last Synced: 2025-09-06T18:56:12.357Z (9 months ago)
- Topics: delphi, lazarus-ide, lazarus-package, object-pascal, ofx, ofx-parser, pascal
- Language: Pascal
- Homepage:
- Size: 6.17 MB
- Stars: 68
- Watchers: 16
- Forks: 36
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OFX/OFC Reader
Read the OFX (Open Financial Exchange) and OFC (Open Financial Connectivity) file formats.
About
-------
* Importing the OFX/OFC file allows you to save time in financial management. Instead of typing or throwing each drive manually, you download the current account statement or savings in this file format.
* OFX/OFC file format is widely used in Internet Banking of the leading financial institutions in the world.
* Compatible with all versions of Delphi / Lazarus.
* Tested with [Delphi Community Edition](https://www.embarcadero.com/products/delphi/starter/promotional-download) and [Lazarus FPC IDE](https://www.lazarus-ide.org).
Installation (optional)
-------
For install in your project using [boss](https://github.com/HashLoad/boss):
``` sh
$ boss install github.com/leogregianin/ofx-reader
```
Example
-------
Simple result:

Dataset result:

JSON result:

Unittest
-------

Collaboration
-------
Contribute to improving the project. If you'd like inspiration on projects, check out the [Easy-Fix](https://github.com/leogregianin/ofx-reader/issues) label on the tracker. It holds tasks that can be solved without too much knowledge of the code.
Contributors
-------
Contributors are listed [here](https://github.com/leogregianin/ofx-reader/graphs/contributors).
License
-------
[MIT License](LICENSE).