Swedish financial data,
measured for accuracy.
Listed and unlisted companies. Typed financials with source-document provenance on every field. Webhooks for new filings. Built for the engineering team embedding data into a product, not the analyst clicking through a dashboard.
$ curl https://regnaverkt.com/api/v1/companies/5567037485 { "org_nr": "5567037485", "name": "Spotify AB", "revenue_sek": 175000000000, "employees": 11000 }
import { Regna } from "@regna-verkt/sdk"; const regna = new Regna({ apiKey: process.env.REGNA_KEY }); const c = await regna.companies.get("5567037485"); c.revenue_sek; // 175000000000
from regna import Regna regna = Regna(api_key=os.environ["REGNA_KEY"]) c = regna.companies.get("5567037485") c.revenue_sek # 175_000_000_000
> How did Spotify's revenue grow year over year? → get_financials(org_nr="5567037485", years=2) { "2024": 175000000000, "2023": 134200000000 } Revenue grew 30.4% year over year — from 134.2B SEK to 175B SEK.
// click "Run" to try
Listed, unlisted, complete.
The full Swedish company registry — not just the Nasdaq Nordic subset.
Company profiles
Registry records, board composition, ownership. Sourced from Bolagsverket, refreshed weekly.
Annual reports
Structured financials from iXBRL filings — revenue, operating result, equity. Source-document provenance on every field.
News & events
Press releases, corporate events, filings — push-delivered via webhooks. No polling needed.
Ownership & group
Shareholders, subsidiaries, parent relationships. Reconciled across filings and registry data.
Ask anything about any Swedish company.
Natural language over the same typed API. POST /v1/chat streams an answer backed by function-calling over your tenant's tools — financials, shareholders, group structure, news. Drop in our ChatBot React component or wire it yourself.
Who are Klarna's largest shareholders?
Which Swedish SaaS companies doubled revenue last year?
Flag companies with declining liquidity in my portfolio.
Simple tiers. No surprises.
- 120 req/min
- AI chat · 10 per day
- 14-day free trial
- 300 req/min
- AI chat · 100 per day
- 14-day free trial
- 500 req/min
- AI chat · 1 000 per day
- 14-day free trial