We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe it is better to use accession_number as key instead of accession_no to be consistent with the naming in filings.to_dict and filings.to_pandas?
accession_number
accession_no
def to_dict(self) -> Dict[str, Union[str, int]]: """Return the filing as a Dict string""" return {'accession_no': self.accession_no, 'cik': self.cik, 'company': self.company, 'form': self.form, 'filing_date': self.filing_date}
The text was updated successfully, but these errors were encountered:
Good point. Will likely do that but first Ineed ton check if there could be anyone that depends on that name
Sorry, something went wrong.
Fix made in commit/fdee86
Released in 3.3.2
No branches or pull requests
Maybe it is better to use
accession_number
as key instead ofaccession_no
to be consistent with the naming in filings.to_dict and filings.to_pandas?The text was updated successfully, but these errors were encountered: