Chat with any 10-K.
Search every filing semantically.
A securities-data API with chat, semantic search, and section extraction baked into the surface. US (SEC EDGAR), Sweden (Nasdaq Stockholm), and Norway (Brønnøysund / Oslo Børs) live. Typed JSON, embeddings, and grounded citations from one endpoint - built so your AI-native product ships in days, not quarters.
const r = await fetch("https://regnaverkt.com/api/v1/us/companies/0000320193", { headers: { "Authorization": `Bearer ${process.env.REGNA_KEY}` } }); const c = await r.json(); c.name; // "Apple Inc."
import os, requests r = requests.get( "https://regnaverkt.com/api/v1/us/companies/0000320193", headers={"Authorization": f"Bearer {os.environ['REGNA_KEY']}"}, ) c = r.json() c["name"] # "Apple Inc."
> What are Apple's largest risk factors in the latest 10-K? → get_filing(cik="0000320193", form="10-K") → extract_sections(["risk_factors"]) The three most cited risks in Apple's 2024 10-K: 1. Concentration in iPhone revenue (52% of total). 2. Supply chain exposure to China and Taiwan. 3. Regulatory pressure on the App Store model. ↳ Sources: Item 1A pp. 9–14 · accession 0000320193-24-000123
$ curl /api/v1/filings/search?q="tariff exposure" [ { "accession": "0000320193-24-000123", "section": "risk_factors", "snippet": "...new tariffs on imports from China could materially...", "score": 0.94 }, { "accession": "0000050863-24-000045", "section": "mdna", "snippet": "...tariff exposure remains a key risk to gross margin...", "score": 0.91 } ]
// click "Run" to try
Five markets, one shape.
Same JSON across every jurisdiction. Same SDK. Same widgets. Add a market by changing one path segment.
US - SEC issuers
10-K, 10-Q, 8-K. XBRL-normalized financials sourced directly from data.sec.gov. No reseller layer.
SE - Nasdaq Stockholm
Listed-issuer annual filings via FI Finanscentralen. Cross-checked, validated, and reconciled against the source documents.
NO - Brønnøysund / Oslo Børs
Norwegian entity register (Brønnøysund) plus Oslo Børs listings via FIRDS. Every active AS / ASA, with the same row shape as the SE side.
FI - PRH / Nasdaq Helsinki
Finnish business register (PRH) plus listed-issuer financials. MOD-11 validated, normalized to the same shape as SE and NO.
GB - Companies House / FCA NSM
UK Companies House federal register plus FCA NSM listed-issuer iXBRL. Monthly bulk-CSV refresh; same row shape across the union.
AI layer
Chat with any filing. Semantic search across MD&A, risk factors, business overview. Every answer comes with item-level citations.
Webhooks
Push delivery for new filings. HMAC-signed. Retry and DLQ. Cross-jurisdiction subscriptions in one webhook.
Ask anything about any covered filing.
Natural language over the same typed API. POST /v1/chat streams an answer backed by function-calling over filings, financials, and ownership. Drop in our ChatBot React component or wire it yourself.
Compare Apple and Microsoft revenue concentration over the last 3 years.
Which Swedish industrials' 2024 annual reports flag supply-chain risk?
Summarize the auditor changes from US 8-K Item 4.01 filings this quarter.
$9 entry. Every market included.
Four USD tiers from $9 to $499. US, Sweden, Norway, Switzerland, Finland, and UK data on every paid plan - no per-market add-ons. Denmark coming soon. Cancel from the dashboard, no email-the-sales-team friction.
- 300 req/min
- AI chat · 300 per day
- 14-day trial
- 500 req/min
- AI chat · 2,000 per day
- 14-day trial