artemk93
Results
2
comments of
artemk93
In `xbrl.py` inside function `def parseGAAP()` `liabilities = xbrl.find_all(name=re.compile("(us-gaap:liabilities$)", re.IGNORECASE | re.MULTILINE))` seems to solve the problem. Same thing for assets or any other tag name
I've been working with the code, changing it slightly to look for values that I want to (I hope that is ok). If it helps I can post it here,...