-
Parsing error is occurring with
http://www.sec.gov/Archives/edgar/data/320193/000119312514383437/aapl-20140927.xml
xbrl = XBRLParser.parse(file("aapl-20140927.xml"))
And this is the error I get bac…
-
The library is not working for presentation and calculation schemas embedded inline with main XSD file. Eg. for:
https://www.sec.gov/Archives/edgar/data/789019/000095017024008814/0000950170-24-0088…
-
Many UK submissions are missing a proper taxonomy declaration.
They just use the prefix without specifying the corresponding namespace and/or do not reference the taxonomy schema file.
Currently, …
-
How can this be used to develop standardised financial data, the tool looks promising but I am struggling to find good example, thanks so much for your work :)
-
# Example from documentation
This documentation page:
https://py-xbrl.readthedocs.io/en/latest/usage.html
has the following example:
```python
import logging
from xbrl.cache import HttpC…
-
I was getting the following error when parsing "https://www.sec.gov/Archives/edgar/data/40704/000119312523177500/0001193125-23-177500-index.htm"
File ~\anaconda3\envs\fundamentalchat_classifier2\li…
-
Got some more unresolved schemas.
As I understand these are not real URIs, so what't the official way to resolve them?
There must be a way to look these up instead of hard coding them. Let me ask …
-
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 in `AbstractFact` or…
-
Would be handy if the label linkbase would return an array of possible labels given the ID of a concept.
-
Create a class / method for number parsing. This would be a generalization of the code that remove the thousands separators from numbers (see: https://github.com/cancan101/pandas/blob/1703ef44cd6b98e1…