Skip to content

vitenc/ofxparser.net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxparser.net

OfxParser is a .NET library for working with Open Financial Exchange (OFX) data - both OFXv1 (SGML) and OFXv2 (pure XML) - which is the standard format for downloading financial information from banks and stockbrokers.

Example of usage:

Extract extrat = OFXParser.Parser.GenerateExtract(ofx);

if (extrat != null) { foreach (var tran in extrat.Transactions) {

}

}

About

.NET OFX Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%