TaxonomyFacts#

class edgar_sec.objects.TaxonomyFacts(taxonomy, disclosures)[source]#

Bases: object

A class representing a collection of financial disclosures for a specific taxonomy.

Parameters:

Methods#

TaxonomyFacts.__init__

TaxonomyFacts.to_object

Parses a taxonomy fact from the API response.

TaxonomyFacts.to_object_async

Asynchronously parses a taxonomy fact from the API response.

Attributes#