Skip to main content
NO FR / API · Norway

Build on Norway filings programmatically.

A typed REST API over 257,543 filings from 300 Norwegian listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in Norway are supervised by Financial Supervisory Authority of Norway (Finanstilsynet). Reporting follows IFRS. Filings are most commonly published in Norwegian and English. Major issuers are listed on OBX, OSEAX and OSEBX. Calendar year.

Building on Norwegian filings programmatically

The FinancialReports API delivers Finanstilsynet-supervised Norwegian filings through the same REST endpoint, x-api-key header, and shared rate-limit bucket as all 42 covered markets. A Norway-only integration applies a single filter (?country=NO) — no separate key, no per-market billing, no segregated infrastructure.

For live integrations, the webhook channel delivers full filing metadata within roughly 60 seconds of Oslo Børs / Finanstilsynet publication. Norwegian throughput is elevated by the energy sector's high ad-hoc disclosure rate: E&P companies publish reserve updates, rig-contract announcements, and operational updates outside the periodic reporting calendar, generating a sustained stream of non-periodic filings.

Filing bodies are available as JSON metadata, Markdown via /api/filings/{id}/markdown/, and original PDF or iXBRL. ESEF iXBRL is preserved for ESEF-mandated annual reports.

Typical API use cases for Norwegian data include backfilling OBX and OSEAX consolidated financials for energy-sector quant models, triggering on ad-hoc reserve updates from Equinor, Aker BP, and Vår Energi, monitoring rig-contract and oilfield-services announcements for event-driven strategies, and feeding English-language Norwegian filings into cross-Nordic LLM research pipelines. Trial keys are available on request.

Filings indexed
257,543
in Norway
Listed companies
300
Norwegian issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance — Norway

Regulator, indices, accounting, language
Primary indices
OBXOSEAXOSEBX
Accounting standards
IFRS
Reporting languages
NorwegianEnglish
Fiscal year
Calendar year

Quick start — Norway filings

REST · JSON · Markdown · PDF
# 1. List filings for Norway, newest first
curl "https://api.financialreports.eu/api/filings/?countries=NO" \
    -H "x-api-key: $FR_API_KEY"

# 2. Pull full Markdown for one filing
curl https://api.financialreports.eu/api/filings/<id>/markdown/ \
    -H "x-api-key: $FR_API_KEY"

# 3. Filter by filing type — annual reports only
curl "https://api.financialreports.eu/api/filings/?countries=NO&type=10-K" \
    -H "x-api-key: $FR_API_KEY"

# 4. Filter by ISIN (single issuer)
curl "https://api.financialreports.eu/api/filings/?company_isin=DE000A1EWWW0" \
    -H "x-api-key: $FR_API_KEY"

Full API documentation ↗ · Interactive Swagger ↗

Get API access for Norway

Pricing · trial keys · enterprise
Get API access Talk to the team Read the docs ↗

Filings activity by year

Last 6 years · Norwegian issuers
  • 2026 8,088
  • 2025 25,013
  • 2024 23,596
  • 2023 25,737
  • 2022 25,431
  • 2021 23,703

Reporting languages

Filing-by-filing distribution
  • English 141,266
  • Norwegian 112,328
  • Norwegian Nynorsk 2,091
  • Danish 597
  • Swedish 352

FAQ — Norway

Coverage, formats, integration
How do I authenticate API requests for Norway filings?
Send a single header — `x-api-key: $FR_API_KEY` — on every request. The same key works across all 42 covered markets; there's no per-country key.
What format does the Norway API return?
Filing metadata is returned as JSON. Full filing bodies are available as Markdown (one endpoint) and original PDF. The same payload shape is used across every covered market.
Do you provide webhooks for new Norwegian filings?
Yes. Webhook subscribers receive a POST with full filing metadata within ~60 seconds of the regulator publishing the document.
Is there a rate limit on the Norwegian API?
Standard plans are throttled to a generous request budget that suits typical research and dashboards. Bulk and high-throughput plans negotiate higher limits.
Is there a free tier for Norway data?
The web product (search, browse, single-filing read) is free and indexed for the public web. Programmatic API access is a paid plan; trial keys are available on request.