2013-10-04 13:26:28 +00:00
|
|
|
LibOFX is a parser and an API designed to allow applications to
|
|
|
|
very easily support OFX command responses, usually provided by
|
|
|
|
financial institutions for statement downloads.
|
2003-02-17 21:15:29 +00:00
|
|
|
|
|
|
|
LibOFX was implemented directly from the full OFX 1.6 spec, and
|
|
|
|
currently supports:
|
|
|
|
|
2013-10-04 13:26:28 +00:00
|
|
|
- Banking transactions and statements
|
|
|
|
- Credit card and statements
|
|
|
|
- Investment transactions
|
|
|
|
- OFX 2.0
|
2003-02-17 21:15:29 +00:00
|
|
|
|
2013-10-04 13:26:28 +00:00
|
|
|
Future projects for LibOFX include:
|
|
|
|
|
|
|
|
- Header parsing
|
|
|
|
- DTD autodetection
|
|
|
|
- Currency conversion
|
|
|
|
- QIF import
|
|
|
|
- QIF export (integrated inside the library)
|
|
|
|
- OFX export
|
2003-02-27 07:35:28 +00:00
|
|
|
|
|
|
|
WWW: http://libofx.sourceforge.net/
|