Start here
This guide contains public integration notes for British Virgin Islands. 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.British Virgin Islands 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.
Data Sources
BVI company data comes from the British Virgin Islands Financial Services Commission (FSC), the autonomous regulatory authority that operates the Registry of Corporate Affairs.- BVI FSC Public Search API (
publicsearch.bvifsc.vg). Free REST API providing basic company information: legal name, company number, entity type, status, and previous names. No authentication required. This is currently the only active source for BVI data and powers the onboarding profile.
Company Identifiers
Query Identifiers
BVI company numbers do not have a check digit or internal structure. The FSC has assigned identifiers across several historical registers, which is why two different formats coexist today.
Both formats are validated before we hit the register. There is no check digit, no embedded year, no structural meaning beyond the optional letter prefix indicating a legacy Local Company.
Identifiers in API Response
BVI companies do not have VAT numbers, tax IDs, or other secondary identifiers in the public registry. The company number is the sole identifier.
Search Capabilities
Both name and ID searches query the BVI FSC public search API in real time. There is no deduplicated index for BVI.
Company Status
The BVI FSC returns a free-text status string. We map known values deterministically and fall back to keyword inference for unrecognized values.Legal Forms
The public search API returns a coarse numerictype code indicating one of 5 broad categories. Detailed BVI Business Companies Act 2004 subtypes (Company Limited by Shares, Company Limited by Guarantee, Unlimited Company, Restricted Purpose Company, Segregated Portfolio Company) only appear in the trade register extract document, which is not reachable today.
Quirks & Gotchas
Data Availability
Verification mode is listed as unavailable because document retrieve is deactivated. We will update this table as soon as the FSC register document service is fixed.
Example API Response
Query:POST /v2/company with { "id": "1987245", "countryCode": "VG", "mode": "onboarding", "dataPoints": ["company"] }