Company data, one shape across six markets.
Every listed and private company across US, SE, NO, FI, UK, DK. Financials, ownership, filings, news - typed JSON, one schema, every jurisdiction.
Markets and sources.
Primary regulators, no reseller layer. The same medallion pipeline feeds every market.
Counts updated weekly via the medallion pipeline (Dagster). Listed-issuer coverage matches the local regulator's daily refresh.
One JSON shape, every market.
The same response schema regardless of jurisdiction. Same fields, same types. Add a market by changing one path segment.
$ curl https://api.regnaverkt.com/api/v1/companies/5567037485 { "id": "regna:SE:5567037485", "name": "Spotify AB", "country": "SE", "sni_code": "63110", "is_listed": true, "registered_date": "2006-09-29", "status": "active", "financials_url": "/v1/companies/5567037485/financials" }
$ curl https://api.regnaverkt.com/api/v1/companies/0000320193 { "id": "regna:US:0000320193", "name": "Apple Inc.", "country": "US", "sic_code": "3571", "is_listed": true, "registered_date": "1977-01-03", "status": "active", "financials_url": "/v1/companies/0000320193/financials" }
Same fields. Same types. Add a market by changing one path segment.
Five surfaces, one data layer.
Pick the shape that fits your stack. The data behind them is identical.
Typed JSON, OpenAPI spec, official SDKs.
/api/ →Real-time events for filings, ownership, status, news.
/webhooks/ →Drop into Claude Desktop, Cursor, or Cowork in 30 seconds.
/claude-code/ →Cited answers from every 10-K and Nordic annual report.
/chat/ →Drop-in tree-shakeable components from @regna-verkt/ui.
/ui/ →Plug-and-play React components.
Tree-shakeable surface from @regna-verkt/ui. Import what you need; the rest never touches your bundle.
import { CompanyCard, FinancialsTable, OwnershipChart } from '@regna-verkt/ui'
<CompanyCard companyId="5567037485" publishableKey={key} />
<FinancialsTable companyId="5567037485" publishableKey={key} years={5} />
<OwnershipChart companyId="5567037485" publishableKey={key} />
What people build.
Filter the registry by industry, revenue band, and geography. Hand qualified leads to sales.
Verify entities at signup. Check status, beneficial owners, and registry updates in one call.
Backfill firmographics on every account. Webhooks keep records fresh as filings land.
Pull financials, ownership, and news for any target. Citations link straight to the source filing.
Build with company data.
Start with Basic from $9/mo. 1,200 requests/month, every market included.