Address#
- class edgar_sec.objects.Address(address_type, street1, street2, city, state_or_country, zipcode, state_or_country_description, is_foreign_location, foreign_state_territory=None, country=None, country_code=None)[source]#
Bases:
object
A class representing an address from SEC filing data.
Methods#
Parses a dictionary and returns an Address object. |
|
Asynchronously parses a dictionary and returns an Address object. |