.NET OFX Parser
var parser = new OFXDocumentParser();
var ofxDocument = parser.Import(new FileStream(@"c:\ofxdoc.ofx", FileMode.Open));
Please use the issue tracker and pull requests.
Copyright (c) 2014 Afonso França, Antônio Milesi Bastos, James Hollingworth Licensed under the MIT license.