Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 1.12 KB

README.md

File metadata and controls

61 lines (35 loc) · 1.12 KB

YoFortune.OFX

A .NET OFX (Open Financial Exchange) parser.

var parser = new OFXDocumentParser();

var document = parser.Load(File.ReadAllText("CC17323-09-11.ofx"));

document.BankAccounts[i].BranchId, BankId, AccountId, Transactions...
document.BankAccounts[i].Transactions[i].Amount, Memo, Date, Type...

Download/Install

GitHub Releases
Nuget
Install-Package YoFortune.OFX

Features Roadmap

  • Parse OFX files
  • Support for multiple bank accounts and their transactions
  • Support for latin characters

Dependencies

Changelog Full Changelog

  • 1.0
    • Initial version

Contributing

Contributions via pull request are great!

We use SPACES for indentation.

Copyright

Copyright © Nicollas Fernandes Ricas and contributors.

License

YoFortune.OFX is licensed under MIT.