We use cookies for authentication and — with your consent — for analytics. Read more.

Skip to content
KETL Data
DataAppsMCPSign in
  1. Home
  2. Data catalogue
  3. SCB Företagsregistret
BusinessStandardProprietaer

SCB Företagsregistret

SCB's business register contains ~1.1 million active Swedish companies with SNI codes (NACE Rev. 2), employment class, revenue class, legal form and geographic location (county/municipality). Complements Bolagsverket with statistical company data. Requires an agreement with SCB (free for analysis / non-commercial use).

1.1M rows

Data volume

Quarterly

Updates

3

MCP tools

Example response — /connectors/scb-foretagsregistret/company/{orgnr}
{
  "data": "..."
}

MCP integration

Available MCP tools
scb_foretagsregistret_batch
scb_foretagsregistret_company
scb_foretagsregistret_search
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "scb-foretagsregistret": {
      "url": "https://data.ketl.no/mcp/scb-foretagsregistret",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on SCB Företagsregistret data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

SCB business register — Swedish companies with SNI industry codes
Search the SCB business register (1.1 million Swedish companies) with SNI industry, employee class, revenue and county (län). The statistical counterpart to Bolagsverket, directly comparable with Brreg industry codes.

API endpoints

GET
/company/{orgnr}

Selskapsdata på svensk org.nr

Show curl example
# GET https://data.ketl.no/api/connectors/scb-foretagsregistret/company/{orgnr}
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/scb-foretagsregistret/company/{orgnr}"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/search

Søk på SNI-bransje og län

sni optional
SNI-näringskode (minst én av sni/lan) sni=62010
lan optional
Län-kode lan=01
limit optional
Maks antall treff limit=20
Show curl example
# GET https://data.ketl.no/api/connectors/scb-foretagsregistret/search
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/scb-foretagsregistret/search"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/batch

Batch-oppslag på kommaseparert liste org.nr

orgnr required
Kommaseparert liste av svenske org.nr orgnr=5560360793,5020010798
Show curl example
# GET https://data.ketl.no/api/connectors/scb-foretagsregistret/batch?orgnr=5560360793%2C5020010798
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/scb-foretagsregistret/batch?orgnr=5560360793%2C5020010798"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

Access and pricing

SCB Företagsregistret is openly available — create an account to get started.

sverigeforetaksnibransjesysselsettingnordisk
KETL Data

Nordic open-data and compliance infrastructure. Source, rule and confidence on every answer.

Product links

  • Data
  • Apps
  • MCP
  • Contact

Legal links

  • AI transparency
  • Privacy
  • Terms
  • SLA
  • Cookies
  • Security

© 2026 KETL Data

build 8f3b7512