Start here
This guide contains public integration notes for Nevada. Use it for identifier formats, search behavior, and country-specific caveats. The live source of truth for coverage, pricing, data sources, documents, legal forms, roles, and status values is the pricing page.Nevada coverage, pricing, and sources
Open the current catalog for supported datapoints, documents, sources, identifiers, and availability.
Country details below are preserved as integration notes. If a table or example conflicts with the live pricing page, use the pricing page as the source of truth and contact support.
Table of Contents
- Data Sources
- Company Identifiers
- Search Capabilities
- Quirks & Gotchas
- Mappings
- Statutory Filings
- Data Availability
API access:
US-NV is accepted by the API but is not yet listed in the public countryCode enum of the OpenAPI spec.Data Sources
Nevada uses a single integration against the Nevada Secretary of State, SilverFlume Business Portal (esos.nv.gov/EntitySearch/OnlineEntitySearch). The portal indexes every corporation, LLC, limited partnership, business trust, nonprofit, and other commercial entity registered under the Nevada Revised Statutes.
Unlike many US states, Nevada publishes the full officer roster on the free public entity page. Every officer, director, and manager reported on the most recent annual or amended list is visible without any paid tier. This means a single request powers company data, legal representatives, and the registered agent together.
Verification mode reads the register live for an authoritative result. Onboarding mode returns right away from a periodic snapshot of the register, so very recent filings may not yet be reflected; an entity missing from the snapshot is read live instead.
Nevada Business Entity Extract included. Every company data request also delivers the printable Nevada Business Entity Extract (a PDF of the SilverFlume entity page) at no extra charge. No separate document purchase is needed.
Company Identifiers
Query Identifiers
Identifiers in API Response
Search Capabilities
Name search combines two result sets. Results from the periodic register snapshot arrive first. Results from the live register, which match entities whose legal name begins with the query (a query for
"Wynn" returns names beginning with Wynn), arrive later and include entities filed since the last snapshot. Use longer query strings to narrow results. An Entity Number or NV Business ID query is treated as an identifier lookup, not a name search.Quirks & Gotchas
Mappings
Legal Forms
Legal form is sourced from theEntity Type field on the SilverFlume entity page. The vocabulary is a closed set derived from the Nevada Revised Statutes (Chapters 78, 82, 86, 87, 87A, 88, 88A, 89, and 116). Each form is paired with a Topograph standardized category and, where a matching code exists, a GLEIF ISO 20275 ELF code for the US-NV jurisdiction.
The full 31-value table with ISO 20275 codes is available on the pricing page. A representative sample:
Key Nevada entity types (sample)
Key Nevada entity types (sample)
The full enum, including all foreign variants and remaining domestic sub-forms, is on the Nevada pricing page.
Company Statuses
Statuses are sourced directly from the SilverFlumeEntity Status field. The full list of 13 values:
Statutory Filings
Nevada entities file an annual report confirming the entity’s particulars are current. The register publishes “Annual Report Due Date”, returned on the cross-countrystatutoryFilings field as next.dueDate.
US states publish no statutory accounts, so the
accounts obligation is absent rather than returned empty. An empty object would read as “we looked and found nothing”, which is a different claim. Placeholder cells such as N/A or Inactive, Not Applicable are dropped rather than parsed as dates, so an entity with no obligation simply has no statutoryFilings.Data Availability
Example API Responses
Search by Name
Search by Entity Number
An identifier match echoes the identifier in
legalName. The legal name is returned once the profile is fetched with /v2/company.