ofx: Parser for OFX data
A parser for Open Financial Exchange (OFX) financial data. This handles OFX version 1.03, which is documented at http://www.ofx.net This also handles QFX, which is OFX plus some minor additions made by Intuit, the publishers of Quicken.
The parser will place all the data into a tree, which you can query for whatever data you may need, although you will need to be familiar with the OFX spec to do this. There is also a Transaction type which you can easily parse from the tree; this will contain most, if not all, of the data you will be interested in if your OFX file is from a bank or credit card account.
All the OFX and QFX files I have seen use the format from the 1.0 series of OFX, which is primarily SGML based. OFX version 2 is XML based. If this parser works on those files, consider it a happy accident.
The OFX spec is available at http://www.ofx.net
Downloads
- ofx-0.4.0.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.2.0.0, 0.4.0.0, 0.4.0.2, 0.4.0.4, 0.4.2.0, 0.4.4.0 |
---|---|
Dependencies | base (>=4.5.0.0 && <4.8), parsec (>=3.1.0), pretty (>=1.1.0.0), time (>=1.4) [details] |
Tested with | ghc ==7.4.1, ghc ==7.6.3 |
License | BSD-3-Clause |
Author | Omari Norman |
Maintainer | omari@smileystation.com |
Revised | Revision 1 made by HerbertValerioRiedel at 2016-08-24T07:21:31Z |
Category | Finance |
Home page | http://www.github.com/massysett/ofx |
Source repo | head: git clone git://github.com/massysett/ofx.git |
Uploaded | by OmariNorman at 2014-02-24T12:27:03Z |
Distributions | Debian:0.4.4.0, LTSHaskell:0.4.4.0, NixOS:0.4.4.0, Stackage:0.4.4.0 |
Reverse Dependencies | 3 direct, 0 indirect [details] |
Downloads | 5866 total (2 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |