Convert OFX Response File from 1.03 to 2.2 Format via Python

OFX Response File from 1.03 to 2.2 conversion without needing Microsoft Office installed.

 

Aspose.Finance for Python via .NET is an API to process XBRL, iXBRL formats and developers can easily build business processes management, financial analysis and reporting software applications to convert, create, read, view and validate XBRL, iXBRL and OFX finance-related files.

How to Convert OFX Response File from 1.03 to 2.2 Format

  1. Load input file using OfxResponseDocument class.
  2. Use the ofxVersion V2x from OfxVersionEnum as parameter in Save method.
  3. Call the save method by providing the target file and ofxVersion.

Conversion Requirement

To proceed for OFX Response File from 1.03 to 2.2 conversion, make sure that you have the following prerequisites.

  • Microsoft Windows or Linux based OS.
  • Python 3.5 or later.
  • Aspose.Finance for Python referenced in your project.
 

C# code for OFX response file from 1.03 to 2.2 format conversion

 

Other Conversion Options

OFX Request (From 1.03 to 2.2 Format)
XBRL to XLSX (Microsoft Excel Open XML Spreadsheet)
XBRL to iXBRL (Inline Extensible Business Reporting Language)