Swedish annual report key figures (iXBRL), decoded. Financials from a Swedish company's latest digitally filed annual report (årsredovisning, 2020+). We decode Bolagsverket's iXBRL (K2/K3) into net revenue, operating profit, profit after financial items, total assets, equity and average employees, with fiscal year and filing date. Example: /api/v1/se/company/5567647176/annual-report. Digital filing is voluntary — about 1 in 8 companies has one; a 404 is not charged.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://x402-gateway.ai/api/v1/se/company/:orgnr/annual-report' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://x402-gateway.ai/api/v1/se/company/:orgnr/annual-report'
Endpoint: https://x402-gateway.ai/api/v1/se/company/:orgnr/annual-report. Operated by x402-gateway.ai, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Paid ping — test the x402 payment flow end-to-end. Returns pong. Costs $0.001, exists so agents can verify their x402 wallet setup against this gateway cheaply.
Swedish company basics by org.nr. Look up any Swedish organisation by its 10-digit organisationsnummer (e.g. /api/v1/se/company/5567037485 for Spotify AB): regi…
Search Swedish companies by name. Find a Swedish company's organisationsnummer from its name (e.g. /api/v1/se/company/search?name=spotify). Fuzzy trigram search…