FrameDisclosure#

class edgar_sec.objects.FrameDisclosure(accn, cik, entity_name, loc, end, val)[source]#

Bases: object

A class representing a single financial disclosure from an SEC reporting frame.

Parameters:

Methods#

FrameDisclosure.__init__

FrameDisclosure.to_object

Parses a frame disclosure from the API response.

FrameDisclosure.to_object_async

Asynchronously parses a frame disclosure from the API response.

Attributes#