arelle-release
An open source XBRL platform.
What it is and what it does
Arelle is a production-grade XBRL processor certified by XBRL International. It reads, validates, and transforms financial reports in XBRL format—a structured XML standard used by regulators (US SEC, EU, UK, South Africa, FERC) and financial institutions. The package includes support for XBRL v2.1, Dimensions, Formula, Inline XBRL, xBRL-JSON, xBRL-CSV, and taxonomy packages, plus filing-specific validation rules for EDGAR, ESEF, HMRC, CIPC, and FERC.
You can use Arelle as a desktop GUI, command-line tool, Python library, or web service. It depends on lxml for XML processing, openpyxl for spreadsheet handling, numpy and pillow for data and image work, and several utility libraries. The framework is extensible via plugins, allowing custom validation rules and transformations. It's actively maintained, supports modern Python versions (3.10–3.14), and has no known security vulnerabilities.
Use it for:
- Validate US SEC EDGAR filings or EU ESEF reports against regulatory rules before submission.
- Parse XBRL instances into JSON or CSV for downstream analytics or database import.
- Build a financial data pipeline that extracts structured facts from Inline XBRL documents.
- Integrate XBRL validation into a web application via the web service API for multi-user compliance workflows.
- Monitor and process US SEC XBRL RSS feeds to track new filings in real time.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Arelle is an end-to-end XBRL processor that validates, parses, and transforms financial reporting documents in XBRL format, accessible via GUI, CLI, Python API, and web service.
Yes. Arelle is the standard open-source XBRL processor, actively maintained, production-stable, and permissively licensed. Install it if you need to validate, parse, or transform XBRL financial reports—especially for SEC, EU, or other regulatory filings. The low install friction and broad API surface (GUI, CLI, Python, web service) make it suitable for both one-off scripts and embedded workflows. No known vulnerabilities.
Install
arelle-release on PyPI
pip
pip install arelle-releaseuv
uv add arelle-releasepoetry
poetry add arelle-releaseInstalling arelle-release
Before you install
Low friction: pure Python wheel with 15 runtime dependencies including well-maintained libraries (lxml, openpyxl, pillow). Active maintenance—released 3 days ago with last commit 2026-08-14. Supports Python 3.10–3.14.
License in practice
Apache-2.0 permissive license: you may use, modify, and distribute Arelle freely in commercial and private projects, provided you include a copy of the license and state significant changes.
Quickstart
pip install arelle-release
from arelle import Cntlr
cntlr = Cntlr.CntlrCommon()
cntlr.webServer()
Requires Python 3.10 or later. lxml and openpyxl require system libraries (libxml2, libxslt) on some platforms; see Arelle documentation for OS-specific setup.
Verify before relying
- Whether the web service API and Python API are equally feature-complete or if some validation rules are GUI/CLI-only.
- Performance characteristics when processing large XBRL filings or complex taxonomies.
- Whether all filing programme validation rules (EDGAR, ESEF, HMRC, CIPC, FERC) are included in the base package or require separate plugins.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 15 — bottle, certifi, filelock, isodate, jaconv, jsonschema, lxml, numpy, openpyxl, pillow, pyparsing, python-dateutil, regex, truststore, typing-extensions |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 295,133/month — #7,932 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: arelle_release-2.44.2-py3-none-any.whl
Keywords: xbrl
Tags
More XML packages
Beautiful Soup parses HTML and XML documents…
permissive · top 100 on PyPI
lxmllxml provides Python bindings to libxml2 and…
permissive · top 1,000 on PyPI
defusedxmlDefusedxml hardens Python's standard XML…
permissive · top 1,000 on PyPI
docutilsDocutils converts plaintext documentation in…
unclear · top 1,000 on PyPI
xmltodictConverts XML to Python dictionaries and back,…
permissive · top 1,000 on PyPI
SphinxSphinx generates professional documentation…
permissive · top 1,000 on PyPI
edgartoolsEdgarTools parses SEC EDGAR filings into typed…
permissive · top 5,000 on PyPI
doclingDocling parses diverse document formats—PDF,…
permissive · top 5,000 on PyPI
openbb-secIntegrates SEC EDGAR data into the OpenBB…
agpl · top 15,000 on PyPI
sec-edgar-downloaderDownloads SEC EDGAR company filings by ticker…
permissive · top 15,000 on PyPI
cwl-upgraderUpgrades Common Workflow Language documents…
permissive · top 15,000 on PyPI
sec-apiA Python client for the SEC-API.io service that…
permissive · top 15,000 on PyPI
emrvalidatorEMRValidator is a data validation library…
permissive · top 15,000 on PyPI
beancountBeancount is a double-entry accounting system…
copyleft · top 15,000 on PyPI
doclangDocLang is a reference toolkit for validating…
permissive · top 5,000 on PyPI
cwl-utilsLoads, parses, and manipulates Common Workflow…
permissive · top 15,000 on PyPI