xbrl

Set context from custom XBRL file

Set context from custom XBRL file Question: I’m able to read a custom XBRL file. The problem is that the parsed object has the amounts of the initial period (last december) and not the last accountable period. from xbrl import XBRLParser, GAAP, GAAPSerializer # xbrl comes from python-xbrl package xbrl_parser = XBRLParser() with open(‘filename.xbrl’) as …

Total answers: 1