An open API service indexing awesome lists of open source software.

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

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:

![example1](samples/simple.jpg)

Dataset result:

![example2](samples/dataset.jpg)

JSON result:

![example3](samples/json.jpg)

Unittest
-------

![dunit](tests/tests.png)

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).