Company#

class edgar_sec.objects.Company(cik, ticker, title)[source]#

Bases: object

A class representing a company in the Edgar SEC database.

Parameters:
cik#

The Central Index Key (CIK) of the company.

Type:

str

ticker#

The stock ticker symbol of the company.

Type:

str

title#

The name of the company.

Type:

str

Methods#

Company.__init__

Company.to_object

Create a Company instance from a dictionary.

Company.to_object_async

Asynchronously create a Company instance from a dictionary.

Attributes#