Skip to main content
NO FR / API · Norway

Build on Norway filings programmatically.

A typed REST API over 259,675 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
259,675
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 ↗ · OpenAPI schema ↗

Sample Norway response

Real filings · live data
Filing Type Released
Morrow Bank AB: Notification of transactions by persons discharging managerial responsibilities - Attachment: Morrow Bank AB- Notification of transactions by persons discharging managerial responsibil Morrow Bank ASA · KOMP Director's Dealing 2026-05-25
Morrow Bank AB: Notification of transactions by persons discharging managerial responsibilities Morrow Bank ASA · KOMP Director's Dealing 2026-05-25
Morrow Bank AB: Notification of transactions by persons discharging managerial responsibilities Morrow Bank ASA · KOMP Director's Dealing 2026-05-25
Morrow Bank AB: Anmälan om transaktioner utförda av personer i ledande ställning Morrow Bank ASA · KOMP Director's Dealing 2026-05-25
Atlantic Sapphire ASA – Long-term financing solution in place – Restructuring agreement entered into - Attachment: Atlantic Sapphire - key balance sheet effects from restructuring agreement.pdf Atlantic Sapphire · ASA Capital/Financing Update 2026-05-23
Atlantic Sapphire ASA – Long-term financing solution in place – Restructuring agreement entered into Atlantic Sapphire · ASA Capital/Financing Update 2026-05-23
Otovo Hits 30,000 Customers in Under a Year, Tackling the Growing ‘Solar Service Crisis’ Otovo ASA · OTOVO Regulatory Filings 2026-05-22
Otello Corporation share buyback program status - Attachment: OTEC Transaksjonsoversikt71.pdf Otello Corporation ASA · OTEC Director's Dealing 2026-05-22
Otello Corporation share buyback program status Otello Corporation ASA · OTEC Transaction in Own Shares 2026-05-22
Ocean Sun AS – Key information relating to the share offer Ocean Sun · OSUN Share Issue/Capital Change 2026-05-22

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 10,251
  • 2025 25,013
  • 2024 23,596
  • 2023 25,737
  • 2022 25,431
  • 2021 23,703

Reporting languages

Filing-by-filing distribution
  • English 142,144
  • Norwegian 112,970
  • Norwegian Nynorsk 2,132
  • Danish 600
  • Norwegian Bokmål 588

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.