diff --git a/edgar/xbrl/xbrldata.py b/edgar/xbrl/xbrldata.py index 3aac87b..f1c00b5 100644 --- a/edgar/xbrl/xbrldata.py +++ b/edgar/xbrl/xbrldata.py @@ -1498,7 +1498,7 @@ def get_statement(self, statement_name: str, include_format: bool = True, include_concept: bool = True, - empty_threshold: float = 0.7, + empty_threshold: float = 0.9, display_name: str = None, duration: str = None) -> Optional[Statement]: