$0.02
per call · USD Coin on Base
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.
Endpoint
GET https://x402-gateway.ai/api/v1/se/company/:orgnr/annual-report2
Calls / 30d
1
Unique payers / 30d
Sep 1
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://x402-gateway.ai/api/v1/se/company/:orgnr/annual-report", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://x402-gateway.ai/api/v1/se/company/:orgnr/annual-report" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data": {
"currency": "SEK",
"document": {
"filed_at": "2026-05-07",
"format": "application/zip"
},
"fiscal_year": {
"from": "2025-01-01",
"to": "2025-12-31"
},
"identifier": "SE:orgnr:5567647176",
"key_figures": {
"employees_avg": 7,
"equity": 667091,
"net_revenue": 15776000,
"operating_profit": -280765,
"profit_after_financial_items": -375698,
"total_assets": 5735790
}
},
"source": {
"attribution": "Källa: Bolagsverket och SCB",
"mock": false,
"name": "bolagsverket-open",
"retrieved_at": "2026-08-31T19:38:26Z"
}
}Payment details
0x9d305938253c491f7259d437eff064418b3fdfa0USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from x402-gateway & similar services
x402-gateway · SE Company
x402-gateway.ai
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): registered and trade names, legal form, active status, bankruptcy/liquidation/reconstruction, registered address, SNI 2007 industry codes and activity description. Live from Bolagsverket's official register with SCB business data. No API key — pay per call in USDC.
x402-gateway · Tools Verify Semaphore
x402.freeq.one
x402-gateway tool: verify_semaphore — Verify a Semaphore ZK proof locally using Groth16 (embedded official vkey). No external dependency. Send the proof object from @semaphore-protocol/proof generateProof().
x402-gateway · Tools LLM Chat
x402.freeq.one
LLM Chat: Chat with a language model. OpenAI-compatible /v1/chat/completions interface. Supports 50+ models. Free models (auto, eco, premium) are $0 — paid models (gpt-5.2, claude-opus-5, deepseek-v4-pro, ...) are charged at cost. See /tools/llm_chat/models for the full model list and rates. Pay per call in USDC on Base via x402 — POST https://x402.freeq.one/tools/llm_chat.