Closed MauritsBrinkman closed 2 weeks ago
Sorry about that ..the class was subject to a rewrite in order to add more functionality. Can you share how your code looked when you were using FilingXBRL.XBRLFacts .. there is likely a way to switch to the new way
Previously, as it is still mentioned in the documentation, we can obtain a dataframe with the facts (which includes the
namespace
andDocumentFiscalYearFocus
in its columns) byIn the '_filings.py' file, the
.xbrl()
method was recently changed, where now the output is of typeOptional[Union[XBRLData, XBRLInstance]]
, where previously this wasOptional[FilingXBRL]
, where thisFilingXBRL
class had a.facts
attribute. Please, could we makefiling_xbrl.facts
working again? This issue is related to commit79e7daa0f2aabe77f06747331b6f127c3b761db4