-
Officially XBRL certified python tool.
https://arelle.readthedocs.io
and Archive my yapy_xbrl parser.
-
```
pip install fast-xbrl-parser
ERROR: Could not find a version that satisfies the requirement fast-xbrl-parser (from versions: none)
ERROR: No matching distribution found for fast-xbrl-parser
``…
-
Python 3.6.0 (default, Feb 11 2017, 14:54:45)
[GCC 4.9.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from xbrl import XBRLParser, GAAP, GAAPSerializer
>>>…
-
Great library, but I need help with the following error when executing my code
`for filename in reversed(filelist):
print("filename", filename)
# print("index", index)
this_file = {}
…
-
Is there anyway supported way for parsing through an url instead of a local file?
So something like this:
```
url = "http://regnskaber.virk.dk/17438023/eGJybHN0b3JlOi8vWC1DOUZFREM2OC0yMDE0MDUyM…
-
I am using Arelle app to open xml files and double check the output from the code below
``` python
from xbrl import XBRLParser, GAAP, GAAPSerializer
xbrl_parser = XBRLParser()
xbrl = xbrl_parser.par…
-
I'm unsure if this is a bug or just me who is to stupid to get this lib working.
I have tried to work with danish xbrl files from the danish site: virk.dk
Look at this f.ex:
https://datacvr.virk.dk/da…
-
test in tox env failed. If the package is installed to /usr/loca, test successfully finished.
```
$ tox
GLOB sdist-make: /home/yosuke/Data/github/ya_python_xbrl/setup.py
py3 inst-nodeps: /home/y…
-
One of the well know services for this is [simply wall street](https://simplywall.st/).
I'd love to be able to offer some at least basic automation for both [sedar](https://www.sedar.com/search/sea…
-
I've run through the setup and tried parsing this google 10-K form:
http://www.sec.gov/Archives/edgar/data/1288776/000128877614000020/goog-20131231.xml
However when I serialized the data, all values…