Registrations

Enigma KYB collects registrations associated with the business or its location and verifies the legitimacy of businesses from the Secretary of State (SoS) filling. It enriches filings with Doing Business As (DBA) names, addresses and websites where available.


Child attributes (and data file structure):

Column NameData TypeDescriptionExample
issue_dateStringIssue date of the corporate registration filing.2020-04-28
registration_stateStringTwo-letter state code of the US state where the corporate registration was filed.MA
file_numberStringFile number of the corporate registration filing of the business.001435918
registered_nameStringBusiness name as filed on the corporate registration filing.ENIGMA TECHNOLOGIES INC.
jurisdiction_typeStringStatus of the corporate registration filing (‘foreign’ if any state other than the business's home state).domestic
home_jurisdiction_stateStringTwo-letter abbreviation for the state jurisdiction of the business.DE
status StringThe current registration filing status. The status is normalized by Enigma based on SoS data. Possible values are:
active - The business registration is active in that state
inactive - The business registration is inactive in that state
unknown - The state does not provide business registration status
active
sub_statusStringIf available, the normalized sub-status of the business. Possible values are:
good_standing - State explicitly states that business is in good standing
not_good_standing - Missing payments from the business, other poor behavior
pending_active - In the process of becoming truly active
pending_inactive - Businesses that are active, but are pending an inactive status
unknown - The filing status from the state is not clearly in good or bad standing
null - The filing status is inactive or there is no sub-status provided by the state
good_standing
status_detailStringIf available, the official filing status message provided by the state.in existence
personsStringThe full name and title of the person (registered officer) associated with the business,Name: HICHAM OUDGHIRI Title: CEO, Officer
addressesStringAddresses listed on the registration filing for the business, along with the type of address (e.g. registered, site, mailing, registered_agent, headquarters, officer)..Street_address1: 245 5TH AVE.,  
standardized_status (deprecated)StringStatus field indicating whether the registration filing is active or inactive.active
registration_status (deprecated)StringIf available, the official filing status message provided by the state.in existence

Child attributes available by Package selected:

The child attributes that are returned for the registration will depend on the package the user selects.

  • Verify - If a user selects the "Verify" package, they will receive all child attributes for the registration
  • Identify - If a user selects the "Identify" package, they will receive the following child attributes from the registration: file_number, registered_name, addresses, persons, issue_date, and registration_state. (I.e., all child attributes except status-related attributes and jurisdiction_type / home_jurisdiction_state.)

JSON sample:

"registrations": [
{
  "issue_date": string, 
  "registration_state": string, 
  "file_number": string,
  "registered_name": string,
  "jurisdiction_type": string, 
  "home_jurisdiction_state": string, 
  "standardized_status": string, 
  "registration_status": string,
  "status": {
	  "status":string, 
	  "sub_status": string, 
	  "status_detail": string
  },
  "persons": [
    {
      "full_name": string,
      "titles": array[string]
    }
	], 
  "addresses": [
    {
      "type": string,
      "street_address1": string,
      "street_address2": string,
      "city": string,
      "state": string, 
      "postal_code": string,
      "country": string
    }
  ]
}
]

Data sources and coverage:

  • Enigma sources corporate registrations from the Secretary of State offices for each state/region and covers all 50 states, as well as the jurisdictions of Washington DC and Puerto Rico.
  • As of August 2024, Enigma has information on ~48M active registration filings, ~57M inactive registration filings, and ~11M registration filings with unknown status.
  • A legal entity can file registrations in multiple states. We process all registrations, cross-checking against other Enigma data, to identify roughly ~105M distinct legal entities with associated registrations.
  • Two states (DE and NJ) do not provide registration status in bulk. These states do sell the registration status for each individual business for a fee. Status for businesses within those states will be listed as "unknown".
  • No mailing address is provided on registrations in nine states. As of August 2024, these states are AL, DE, MS, NJ, NV, OH, OK, SC and WI.
  • When a match can only be made on business name and state, only active and unknown registrations are returned (not inactive).
  • Registration data is updated weekly.