Skip to content

Commit

Permalink
Added get_current_filings to init
Browse files Browse the repository at this point in the history
  • Loading branch information
dgunning committed Oct 9, 2023
1 parent cea274f commit 0b01dbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion edgar/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022-present Dwight Gunning <[email protected]>
#
# SPDX-License-Identifier: MIT
__version__ = '2.2.1'
__version__ = '2.2.2'
2 changes: 2 additions & 0 deletions edgar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
Attachment,
Attachments,
get_filings,
get_current_filings,
get_by_accession_number,
FilingHomepage)
from edgar._xbrl import FilingXbrl
Expand Down Expand Up @@ -54,6 +55,7 @@
# 13F filings - portfolio holdings
get_portfolio_holding_filings = partial(get_filings, form=THIRTEENF_FORMS)


def matches_form(sec_filing: Filing,
form: Union[str, List[str]]) -> bool:
"""Check if the filing matches the forms"""
Expand Down
1 change: 1 addition & 0 deletions tests/smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@
filing.text()



0 comments on commit 0b01dbb

Please sign in to comment.