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
{
"data": "..."
}MCP integration
API endpoints
/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.
/searchSø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.
/batchBatch-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.