py-xbrl icon indicating copy to clipboard operation
py-xbrl copied to clipboard

Python-based parser for parsing XBRL and iXBRL files

Results 28 py-xbrl issues
Sort by recently updated
recently updated
newest added

Would be handy if the label linkbase would return an array of possible labels given the ID of a concept.

enhancement

If you look at this tag: ```xml 377284000 ``` I would like to access the `id` attribute in order to link together elements with `footnoteArc`. I don't see anything exposed...

bug

I would like to suggest to add a namespace property to Concept class: Changes to Concept class: self.name: str = name self.namespace: str or None = None -- add this...

**XBRL document** These are the document links (Filing ID = 0001213900-23-084801): - https://www.sec.gov/Archives/edgar/data/1259429/000121390023084801/0001213900-23-084801-index.htm - https://www.sec.gov/Archives/edgar/data/1259429/000121390023084801/ea164061_10q.htm **Describe the bug** Index out of range.

As was proposed and merged in #134 Still have to evaluate the differences between [XII Transformation Registry 4](https://www.xbrl.org/Specification/inlineXBRL-transformationRegistry/REC-2020-02-12/inlineXBRL-transformationRegistry-REC-2020-02-12.html) and [XII Transformation Registry 5](https://www.xbrl.org/Specification/inlineXBRL-transformationRegistry/REC-2022-02-16/inlineXBRL-transformationRegistry-REC-2022-02-16.html)

enhancement

This feature might contribute to issue #84. At least the files provided by the dutch government reference to their XBRL tags with URL based name spaces. If a namespace is...

**XBRL document** Please provide a link to the XBRL document(s) with which you have encountered the issue https://www.sec.gov/Archives/edgar/data/1918712/000191871224000099/asif-20240630.htm **Describe the bug** Hi, I'm trying to parse this document, and get...