CompanyFacts#

class edgar_sec.objects.CompanyFacts(cik, entity_name, facts)[source]#

Bases: object

A class representing the complete collection of financial facts for a company from SEC filings.

Parameters:

Methods#

CompanyFacts.__init__

CompanyFacts.to_object

Parses EDGAR API response and returns a single CompanyFacts.

CompanyFacts.to_object_async

Asynchronously parses EDGAR API response and returns a single CompanyFacts.

Attributes#