Create iXBRL(inline xbrl) Files via Python

iXBRL(inline xbrl) files creation without needing Microsoft Office installed or any other software.

How to Create iXBRL(inline xbrl) Files

Follow the steps in code snippet or enhance it as of your application needs for generating extensible business reporting language iXBRL(inline xbrl) files. Be sure of having creation requirements within your application.

  1. Create InlineXbrlDocument class Instance.
  2. Build element dom tree
  3. Call the save method by providing the target file path.

Creation Requirement

To proceed for iXBRL(inline xbrl) documents generation, 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.
 

Python code for XBRL files creation

 

Other Creation Options

OFX Request (1.03 or 2.2 Format)
OFX Response (1.03 or 2.2 Format)