English

Parse XBRL in Python

You can easily parse XBRL or iXBRL document programmatically in Python. You read and extract objects or elements such as schema reference, context, unit, items, etc from the XBRL file. In this article, you will learn how to parse XBRL instance documents in Python.
August 19, 2022 · 3 min · Muzammil Khan